Signal
GtkSourceMarkAttributes::query-tooltip-markup
Declaration
gchar*
query_tooltip_markup (
  GtkSourceMarkAttributes* self,
  GtkSourceMark* mark,
  gpointer user_data
)
Description [src]
The code should connect to this signal to provide a tooltip for given
mark. The tooltip can contain a markup.
| Default handler: The default handler is called after the handlers added via  | 
Parameters
- mark
- 
            Type: GtkSourceMarkThe GtkSourceMark.The data is owned by the caller of the function.