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 WebKitURIRequest associated with the navigation action. Modifications to the returned object are not taken into account when the request is sent over the network, and is intended only to aid in evaluating whether a navigation action should be taken or not. To modify requests before they are sent over the network the “send-request” signal can be used instead.
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