Method

RmfEntityDataget_classname

Declaration [src]

char*
rmf_entity_data_get_classname (
  RmfEntityData* entity_data
)

Description [src]

Gets the entity’s classname.

Return value

Type: char*

The entity’s classname.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.