Method

RmfMapObjectget_children

Declaration [src]

RmfMapObjectIterator*
rmf_map_object_get_children (
  RmfMapObject* map_object
)

Description [src]

Gets the children of the object.

Gets propertyRmf.MapObject:children

Return value

Type: RmfMapObjectIterator

An iterator over the children of this object.

The caller of the method takes ownership of the data, and is responsible for freeing it.