Top |
Functions
Functions
webkit_dom_location_get_protocol ()
gchar *
webkit_dom_location_get_protocol (WebKitDOMLocation *self
);
webkit_dom_location_get_hostname ()
gchar *
webkit_dom_location_get_hostname (WebKitDOMLocation *self
);
webkit_dom_location_get_pathname ()
gchar *
webkit_dom_location_get_pathname (WebKitDOMLocation *self
);
webkit_dom_location_get_ancestor_origins ()
WebKitDOMDOMStringList *
webkit_dom_location_get_ancestor_origins
(WebKitDOMLocation *self
);
Property Details
The “ancestor-origins”
property
“ancestor-origins” WebKitDOMDOMStringList *
read-only WebKitDOMDOMStringList* Location:ancestor-origins.
Flags: Read
The “hostname”
property
“hostname” gchar *
read-only gchar* Location:hostname.
Flags: Read
Default value: ""
The “origin”
property
“origin” gchar *
read-only gchar* Location:origin.
Flags: Read
Default value: ""
The “pathname”
property
“pathname” gchar *
read-only gchar* Location:pathname.
Flags: Read
Default value: ""
The “protocol”
property
“protocol” gchar *
read-only gchar* Location:protocol.
Flags: Read
Default value: ""
The “search”
property
“search” gchar *
read-only gchar* Location:search.
Flags: Read
Default value: ""