SourceMarkAttributes.getTooltipText

Queries for a tooltip by emitting a "query-tooltip-text" signal. The tooltip is a plain text.

class SourceMarkAttributes
string
getTooltipText

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. [transfer full]

Meta