WebKitDOMLocation

WebKitDOMLocation

Synopsis

                    WebKitDOMLocation;
gchar *             webkit_dom_location_get_href        (WebKitDOMLocation *self);
gchar *             webkit_dom_location_get_protocol    (WebKitDOMLocation *self);
gchar *             webkit_dom_location_get_host        (WebKitDOMLocation *self);
gchar *             webkit_dom_location_get_hostname    (WebKitDOMLocation *self);
gchar *             webkit_dom_location_get_port        (WebKitDOMLocation *self);
gchar *             webkit_dom_location_get_pathname    (WebKitDOMLocation *self);
gchar *             webkit_dom_location_get_search      (WebKitDOMLocation *self);
gchar *             webkit_dom_location_get_hash        (WebKitDOMLocation *self);
gchar *             webkit_dom_location_get_origin      (WebKitDOMLocation *self);
WebKitDOMDOMStringList * webkit_dom_location_get_ancestor_origins
                                                        (WebKitDOMLocation *self);

Object Hierarchy

  GObject
   +----WebKitDOMObject
         +----WebKitDOMLocation

Properties

  "ancestor-origins"         WebKitDOMDOMStringList*  : Read
  "hash"                     gchar*                : Read
  "host"                     gchar*                : Read
  "hostname"                 gchar*                : Read
  "href"                     gchar*                : Read
  "origin"                   gchar*                : Read
  "pathname"                 gchar*                : Read
  "port"                     gchar*                : Read
  "protocol"                 gchar*                : Read
  "search"                   gchar*                : Read

Description

Details

WebKitDOMLocation

typedef struct _WebKitDOMLocation WebKitDOMLocation;


webkit_dom_location_get_href ()

gchar *             webkit_dom_location_get_href        (WebKitDOMLocation *self);

self :

A WebKitDOMLocation

Returns :

A gchar

webkit_dom_location_get_protocol ()

gchar *             webkit_dom_location_get_protocol    (WebKitDOMLocation *self);

self :

A WebKitDOMLocation

Returns :

A gchar

webkit_dom_location_get_host ()

gchar *             webkit_dom_location_get_host        (WebKitDOMLocation *self);

self :

A WebKitDOMLocation

Returns :

A gchar

webkit_dom_location_get_hostname ()

gchar *             webkit_dom_location_get_hostname    (WebKitDOMLocation *self);

self :

A WebKitDOMLocation

Returns :

A gchar

webkit_dom_location_get_port ()

gchar *             webkit_dom_location_get_port        (WebKitDOMLocation *self);

self :

A WebKitDOMLocation

Returns :

A gchar

webkit_dom_location_get_pathname ()

gchar *             webkit_dom_location_get_pathname    (WebKitDOMLocation *self);

self :

A WebKitDOMLocation

Returns :

A gchar

webkit_dom_location_get_search ()

gchar *             webkit_dom_location_get_search      (WebKitDOMLocation *self);

self :

A WebKitDOMLocation

Returns :

A gchar

webkit_dom_location_get_hash ()

gchar *             webkit_dom_location_get_hash        (WebKitDOMLocation *self);

self :

A WebKitDOMLocation

Returns :

A gchar

webkit_dom_location_get_origin ()

gchar *             webkit_dom_location_get_origin      (WebKitDOMLocation *self);

self :

A WebKitDOMLocation

Returns :

A gchar

webkit_dom_location_get_ancestor_origins ()

WebKitDOMDOMStringList * webkit_dom_location_get_ancestor_origins
                                                        (WebKitDOMLocation *self);

self :

A WebKitDOMLocation

Returns :

A WebKitDOMDOMStringList. [transfer none]

Property Details

The "ancestor-origins" property

  "ancestor-origins"         WebKitDOMDOMStringList*  : Read

read-only WebKitDOMDOMStringList* Location:ancestor-origins.


The "hash" property

  "hash"                     gchar*                : Read

read-only gchar* Location:hash.

Default value: ""


The "host" property

  "host"                     gchar*                : Read

read-only gchar* Location:host.

Default value: ""


The "hostname" property

  "hostname"                 gchar*                : Read

read-only gchar* Location:hostname.

Default value: ""


The "href" property

  "href"                     gchar*                : Read

read-only gchar* Location:href.

Default value: ""


The "origin" property

  "origin"                   gchar*                : Read

read-only gchar* Location:origin.

Default value: ""


The "pathname" property

  "pathname"                 gchar*                : Read

read-only gchar* Location:pathname.

Default value: ""


The "port" property

  "port"                     gchar*                : Read

read-only gchar* Location:port.

Default value: ""


The "protocol" property

  "protocol"                 gchar*                : Read

read-only gchar* Location:protocol.

Default value: ""


The "search" property

  "search"                   gchar*                : Read

read-only gchar* Location:search.

Default value: ""