Gets the label of proposal. The label is shown in the list of proposals as plain text. If you need any markup (such as bold or italic text), you have to implement gtksource.completion_proposal.CompletionProposal.getMarkup. The returned string must be freed with glib.global.gfree.
a new string containing the label of proposal.
Gets the label of proposal. The label is shown in the list of proposals as plain text. If you need any markup (such as bold or italic text), you have to implement gtksource.completion_proposal.CompletionProposal.getMarkup. The returned string must be freed with glib.global.gfree.