MarkAttributes.getTooltipText

string getTooltipText(gtksource.mark.Mark mark)

Queries for a tooltip by emitting a gtksource.mark_attributes.MarkAttributes.queryTooltipText 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.