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