get_text


Description:

public abstract string get_text ()

Gets the text of this.

The text that is inserted into the text buffer when the proposal is activated by the default activation. You are free to implement a custom activation handler in the provider and not implement this function. For more information, see activate_proposal. The returned string must be freed with g_free.

Parameters:

this

a SourceCompletionProposal.

Returns:

a new string containing the text of this.