aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-22 17:55:45 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-29 18:52:10 +0800
commitaf102f5b5497c155bece1e6d30a5efac06c86d68 (patch)
tree1f2f1e183201a70a227781d73522092e663b9d25 /src/empathy-chat-window.h
parent4bbcf0aa554eae683251b3a9681ad603bff57e18 (diff)
downloadgsoc2013-empathy-af102f5b5497c155bece1e6d30a5efac06c86d68.tar
gsoc2013-empathy-af102f5b5497c155bece1e6d30a5efac06c86d68.tar.gz
gsoc2013-empathy-af102f5b5497c155bece1e6d30a5efac06c86d68.tar.bz2
gsoc2013-empathy-af102f5b5497c155bece1e6d30a5efac06c86d68.tar.lz
gsoc2013-empathy-af102f5b5497c155bece1e6d30a5efac06c86d68.tar.xz
gsoc2013-empathy-af102f5b5497c155bece1e6d30a5efac06c86d68.tar.zst
gsoc2013-empathy-af102f5b5497c155bece1e6d30a5efac06c86d68.zip
chat-window: most of the functions can be static
Diffstat (limited to 'src/empathy-chat-window.h')
-rw-r--r--src/empathy-chat-window.h18
1 files changed, 1 insertions, 17 deletions
diff --git a/src/empathy-chat-window.h b/src/empathy-chat-window.h
index 4cbd2094a..5477479ac 100644
--- a/src/empathy-chat-window.h
+++ b/src/empathy-chat-window.h
@@ -57,28 +57,12 @@ struct _EmpathyChatWindowClass {
};
GType empathy_chat_window_get_type (void);
-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,
- EmpathyChat *chat);
-void empathy_chat_window_remove_chat (EmpathyChatWindow *window,
- EmpathyChat *chat);
-void empathy_chat_window_move_chat (EmpathyChatWindow *old_window,
- EmpathyChatWindow *new_window,
- EmpathyChat *chat);
-void empathy_chat_window_switch_to_chat (EmpathyChatWindow *window,
- EmpathyChat *chat);
-gboolean empathy_chat_window_has_focus (EmpathyChatWindow *window);
+
EmpathyChat * empathy_chat_window_find_chat (TpAccount *account,
const gchar *id);
void empathy_chat_window_present_chat (EmpathyChat *chat,
gint64 timestamp);
-void empathy_chat_window_get_nb_chats (EmpathyChatWindow *window,
- guint *nb_rooms,
- guint *nb_private);
-
G_END_DECLS
#endif /* __EMPATHY_CHAT_WINDOW_H__ */