| Top |
| gchar * | webkit_dom_location_get_href () |
| gchar * | webkit_dom_location_get_protocol () |
| gchar * | webkit_dom_location_get_host () |
| gchar * | webkit_dom_location_get_hostname () |
| gchar * | webkit_dom_location_get_port () |
| gchar * | webkit_dom_location_get_pathname () |
| gchar * | webkit_dom_location_get_search () |
| gchar * | webkit_dom_location_get_hash () |
| gchar * | webkit_dom_location_get_origin () |
| WebKitDOMDOMStringList * | webkit_dom_location_get_ancestor_origins () |
gchar *
webkit_dom_location_get_protocol (WebKitDOMLocation *self);
gchar *
webkit_dom_location_get_hostname (WebKitDOMLocation *self);
gchar *
webkit_dom_location_get_pathname (WebKitDOMLocation *self);
WebKitDOMDOMStringList *
webkit_dom_location_get_ancestor_origins
(WebKitDOMLocation *self);
“ancestor-origins” property“ancestor-origins” WebKitDOMDOMStringList *
read-only WebKitDOMDOMStringList* Location:ancestor-origins.
Flags: Read
“hostname” property “hostname” gchar *
read-only gchar* Location:hostname.
Flags: Read
Default value: ""
“origin” property “origin” gchar *
read-only gchar* Location:origin.
Flags: Read
Default value: ""
“pathname” property “pathname” gchar *
read-only gchar* Location:pathname.
Flags: Read
Default value: ""
“protocol” property “protocol” gchar *
read-only gchar* Location:protocol.
Flags: Read
Default value: ""