Method

CMRoomget_topic

since: 0.0.2

Declaration [src]

const char*
cm_room_get_topic (
  CmRoom* self
)

Description [src]

Get matrix room’s topic.

Available since: 0.0.2

Return value

Type: const char*

The room topic.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.