get_label


Description:

public abstract string get_label ()

Gets the label of this.

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 get_markup. The returned string must be freed with g_free.

Parameters:

this

a SourceCompletionProposal.

Returns:

a new string containing the label of this.