Method

GtkEntryget_icon_tooltip_markup

since: 2.16

Declaration [src]

gchar*
gtk_entry_get_icon_tooltip_markup (
  GtkEntry* entry,
  GtkEntryIconPosition icon_pos
)

Description [src]

Gets the contents of the tooltip on the icon at the specified position in entry.

Available since: 2.16

Parameters

icon_pos

Type: GtkEntryIconPosition

The icon position.

Return value

Type: gchar*

The tooltip text, or NULL. Free the returned string with g_free() when done.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.