aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-call.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-09 20:03:53 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-16 19:58:25 +0800
commit3fa2b952c259dc6b44ce3f7e1e599e6ce9350b59 (patch)
treee9693bd5dabba703fa89b8ab4e2bc5161f32c41a /libempathy/empathy-tp-call.h
parenta13ed429f988ec7ce1e473e8975fa65447cae309 (diff)
downloadgsoc2013-empathy-3fa2b952c259dc6b44ce3f7e1e599e6ce9350b59.tar
gsoc2013-empathy-3fa2b952c259dc6b44ce3f7e1e599e6ce9350b59.tar.gz
gsoc2013-empathy-3fa2b952c259dc6b44ce3f7e1e599e6ce9350b59.tar.bz2
gsoc2013-empathy-3fa2b952c259dc6b44ce3f7e1e599e6ce9350b59.tar.lz
gsoc2013-empathy-3fa2b952c259dc6b44ce3f7e1e599e6ce9350b59.tar.xz
gsoc2013-empathy-3fa2b952c259dc6b44ce3f7e1e599e6ce9350b59.tar.zst
gsoc2013-empathy-3fa2b952c259dc6b44ce3f7e1e599e6ce9350b59.zip
add empathy_tp_call_get_connection_manager
Diffstat (limited to 'libempathy/empathy-tp-call.h')
-rw-r--r--libempathy/empathy-tp-call.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-call.h b/libempathy/empathy-tp-call.h
index a00fe3e40..476b10a0d 100644
--- a/libempathy/empathy-tp-call.h
+++ b/libempathy/empathy-tp-call.h
@@ -88,6 +88,8 @@ gboolean empathy_tp_call_has_dtmf (EmpathyTpCall *call);
gboolean empathy_tp_call_is_receiving_video (EmpathyTpCall *call);
gboolean empathy_tp_call_is_sending_video (EmpathyTpCall *call);
+const gchar * empathy_tp_call_get_connection_manager (EmpathyTpCall *self);
+
G_END_DECLS
#endif /* __EMPATHY_TP_CALL_H__ */