NavigationAction
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "webkit_navigation_action_get_type ()" ) ]
[ Compact ]
public class NavigationAction
Provides details about interaction resulting in a resource load.
Content:
Methods:
- public NavigationAction copy ()
Make a copy of this.
- public void free ()
Free the NavigationAction
- public uint get_modifiers ()
Return the modifier keys.
- public uint get_mouse_button ()
Return the number of the mouse button that triggered the navigation.
- public NavigationType get_navigation_type ()
Return the type of action that triggered the navigation.
- public unowned URIRequest get_request ()
Return the URIRequest
associated with the navigation action.
- public bool is_redirect ()
Returns whether the this was
redirected.
- public bool is_user_gesture ()
Return whether the navigation was triggered by a user gesture like a
mouse click.