MarkAttributes.getTooltipText

string getTooltipText(gtksource.mark.Mark mark)

Queries for a tooltip by emitting a #GtkSourceMarkAttributes::query-tooltip-text signal. The tooltip is a plain text.

Parameters

marka #GtkSourceMark.

Returns

A tooltip. The returned string should be freed by

using glib.global.gfree when done with it.