aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-04-02 17:42:02 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-04-02 17:42:02 +0800
commit6db49cc6901b36e551f9f228eb43ff4a646c540d (patch)
tree7a31a44919a6ebd136f2b8e9fcddaacb59144dda /libempathy-gtk/empathy-chat.h
parent70a2a0c5f4d091e765ff4d8108e28a63bcf48b47 (diff)
downloadgsoc2013-empathy-6db49cc6901b36e551f9f228eb43ff4a646c540d.tar
gsoc2013-empathy-6db49cc6901b36e551f9f228eb43ff4a646c540d.tar.gz
gsoc2013-empathy-6db49cc6901b36e551f9f228eb43ff4a646c540d.tar.bz2
gsoc2013-empathy-6db49cc6901b36e551f9f228eb43ff4a646c540d.tar.lz
gsoc2013-empathy-6db49cc6901b36e551f9f228eb43ff4a646c540d.tar.xz
gsoc2013-empathy-6db49cc6901b36e551f9f228eb43ff4a646c540d.tar.zst
gsoc2013-empathy-6db49cc6901b36e551f9f228eb43ff4a646c540d.zip
Add a tooltip property on EmpathyChat
svn path=/trunk/; revision=845
Diffstat (limited to 'libempathy-gtk/empathy-chat.h')
-rw-r--r--libempathy-gtk/empathy-chat.h1
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);