Method
RmfEntityDataget_keyvalues
Declaration [src]
RmfKeyvalueIterator*
rmf_entity_data_get_keyvalues (
RmfEntityData* entity_data
)
Description [src]
Gets the key-values associated with the object.
| Gets property | Rmf.EntityData:keyvalues |
Return value
Type: RmfKeyvalueIterator
An iterator over the object’s key-values.
| The caller of the method takes ownership of the data, and is responsible for freeing it. |