SourceCompletionProposalT.getText

Gets the text of proposal. 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. The returned string must be freed with g_free().

template SourceCompletionProposalT(TStruct)
string
getText
()

Return Value

Type: string

A new string containing the text of proposal.

Meta