Top |
TpRoomInfoTpRoomInfo — a room found by TpRoomList |
const gchar * | tp_room_info_get_channel_type () |
const gchar * | tp_room_info_get_description () |
TpHandle | tp_room_info_get_handle () |
const gchar * | tp_room_info_get_handle_name () |
gboolean | tp_room_info_get_invite_only () |
guint | tp_room_info_get_members_count () |
const gchar * | tp_room_info_get_name () |
gboolean | tp_room_info_get_requires_password () |
const gchar * | tp_room_info_get_room_id () |
const gchar * | tp_room_info_get_server () |
const gchar * | tp_room_info_get_subject () |
TpRoomInfo represents a room found during a room listing using TpRoomList.
See also: TpRoomList
const gchar *
tp_room_info_get_channel_type (TpRoomInfo *self
);
Since 0.19.0
const gchar *
tp_room_info_get_description (TpRoomInfo *self
);
Since 0.19.0
const gchar *
tp_room_info_get_handle_name (TpRoomInfo *self
);
the identifier of the room (as would be returned
by inspecting the TpHandle returned by tp_room_info_get_handle()
)
Since 0.19.0
gboolean tp_room_info_get_invite_only (TpRoomInfo *self
,gboolean *known
);
Since 0.19.0
guint tp_room_info_get_members_count (TpRoomInfo *self
,gboolean *known
);
Since 0.19.0
gboolean tp_room_info_get_requires_password (TpRoomInfo *self
,gboolean *known
);
Since 0.19.0