egueb  0.0.23.1
Functions
Node list
Node

Functions

EAPI int egueb_dom_node_list_length_get (Egueb_Dom_Node_List *thiz)
EAPI Egueb_Dom_Nodeegueb_dom_node_list_item (Egueb_Dom_Node_List *thiz, int index)
EAPI Egueb_Dom_Node_List * egueb_dom_node_list_ref (Egueb_Dom_Node_List *thiz)
EAPI void egueb_dom_node_list_unref (Egueb_Dom_Node_List *thiz)

Function Documentation

EAPI int egueb_dom_node_list_length_get ( Egueb_Dom_Node_List *  thiz)

Get the number of nodes in the list (readonly attribute unsigned long length)

Parameters:
[in]thizThe list to get the number of nodes from
Returns:
The number of nodes in the list
 All Data Structures