Method
WebKitWebProcessExtensionContextMenuItemget_gaction_target
unstable since: 2.52
Declaration [src]
GVariant*
webkit_context_menu_item_get_gaction_target (
WebKitContextMenuItem* item
)
Return value
Type: GVariant
The target GVariant of the WebKitContextMenuItem,
or NULL if item was not created with webkit_context_menu_item_new_from_gaction()
or if no target was specified.
| The returned data is owned by the instance. |
The return value can be NULL. |