WebKitDOMGamepadList

WebKitDOMGamepadList

Synopsis

                    WebKitDOMGamepadList;
WebKitDOMGamepad *  webkit_dom_gamepad_list_item        (WebKitDOMGamepadList *self,
                                                         gulong index);
gulong              webkit_dom_gamepad_list_get_length  (WebKitDOMGamepadList *self);

Object Hierarchy

  GObject
   +----WebKitDOMObject
         +----WebKitDOMGamepadList

Properties

  "length"                   gulong                : Read

Description

Details

WebKitDOMGamepadList

typedef struct _WebKitDOMGamepadList WebKitDOMGamepadList;


webkit_dom_gamepad_list_item ()

WebKitDOMGamepad *  webkit_dom_gamepad_list_item        (WebKitDOMGamepadList *self,
                                                         gulong index);

self :

A WebKitDOMGamepadList

index :

A gulong

Returns :

A WebKitDOMGamepad. [transfer none]

webkit_dom_gamepad_list_get_length ()

gulong              webkit_dom_gamepad_list_get_length  (WebKitDOMGamepadList *self);

self :

A WebKitDOMGamepadList

Returns :

A gulong

Property Details

The "length" property

  "length"                   gulong                : Read

read-only gulong GamepadList:length.