Method

WebKit2NavigationActionget_frame_name

since: 2.40

Declaration [src]

const char*
webkit_navigation_action_get_frame_name (
  WebKitNavigationAction* navigation
)

Description [src]

Gets the navigation target frame name. For example if navigation was triggered by clicking a link with a target attribute equal to “_blank”, this will return the value of that attribute. In all other cases this function will return NULL.

Available since: 2.40

Return value

Type: const char*

The name of the new frame this navigation action targets or NULL.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.