![]() |
![]() |
![]() |
libempathy Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#define EMPATHY_TYPE_CHATROOM_INVITE EmpathyChatroom; EmpathyChatroom * empathy_chatroom_new (EmpathyAccount *account); EmpathyChatroom * empathy_chatroom_new_full (EmpathyAccount *account, const gchar *room, const gchar *name, gboolean auto_connect); EmpathyAccount * empathy_chatroom_get_account (EmpathyChatroom *chatroom); void empathy_chatroom_set_account (EmpathyChatroom *chatroom, EmpathyAccount *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); const gchar * empathy_chatroom_get_subject (EmpathyChatroom *chatroom); void empathy_chatroom_set_subject (EmpathyChatroom *chatroom, const gchar *subject); guint empathy_chatroom_get_members_count (EmpathyChatroom *chatroom); void empathy_chatroom_set_members_count (EmpathyChatroom *chatroom, guint count); gboolean empathy_chatroom_get_need_password (EmpathyChatroom *chatroom); void empathy_chatroom_set_need_password (EmpathyChatroom *chatroom, gboolean need_password); gboolean empathy_chatroom_get_invite_only (EmpathyChatroom *chatroom); void empathy_chatroom_set_invite_only (EmpathyChatroom *chatroom, gboolean invite_only); gboolean empathy_chatroom_equal (gconstpointer v1, gconstpointer v2); EmpathyTpChat * empathy_chatroom_get_tp_chat (EmpathyChatroom *chatroom); void empathy_chatroom_set_tp_chat (EmpathyChatroom *chatroom, EmpathyTpChat *tp_chat); gboolean empathy_chatroom_is_favorite (EmpathyChatroom *chatroom); void empathy_chatroom_set_favorite (EmpathyChatroom *chatroom, gboolean favorite);
"account" EmpathyAccount* : Read / Write "auto-connect" gboolean : Read / Write "favorite" gboolean : Read / Write / Construct "invite-only" gboolean : Read / Write / Construct "members-count" guint : Read / Write / Construct "name" gchar* : Read / Write "need-password" gboolean : Read / Write / Construct "room" gchar* : Read / Write "subject" gchar* : Read / Write / Construct "tp-chat" EmpathyTpChat* : Read / Write
#define EMPATHY_TYPE_CHATROOM_INVITE (empathy_chatroom_invite_get_gtype ())
EmpathyChatroom * empathy_chatroom_new (EmpathyAccount *account);
|
|
Returns : |
EmpathyChatroom * empathy_chatroom_new_full (EmpathyAccount *account, const gchar *room, const gchar *name, gboolean auto_connect);
|
|
|
|
|
|
|
|
Returns : |
EmpathyAccount * empathy_chatroom_get_account (EmpathyChatroom *chatroom);
|
|
Returns : |
void empathy_chatroom_set_account (EmpathyChatroom *chatroom, EmpathyAccount *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);
|
|
|
const gchar * empathy_chatroom_get_subject (EmpathyChatroom *chatroom);
|
|
Returns : |
void empathy_chatroom_set_subject (EmpathyChatroom *chatroom, const gchar *subject);
|
|
|
guint empathy_chatroom_get_members_count (EmpathyChatroom *chatroom);
|
|
Returns : |
void empathy_chatroom_set_members_count (EmpathyChatroom *chatroom, guint count);
|
|
|
gboolean empathy_chatroom_get_need_password (EmpathyChatroom *chatroom);
|
|
Returns : |
void empathy_chatroom_set_need_password (EmpathyChatroom *chatroom, gboolean need_password);
|
|
|
gboolean empathy_chatroom_get_invite_only (EmpathyChatroom *chatroom);
|
|
Returns : |
void empathy_chatroom_set_invite_only (EmpathyChatroom *chatroom, gboolean invite_only);
|
|
|
gboolean empathy_chatroom_equal (gconstpointer v1, gconstpointer v2);
|
|
|
|
Returns : |
EmpathyTpChat * empathy_chatroom_get_tp_chat (EmpathyChatroom *chatroom);
|
|
Returns : |
void empathy_chatroom_set_tp_chat (EmpathyChatroom *chatroom, EmpathyTpChat *tp_chat);
|
|
|
gboolean empathy_chatroom_is_favorite (EmpathyChatroom *chatroom);
|
|
Returns : |
void empathy_chatroom_set_favorite (EmpathyChatroom *chatroom, gboolean favorite);
|
|
|
"account"
property"account" EmpathyAccount* : Read / Write
The account associated with an chatroom.
"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
"invite-only"
property"invite-only" gboolean : Read / Write / Construct
The chatroom is invite only.
Default value: FALSE
"members-count"
property"members-count" guint : Read / Write / Construct
The chatroom's members count.
Default value: 0
"need-password"
property"need-password" gboolean : Read / Write / Construct
The chatroom is password protected.
Default value: FALSE
"room"
property"room" gchar* : Read / Write
Chatroom represented as 'room@server'.
Default value: NULL
"subject"
property"subject" gchar* : Read / Write / Construct
The chatroom's subject.
Default value: ""
"tp-chat"
property"tp-chat" EmpathyTpChat* : Read / Write
The wrapper for the chatroom channel if there is one.