aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-factory.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-22 17:25:01 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-22 17:59:33 +0800
commit2064d5324ec602a7a6c2e9e63d5b406e5228824c (patch)
tree37f6f9b12da536062a888570ee0d5df42885bd2e /libempathy/empathy-call-factory.h
parent57459c6892de159e92a90231e8c10e63c566ac32 (diff)
downloadgsoc2013-empathy-2064d5324ec602a7a6c2e9e63d5b406e5228824c.tar
gsoc2013-empathy-2064d5324ec602a7a6c2e9e63d5b406e5228824c.tar.gz
gsoc2013-empathy-2064d5324ec602a7a6c2e9e63d5b406e5228824c.tar.bz2
gsoc2013-empathy-2064d5324ec602a7a6c2e9e63d5b406e5228824c.tar.lz
gsoc2013-empathy-2064d5324ec602a7a6c2e9e63d5b406e5228824c.tar.xz
gsoc2013-empathy-2064d5324ec602a7a6c2e9e63d5b406e5228824c.tar.zst
gsoc2013-empathy-2064d5324ec602a7a6c2e9e63d5b406e5228824c.zip
empathy_call_factory_new_call_with_streams: request channel using the CD
Also allow caller to pass the timestamp and an optionnal callback.
Diffstat (limited to 'libempathy/empathy-call-factory.h')
-rw-r--r--libempathy/empathy-call-factory.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/libempathy/empathy-call-factory.h b/libempathy/empathy-call-factory.h
index c17163dfe..b9b812b8d 100644
--- a/libempathy/empathy-call-factory.h
+++ b/libempathy/empathy-call-factory.h
@@ -25,6 +25,7 @@
#include <libempathy/empathy-dispatch-operation.h>
#include <libempathy/empathy-call-handler.h>
+#include <libempathy/empathy-dispatcher.h>
G_BEGIN_DECLS
@@ -65,7 +66,12 @@ EmpathyCallFactory *empathy_call_factory_initialise (void);
EmpathyCallFactory *empathy_call_factory_get (void);
void empathy_call_factory_new_call_with_streams (EmpathyCallFactory *factory,
- EmpathyContact *contact, gboolean initial_audio, gboolean initial_video);
+ EmpathyContact *contact,
+ gboolean initial_audio,
+ gboolean initial_video,
+ gint64 timestamp,
+ EmpathyDispatcherRequestCb callback,
+ gpointer user_data);
G_END_DECLS