![]() |
![]() |
![]() |
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 "favorite" gboolean : Read / Write / Construct "name" gchar* : Read / Write "room" gchar* : Read / Write "tp-channel" TpChannel* : Read / Write / Construct
#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 : |
"auto-connect"
property"auto-connect" gboolean : Read / Write
Connect on startup.
Default value: FALSE
"favorite"
property"favorite" gboolean : Read / Write / Construct
TRUE if the chatroom is in user's favorite list.
Default value: FALSE
"room"
property"room" gchar* : Read / Write
Chatroom represented as 'room@server'.
Default value: NULL
"tp-channel"
property"tp-channel" TpChannel* : Read / Write / Construct
The TpChannel associated with this chatroom if we are in the room. NULL otherwise.