aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-08 00:32:27 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-08 00:59:34 +0800
commit247a7866ebdf6f51f357c89a3ffb6e801188f683 (patch)
tree0dd9817e738d81062aed9c547d97e23414e605fd /src/empathy-chat-window.h
parent784b5bd127a9cb1bb725f6c3e1e5338015383037 (diff)
downloadgsoc2013-empathy-247a7866ebdf6f51f357c89a3ffb6e801188f683.tar
gsoc2013-empathy-247a7866ebdf6f51f357c89a3ffb6e801188f683.tar.gz
gsoc2013-empathy-247a7866ebdf6f51f357c89a3ffb6e801188f683.tar.bz2
gsoc2013-empathy-247a7866ebdf6f51f357c89a3ffb6e801188f683.tar.lz
gsoc2013-empathy-247a7866ebdf6f51f357c89a3ffb6e801188f683.tar.xz
gsoc2013-empathy-247a7866ebdf6f51f357c89a3ffb6e801188f683.tar.zst
gsoc2013-empathy-247a7866ebdf6f51f357c89a3ffb6e801188f683.zip
empathy_chat_window_get_default: rename room_filter to room
Diffstat (limited to 'src/empathy-chat-window.h')
-rw-r--r--src/empathy-chat-window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chat-window.h b/src/empathy-chat-window.h
index 9981faddb..a347352a9 100644
--- a/src/empathy-chat-window.h
+++ b/src/empathy-chat-window.h
@@ -57,7 +57,7 @@ struct _EmpathyChatWindowClass {
};
GType empathy_chat_window_get_type (void);
-EmpathyChatWindow *empathy_chat_window_get_default (gboolean room_filter);
+EmpathyChatWindow *empathy_chat_window_get_default (gboolean room);
EmpathyChatWindow *empathy_chat_window_new (void);
GtkWidget * empathy_chat_window_get_dialog (EmpathyChatWindow *window);
void empathy_chat_window_add_chat (EmpathyChatWindow *window,