EmpathyTpChatroom
EmpathyTpChatroom
|
|
Object Hierarchy
GObject
+----EmpathyTpChat
+----EmpathyTpChatroom
Details
EmpathyTpChatroomPriv
typedef struct _EmpathyTpChatroomPriv EmpathyTpChatroomPriv;
EmpathyTpChatroom
typedef struct _EmpathyTpChatroom EmpathyTpChatroom;
empathy_tp_chatroom_new ()
EmpathyTpChatroom* empathy_tp_chatroom_new (McAccount *account,
TpChan *tp_chan);
account : |
|
tp_chan : |
|
Returns : |
|
empathy_tp_chatroom_get_invitation ()
gboolean empathy_tp_chatroom_get_invitation (EmpathyTpChatroom *chatroom,
EmpathyContact **contact,
const gchar **message);
chatroom : |
|
contact : |
|
message : |
|
Returns : |
|
empathy_tp_chatroom_accept_invitation ()
void empathy_tp_chatroom_accept_invitation
(EmpathyTpChatroom *chatroom);
empathy_tp_chatroom_set_topic ()
void empathy_tp_chatroom_set_topic (EmpathyTpChatroom *chatroom,
const gchar *topic);