EmpathyTpChatroom

EmpathyTpChatroom

Synopsis




                    EmpathyTpChatroomPriv;
                    EmpathyTpChatroom;
EmpathyTpChatroom*  empathy_tp_chatroom_new             (McAccount *account,
                                                         TpChan *tp_chan);
gboolean            empathy_tp_chatroom_get_invitation  (EmpathyTpChatroom *chatroom,
                                                         EmpathyContact **contact,
                                                         const gchar **message);
void                empathy_tp_chatroom_accept_invitation
                                                        (EmpathyTpChatroom *chatroom);

Object Hierarchy


  GObject
   +----EmpathyTpChat
         +----EmpathyTpChatroom

Implemented Interfaces

EmpathyTpChatroom implements EmpathyContactList.

Description

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);

chatroom :