get_markup
Description:
public abstract string get_markup ()
Gets the label of this with markup.
The label is shown in the list of proposals and may contain markup. This will be used instead of
get_label if implemented. The returned string
must be freed with g_free.
Parameters:
Returns:
a new string containing the label of this with markup.
|