Method
WebKit2OptionMenuItemget_tooltip
since: 2.18
[−]
Declaration [src]
const gchar*
webkit_option_menu_item_get_tooltip (
WebKitOptionMenuItem* item
)
[−]
Return value
Type: const gchar*
The tooltip of item
, or NULL
.
The returned data is owned by the instance. |
The value is a NUL terminated UTF-8 string. |