MarkAttributes.getTooltipMarkup

string getTooltipMarkup(gtksource.mark.Mark mark)

Queries for a tooltip by emitting a gtksource.mark_attributes.MarkAttributes.queryTooltipMarkup signal.

The tooltip may contain a markup.

Parameters

marka #GtkSourceMark.

Returns

A tooltip. The returned string should be freed by

using glib.global.gfree when done with it.