SourceMarkAttributes.getTooltipMarkup

Queries for a tooltip by emitting a #GtkSourceMarkAttributes::query-tooltip-markup signal. The tooltip may contain a markup.

class SourceMarkAttributes
string
getTooltipMarkup

Parameters

mark SourceMark

a #GtkSourceMark.

Return Value

Type: string

A tooltip. The returned string should be freed by using g_free() when done with it.

Meta