query_tooltip_text


Description:

public signal string query_tooltip_text (SourceMark mark)

The code should connect to this signal to provide a tooltip for given mark.

The tooltip should be just a plain text.

Parameters:

mark

The SourceMark.

Returns:

A tooltip. The string should be freed with g_free when done with it.