Method
GtkSourceMarkAttributesget_tooltip_text
Declaration [src]
gchar*
gtk_source_mark_attributes_get_tooltip_text (
  GtkSourceMarkAttributes* attributes,
  GtkSourceMark* mark
)
Description [src]
Queries for a tooltip by emitting a GtkSourceMarkAttributes::query-tooltip-text signal.
The tooltip is a plain text.
Parameters
- mark
- 
            Type: GtkSourceMarkA GtkSourceMark.The data is owned by the caller of the method.