Virtual Method

AravisDomNodeListget_item

Declaration [src]

ArvDomNode*
get_item (
  ArvDomNodeList* list,
  unsigned int index
)

Description [src]

Get one of the item of list.

Parameters

index unsigned int
 

Item index.

Return value

Returns: ArvDomNode
 

Item corresponding to index, NULL on error.

 The data is owned by the called function.