Signal
GtkSourceMarkAttributes::query-tooltip-text
Declaration
gchar*
query_tooltip_text (
  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 should be just a plain text.
| 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.