![]() |
![]() |
![]() |
libempathy Reference Manual | ![]() |
---|---|---|---|---|
#define EMPATHY_TYPE_CHATROOM_INVITE EmpathyChatroomPriv; EmpathyChatroom; EmpathyChatroom* empathy_chatroom_new (McAccount *account, const gchar *room); EmpathyChatroom* empathy_chatroom_new_full (McAccount *account, const gchar *room, const gchar *name, gboolean auto_connect); McAccount* empathy_chatroom_get_account (EmpathyChatroom *chatroom); void empathy_chatroom_set_account (EmpathyChatroom *chatroom, McAccount *account); const gchar* empathy_chatroom_get_room (EmpathyChatroom *chatroom); void empathy_chatroom_set_room (EmpathyChatroom *chatroom, const gchar *room); const gchar* empathy_chatroom_get_name (EmpathyChatroom *chatroom); void empathy_chatroom_set_name (EmpathyChatroom *chatroom, const gchar *name); gboolean empathy_chatroom_get_auto_connect (EmpathyChatroom *chatroom); void empathy_chatroom_set_auto_connect (EmpathyChatroom *chatroom, gboolean auto_connect); gboolean empathy_chatroom_equal (gconstpointer v1, gconstpointer v2);
"account" McAccount : Read / Write "auto-connect" gboolean : Read / Write "name" gchararray : Read / Write "room" gchararray : Read / Write
#define EMPATHY_TYPE_CHATROOM_INVITE (empathy_chatroom_invite_get_gtype ())
EmpathyChatroom* empathy_chatroom_new (McAccount *account, const gchar *room);
account : |
|
room : |
|
Returns : |
EmpathyChatroom* empathy_chatroom_new_full (McAccount *account, const gchar *room, const gchar *name, gboolean auto_connect);
account : |
|
room : |
|
name : |
|
auto_connect : |
|
Returns : |
McAccount* empathy_chatroom_get_account (EmpathyChatroom *chatroom);
chatroom : |
|
Returns : |
void empathy_chatroom_set_account (EmpathyChatroom *chatroom, McAccount *account);
chatroom : |
|
account : |
const gchar* empathy_chatroom_get_room (EmpathyChatroom *chatroom);
chatroom : |
|
Returns : |
void empathy_chatroom_set_room (EmpathyChatroom *chatroom, const gchar *room);
chatroom : |
|
room : |
const gchar* empathy_chatroom_get_name (EmpathyChatroom *chatroom);
chatroom : |
|
Returns : |
void empathy_chatroom_set_name (EmpathyChatroom *chatroom, const gchar *name);
chatroom : |
|
name : |
gboolean empathy_chatroom_get_auto_connect (EmpathyChatroom *chatroom);
chatroom : |
|
Returns : |
void empathy_chatroom_set_auto_connect (EmpathyChatroom *chatroom, gboolean auto_connect);
chatroom : |
|
auto_connect : |