aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-factory.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-02-03 17:03:42 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-02-03 17:03:42 +0800
commit2690df7f5e8837b7240ed75d456894f36c77a8b9 (patch)
treefe528ecf9062417d481db9b57c4ff9945f9c7b3f /libempathy/empathy-call-factory.h
parent64a9451336199741bf87c6227a8b50f0aa705e6a (diff)
downloadgsoc2013-empathy-2690df7f5e8837b7240ed75d456894f36c77a8b9.tar
gsoc2013-empathy-2690df7f5e8837b7240ed75d456894f36c77a8b9.tar.gz
gsoc2013-empathy-2690df7f5e8837b7240ed75d456894f36c77a8b9.tar.bz2
gsoc2013-empathy-2690df7f5e8837b7240ed75d456894f36c77a8b9.tar.lz
gsoc2013-empathy-2690df7f5e8837b7240ed75d456894f36c77a8b9.tar.xz
gsoc2013-empathy-2690df7f5e8837b7240ed75d456894f36c77a8b9.tar.zst
gsoc2013-empathy-2690df7f5e8837b7240ed75d456894f36c77a8b9.zip
Don't return the handler, so we can unref it after signalling
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2398
Diffstat (limited to 'libempathy/empathy-call-factory.h')
-rw-r--r--libempathy/empathy-call-factory.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libempathy/empathy-call-factory.h b/libempathy/empathy-call-factory.h
index 36866e743..28b3f0c3e 100644
--- a/libempathy/empathy-call-factory.h
+++ b/libempathy/empathy-call-factory.h
@@ -63,11 +63,11 @@ EmpathyCallFactory *empathy_call_factory_initialise (void);
EmpathyCallFactory *empathy_call_factory_get (void);
-EmpathyCallHandler *empathy_call_factory_new_call (
- EmpathyCallFactory *factory, EmpathyContact *contact);
+void empathy_call_factory_new_call (EmpathyCallFactory *factory,
+ EmpathyContact *contact);
-EmpathyCallHandler *empathy_call_factory_claim_channel (
- EmpathyCallFactory *factory, EmpathyDispatchOperation *operation);
+void empathy_call_factory_claim_channel (EmpathyCallFactory *factory,
+ EmpathyDispatchOperation *operation);
G_END_DECLS