Top |
WebKitNavigationAction *
webkit_navigation_action_copy (WebKitNavigationAction *navigation
);
Make a copy of navigation
.
Since: 2.6
void
webkit_navigation_action_free (WebKitNavigationAction *navigation
);
Free the WebKitNavigationAction
Since: 2.6
WebKitNavigationType
webkit_navigation_action_get_navigation_type
(WebKitNavigationAction *navigation
);
Return the type of action that triggered the navigation.
Since: 2.6
guint
webkit_navigation_action_get_mouse_button
(WebKitNavigationAction *navigation
);
Return the number of the mouse button that triggered the navigation, or 0 if the navigation was not started by a mouse event.
Since: 2.6
guint
webkit_navigation_action_get_modifiers
(WebKitNavigationAction *navigation
);
Return a bitmask of GdkModifierType values describing the modifier keys that were in effect when the navigation was requested
Since: 2.6
WebKitURIRequest *
webkit_navigation_action_get_request (WebKitNavigationAction *navigation
);
Return the navigation WebKitURIRequest
Since: 2.6
gboolean
webkit_navigation_action_is_user_gesture
(WebKitNavigationAction *navigation
);
Return whether the navigation was triggered by a user gesture like a mouse click.
Since: 2.6
gboolean
webkit_navigation_action_is_redirect (WebKitNavigationAction *navigation
);
Returns whether the navigation
was redirected.
Since: 2.20