aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-02-16 05:27:03 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-04-22 18:21:08 +0800
commitcad495664dc69bee746b71f7b5e4bb941327ac56 (patch)
tree5cc02e92f0ab76ee0bded1ecd3b84e719c8dd388 /libempathy-gtk/empathy-chat.h
parent2e5dc5d7b1449383f3b9e1e9987f2162f3bece84 (diff)
downloadgsoc2013-empathy-cad495664dc69bee746b71f7b5e4bb941327ac56.tar
gsoc2013-empathy-cad495664dc69bee746b71f7b5e4bb941327ac56.tar.gz
gsoc2013-empathy-cad495664dc69bee746b71f7b5e4bb941327ac56.tar.bz2
gsoc2013-empathy-cad495664dc69bee746b71f7b5e4bb941327ac56.tar.lz
gsoc2013-empathy-cad495664dc69bee746b71f7b5e4bb941327ac56.tar.xz
gsoc2013-empathy-cad495664dc69bee746b71f7b5e4bb941327ac56.tar.zst
gsoc2013-empathy-cad495664dc69bee746b71f7b5e4bb941327ac56.zip
Port EmpathyChat to new API.
Diffstat (limited to 'libempathy-gtk/empathy-chat.h')
-rw-r--r--libempathy-gtk/empathy-chat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.h b/libempathy-gtk/empathy-chat.h
index 6b7fcf26e..f61ce4154 100644
--- a/libempathy-gtk/empathy-chat.h
+++ b/libempathy-gtk/empathy-chat.h
@@ -71,7 +71,6 @@ 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);