egueb
0.0.23.1
|
Functions | |
EAPI int | egueb_dom_node_list_length_get (Egueb_Dom_Node_List *thiz) |
EAPI Egueb_Dom_Node * | egueb_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) |
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)
[in] | thiz | The list to get the number of nodes from |