diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-01-10 00:15:31 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:15:31 +0800 |
commit | c870b1b51063dff7e5218d8bd6bdc565cb69b577 (patch) | |
tree | 4cb2431426467c02ae36c1c38cc3a4da90a1f5f6 /libempathy/empathy-chatroom.h | |
parent | eba71b838f543c7dd9390e74911526cf3d48fa26 (diff) | |
download | gsoc2013-empathy-c870b1b51063dff7e5218d8bd6bdc565cb69b577.tar gsoc2013-empathy-c870b1b51063dff7e5218d8bd6bdc565cb69b577.tar.gz gsoc2013-empathy-c870b1b51063dff7e5218d8bd6bdc565cb69b577.tar.bz2 gsoc2013-empathy-c870b1b51063dff7e5218d8bd6bdc565cb69b577.tar.lz gsoc2013-empathy-c870b1b51063dff7e5218d8bd6bdc565cb69b577.tar.xz gsoc2013-empathy-c870b1b51063dff7e5218d8bd6bdc565cb69b577.tar.zst gsoc2013-empathy-c870b1b51063dff7e5218d8bd6bdc565cb69b577.zip |
Let a chatroom keep a reference to a its TpChat if applicable
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2189
Diffstat (limited to 'libempathy/empathy-chatroom.h')
-rw-r--r-- | libempathy/empathy-chatroom.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libempathy/empathy-chatroom.h b/libempathy/empathy-chatroom.h index a4eecc04a..3261c8d25 100644 --- a/libempathy/empathy-chatroom.h +++ b/libempathy/empathy-chatroom.h @@ -26,6 +26,8 @@ #include <libmissioncontrol/mc-account.h> +#include <libempathy/empathy-tp-chat.h> + G_BEGIN_DECLS #define EMPATHY_TYPE_CHATROOM (empathy_chatroom_get_type ()) @@ -69,8 +71,8 @@ void empathy_chatroom_set_auto_connect (EmpathyChatroom *chatroom, gboolean auto_connect); gboolean empathy_chatroom_equal (gconstpointer v1, gconstpointer v2); +EmpathyTpChat * empathy_chatroom_get_tp_chat (EmpathyChatroom *chatroom); - -G_BEGIN_DECLS +G_END_DECLS #endif /* __EMPATHY_CHATROOM_H__ */ |