get_info


Description:

public abstract string? get_info ()

Gets extra information associated to the proposal.

This information will be used to present the user with extra, detailed information about the selected proposal. The returned string must be freed with g_free.

Parameters:

this

a SourceCompletionProposal.

Returns:

a newly-allocated string containing extra information of this or null if no extra information is associated to this.