diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-09 20:53:08 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-11 18:27:57 +0800 |
commit | 17810b94827e9103136ea2cf9192629eebe689b0 (patch) | |
tree | 9eb9d0e20609f23e57a16764e49beb34c9763544 /libempathy/empathy-call-factory.h | |
parent | 617ccb69392445c4843b879ddc997885df81e8f8 (diff) | |
download | gsoc2013-empathy-17810b94827e9103136ea2cf9192629eebe689b0.tar gsoc2013-empathy-17810b94827e9103136ea2cf9192629eebe689b0.tar.gz gsoc2013-empathy-17810b94827e9103136ea2cf9192629eebe689b0.tar.bz2 gsoc2013-empathy-17810b94827e9103136ea2cf9192629eebe689b0.tar.lz gsoc2013-empathy-17810b94827e9103136ea2cf9192629eebe689b0.tar.xz gsoc2013-empathy-17810b94827e9103136ea2cf9192629eebe689b0.tar.zst gsoc2013-empathy-17810b94827e9103136ea2cf9192629eebe689b0.zip |
factor out empathy_call_factory_create_request
Diffstat (limited to 'libempathy/empathy-call-factory.h')
-rw-r--r-- | libempathy/empathy-call-factory.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-call-factory.h b/libempathy/empathy-call-factory.h index abd8c92dc..aa2175a2d 100644 --- a/libempathy/empathy-call-factory.h +++ b/libempathy/empathy-call-factory.h @@ -75,6 +75,10 @@ void empathy_call_factory_new_call_with_streams (EmpathyContact *contact, gboolean empathy_call_factory_register (EmpathyCallFactory *self, GError **error); +GHashTable * empathy_call_factory_create_request (EmpathyContact *contact, + gboolean initial_audio, + gboolean initial_video); + G_END_DECLS #endif /* #ifndef __EMPATHY_CALL_FACTORY_H__*/ |