diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-09-28 14:37:26 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-10-03 18:05:43 +0800 |
commit | 257011e356f9f293e5df5032159b9e79cf70d9d6 (patch) | |
tree | 6e3314e372fdb8870ae802c786a7be6369eaf07f /src/empathy-chat-window.h | |
parent | 22eab320c9669b7c6307bf202ca661e12ff8de57 (diff) | |
download | gsoc2013-empathy-257011e356f9f293e5df5032159b9e79cf70d9d6.tar gsoc2013-empathy-257011e356f9f293e5df5032159b9e79cf70d9d6.tar.gz gsoc2013-empathy-257011e356f9f293e5df5032159b9e79cf70d9d6.tar.bz2 gsoc2013-empathy-257011e356f9f293e5df5032159b9e79cf70d9d6.tar.lz gsoc2013-empathy-257011e356f9f293e5df5032159b9e79cf70d9d6.tar.xz gsoc2013-empathy-257011e356f9f293e5df5032159b9e79cf70d9d6.tar.zst gsoc2013-empathy-257011e356f9f293e5df5032159b9e79cf70d9d6.zip |
chat-window: expose the individual mgr as a property
Diffstat (limited to 'src/empathy-chat-window.h')
-rw-r--r-- | src/empathy-chat-window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy-chat-window.h b/src/empathy-chat-window.h index 2be55cdf8..054469dfa 100644 --- a/src/empathy-chat-window.h +++ b/src/empathy-chat-window.h @@ -82,6 +82,9 @@ EmpathyChat * empathy_chat_window_find_chat (TpAccount *account, EmpathyChatWindow * empathy_chat_window_present_chat (EmpathyChat *chat, gint64 timestamp); +EmpathyIndividualManager * empathy_chat_window_get_individual_manager ( + EmpathyChatWindow *self); + G_END_DECLS #endif |