WebKitDOMDOMPlugin

WebKitDOMDOMPlugin

Synopsis

                    WebKitDOMDOMPlugin;
WebKitDOMDOMMimeType * webkit_dom_dom_plugin_item       (WebKitDOMDOMPlugin *self,
                                                         gulong index);
WebKitDOMDOMMimeType * webkit_dom_dom_plugin_named_item (WebKitDOMDOMPlugin *self,
                                                         const gchar *name);
gchar *             webkit_dom_dom_plugin_get_name      (WebKitDOMDOMPlugin *self);
gchar *             webkit_dom_dom_plugin_get_filename  (WebKitDOMDOMPlugin *self);
gchar *             webkit_dom_dom_plugin_get_description
                                                        (WebKitDOMDOMPlugin *self);
gulong              webkit_dom_dom_plugin_get_length    (WebKitDOMDOMPlugin *self);

Object Hierarchy

  GObject
   +----WebKitDOMObject
         +----WebKitDOMDOMPlugin

Properties

  "description"              gchar*                : Read
  "filename"                 gchar*                : Read
  "length"                   gulong                : Read
  "name"                     gchar*                : Read

Description

Details

WebKitDOMDOMPlugin

typedef struct _WebKitDOMDOMPlugin WebKitDOMDOMPlugin;


webkit_dom_dom_plugin_item ()

WebKitDOMDOMMimeType * webkit_dom_dom_plugin_item       (WebKitDOMDOMPlugin *self,
                                                         gulong index);

self :

A WebKitDOMDOMPlugin

index :

A gulong

Returns :

A WebKitDOMDOMMimeType. [transfer none]

webkit_dom_dom_plugin_named_item ()

WebKitDOMDOMMimeType * webkit_dom_dom_plugin_named_item (WebKitDOMDOMPlugin *self,
                                                         const gchar *name);

self :

A WebKitDOMDOMPlugin

name :

A gchar

Returns :

A WebKitDOMDOMMimeType. [transfer none]

webkit_dom_dom_plugin_get_name ()

gchar *             webkit_dom_dom_plugin_get_name      (WebKitDOMDOMPlugin *self);

self :

A WebKitDOMDOMPlugin

Returns :

A gchar

webkit_dom_dom_plugin_get_filename ()

gchar *             webkit_dom_dom_plugin_get_filename  (WebKitDOMDOMPlugin *self);

self :

A WebKitDOMDOMPlugin

Returns :

A gchar

webkit_dom_dom_plugin_get_description ()

gchar *             webkit_dom_dom_plugin_get_description
                                                        (WebKitDOMDOMPlugin *self);

self :

A WebKitDOMDOMPlugin

Returns :

A gchar

webkit_dom_dom_plugin_get_length ()

gulong              webkit_dom_dom_plugin_get_length    (WebKitDOMDOMPlugin *self);

self :

A WebKitDOMDOMPlugin

Returns :

A gulong

Property Details

The "description" property

  "description"              gchar*                : Read

read-only gchar* DOMPlugin:description.

Default value: ""


The "filename" property

  "filename"                 gchar*                : Read

read-only gchar* DOMPlugin:filename.

Default value: ""


The "length" property

  "length"                   gulong                : Read

read-only gulong DOMPlugin:length.


The "name" property

  "name"                     gchar*                : Read

read-only gchar* DOMPlugin:name.

Default value: ""