WebKitDOMDOMPluginArray

WebKitDOMDOMPluginArray

Synopsis

                    WebKitDOMDOMPluginArray;
WebKitDOMDOMPlugin * webkit_dom_dom_plugin_array_item   (WebKitDOMDOMPluginArray *self,
                                                         gulong index);
WebKitDOMDOMPlugin * webkit_dom_dom_plugin_array_named_item
                                                        (WebKitDOMDOMPluginArray *self,
                                                         const gchar *name);
void                webkit_dom_dom_plugin_array_refresh (WebKitDOMDOMPluginArray *self,
                                                         gboolean reload);
gulong              webkit_dom_dom_plugin_array_get_length
                                                        (WebKitDOMDOMPluginArray *self);

Object Hierarchy

  GObject
   +----WebKitDOMObject
         +----WebKitDOMDOMPluginArray

Properties

  "length"                   gulong                : Read

Description

Details

WebKitDOMDOMPluginArray

typedef struct _WebKitDOMDOMPluginArray WebKitDOMDOMPluginArray;


webkit_dom_dom_plugin_array_item ()

WebKitDOMDOMPlugin * webkit_dom_dom_plugin_array_item   (WebKitDOMDOMPluginArray *self,
                                                         gulong index);

self :

A WebKitDOMDOMPluginArray

index :

A gulong

Returns :

A WebKitDOMDOMPlugin. [transfer none]

webkit_dom_dom_plugin_array_named_item ()

WebKitDOMDOMPlugin * webkit_dom_dom_plugin_array_named_item
                                                        (WebKitDOMDOMPluginArray *self,
                                                         const gchar *name);

self :

A WebKitDOMDOMPluginArray

name :

A gchar

Returns :

A WebKitDOMDOMPlugin. [transfer none]

webkit_dom_dom_plugin_array_refresh ()

void                webkit_dom_dom_plugin_array_refresh (WebKitDOMDOMPluginArray *self,
                                                         gboolean reload);

self :

A WebKitDOMDOMPluginArray

reload :

A gboolean

webkit_dom_dom_plugin_array_get_length ()

gulong              webkit_dom_dom_plugin_array_get_length
                                                        (WebKitDOMDOMPluginArray *self);

self :

A WebKitDOMDOMPluginArray

Returns :

A gulong

Property Details

The "length" property

  "length"                   gulong                : Read

read-only gulong DOMPluginArray:length.