WebKitDOMDOMTokenList
WebKitDOMDOMTokenList
|
|
Functions
webkit_dom_dom_token_list_item ()
gchar *
webkit_dom_dom_token_list_item (WebKitDOMDOMTokenList *self,
gulong index);
webkit_dom_dom_token_list_contains ()
gboolean
webkit_dom_dom_token_list_contains (WebKitDOMDOMTokenList *self,
const gchar *token,
GError **error);
webkit_dom_dom_token_list_add ()
void
webkit_dom_dom_token_list_add (WebKitDOMDOMTokenList *self,
const gchar *tokens,
GError **error);
webkit_dom_dom_token_list_remove ()
void
webkit_dom_dom_token_list_remove (WebKitDOMDOMTokenList *self,
const gchar *tokens,
GError **error);
webkit_dom_dom_token_list_toggle ()
gboolean
webkit_dom_dom_token_list_toggle (WebKitDOMDOMTokenList *self,
const gchar *token,
gboolean force,
GError **error);
webkit_dom_dom_token_list_get_length ()
gulong
webkit_dom_dom_token_list_get_length (WebKitDOMDOMTokenList *self);
Types and Values
WebKitDOMDOMTokenList
typedef struct _WebKitDOMDOMTokenList WebKitDOMDOMTokenList;
Property Details
The “length” property
“length” gulong
read-only gulong DOMTokenList:length.
Flags: Read