diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-07 23:14:46 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-08 00:59:34 +0800 |
commit | bc50bd062a3a9bb85e6c3e0228571c670532fdf9 (patch) | |
tree | da24935fbcfe9c877d9144e5b3cd714b13e7bea5 /src/empathy-chat-window.h | |
parent | 487f4d0fc504b9c0cb77a030869893054c907d6d (diff) | |
download | gsoc2013-empathy-bc50bd062a3a9bb85e6c3e0228571c670532fdf9.tar gsoc2013-empathy-bc50bd062a3a9bb85e6c3e0228571c670532fdf9.tar.gz gsoc2013-empathy-bc50bd062a3a9bb85e6c3e0228571c670532fdf9.tar.bz2 gsoc2013-empathy-bc50bd062a3a9bb85e6c3e0228571c670532fdf9.tar.lz gsoc2013-empathy-bc50bd062a3a9bb85e6c3e0228571c670532fdf9.tar.xz gsoc2013-empathy-bc50bd062a3a9bb85e6c3e0228571c670532fdf9.tar.zst gsoc2013-empathy-bc50bd062a3a9bb85e6c3e0228571c670532fdf9.zip |
add empathy_chat_window_get_nb_rooms
Diffstat (limited to 'src/empathy-chat-window.h')
-rw-r--r-- | src/empathy-chat-window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-chat-window.h b/src/empathy-chat-window.h index 4f1920a9c..9981faddb 100644 --- a/src/empathy-chat-window.h +++ b/src/empathy-chat-window.h @@ -74,6 +74,7 @@ EmpathyChat * empathy_chat_window_find_chat (TpAccount *account const gchar *id); void empathy_chat_window_present_chat (EmpathyChat *chat); +guint empathy_chat_window_get_nb_rooms (EmpathyChatWindow *window); G_END_DECLS |