aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-factory.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-21 19:15:25 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-22 17:59:25 +0800
commit6b7a7b32680892b3e5cc45e8ef012fc323d06a4c (patch)
treea5e940d66cb8ec9b23b7c14b560be4bc33864ed5 /libempathy/empathy-call-factory.h
parentf43fbe8cdb7adf761c2b23206b4c13ee5efc3332 (diff)
downloadgsoc2013-empathy-6b7a7b32680892b3e5cc45e8ef012fc323d06a4c.tar
gsoc2013-empathy-6b7a7b32680892b3e5cc45e8ef012fc323d06a4c.tar.gz
gsoc2013-empathy-6b7a7b32680892b3e5cc45e8ef012fc323d06a4c.tar.bz2
gsoc2013-empathy-6b7a7b32680892b3e5cc45e8ef012fc323d06a4c.tar.lz
gsoc2013-empathy-6b7a7b32680892b3e5cc45e8ef012fc323d06a4c.tar.xz
gsoc2013-empathy-6b7a7b32680892b3e5cc45e8ef012fc323d06a4c.tar.zst
gsoc2013-empathy-6b7a7b32680892b3e5cc45e8ef012fc323d06a4c.zip
call-factory: use TpSimpleHandler to handle incoming calls (#622368)
Diffstat (limited to 'libempathy/empathy-call-factory.h')
-rw-r--r--libempathy/empathy-call-factory.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/empathy-call-factory.h b/libempathy/empathy-call-factory.h
index 27b205973..f7cd9d240 100644
--- a/libempathy/empathy-call-factory.h
+++ b/libempathy/empathy-call-factory.h
@@ -70,9 +70,6 @@ void empathy_call_factory_new_call (EmpathyCallFactory *factory,
void empathy_call_factory_new_call_with_streams (EmpathyCallFactory *factory,
EmpathyContact *contact, gboolean initial_audio, gboolean initial_video);
-void empathy_call_factory_claim_channel (EmpathyCallFactory *factory,
- EmpathyDispatchOperation *operation);
-
G_END_DECLS
#endif /* #ifndef __EMPATHY_CALL_FACTORY_H__*/