![]() |
![]() |
![]() |
libempathy-gtk Reference Manual | ![]() |
---|---|---|---|---|
EmpathyChat; EmpathyChat* empathy_chat_new (EmpathyTpChat *tp_chat); EmpathyTpChat* empathy_chat_get_tp_chat (EmpathyChat *chat); void empathy_chat_set_tp_chat (EmpathyChat *chat, EmpathyTpChat *tp_chat); McAccount* empathy_chat_get_account (EmpathyChat *chat); const gchar* empathy_chat_get_id (EmpathyChat *chat); const gchar* empathy_chat_get_name (EmpathyChat *chat); const gchar* empathy_chat_get_subject (EmpathyChat *chat); EmpathyContact* empathy_chat_get_remote_contact (EmpathyChat *chat); guint empathy_chat_get_members_count (EmpathyChat *chat); GtkWidget* empathy_chat_get_contact_menu (EmpathyChat *chat); void empathy_chat_clear (EmpathyChat *chat); void empathy_chat_scroll_down (EmpathyChat *chat); void empathy_chat_cut (EmpathyChat *chat); void empathy_chat_copy (EmpathyChat *chat); void empathy_chat_paste (EmpathyChat *chat); void empathy_chat_correct_word (EmpathyChat *chat, GtkTextIter *start, GtkTextIter *end, const gchar *new_word); gboolean empathy_chat_is_room (EmpathyChat *chat);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----EmpathyChat
"account" McAccount* : Read "id" gchar* : Read "name" gchar* : Read "remote-contact" EmpathyContact* : Read "subject" gchar* : Read "tp-chat" EmpathyTpChat* : Read / Write / Construct
EmpathyTpChat* empathy_chat_get_tp_chat (EmpathyChat *chat);
|
|
Returns : |
void empathy_chat_set_tp_chat (EmpathyChat *chat, EmpathyTpChat *tp_chat);
|
|
|
McAccount* empathy_chat_get_account (EmpathyChat *chat);
|
|
Returns : |
const gchar* empathy_chat_get_subject (EmpathyChat *chat);
|
|
Returns : |
EmpathyContact* empathy_chat_get_remote_contact (EmpathyChat *chat);
|
|
Returns : |
guint empathy_chat_get_members_count (EmpathyChat *chat);
|
|
Returns : |
GtkWidget* empathy_chat_get_contact_menu (EmpathyChat *chat);
|
|
Returns : |
void empathy_chat_correct_word (EmpathyChat *chat, GtkTextIter *start, GtkTextIter *end, const gchar *new_word);
|
|
|
|
|
|
|
"subject"
property"subject" gchar* : Read
The subject or topic of the chat.
Default value: NULL
"composing"
signalvoid user_function (EmpathyChat *empathychat, gboolean arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
"new-message"
signalvoid user_function (EmpathyChat *empathychat, EmpathyMessage *arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |