diff options
Diffstat (limited to 'libempathy-gtk/empathy-chat.h')
-rw-r--r-- | libempathy-gtk/empathy-chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat.h b/libempathy-gtk/empathy-chat.h index 174c4506e..1aff3d1b8 100644 --- a/libempathy-gtk/empathy-chat.h +++ b/libempathy-gtk/empathy-chat.h @@ -69,6 +69,7 @@ void empathy_chat_set_tp_chat (EmpathyChat *chat, McAccount * empathy_chat_get_account (EmpathyChat *chat); const gchar * empathy_chat_get_name (EmpathyChat *chat); const gchar * empathy_chat_get_subject (EmpathyChat *chat); +const gchar * empathy_chat_get_tooltip (EmpathyChat *chat); EmpathyContact * empathy_chat_get_selected_contact (EmpathyChat *chat); const gchar * empathy_chat_get_id (EmpathyChat *chat); void empathy_chat_clear (EmpathyChat *chat); |