]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-call-factory.h
add myself to AUTHORS
[empathy.git] / libempathy / empathy-call-factory.h
index 13b16b6921d112ccd36c26b2ee9a3d86de155aef..27b2059730a87da579cdd16aefc8c4bdb3c088af 100644 (file)
@@ -44,7 +44,7 @@ GType empathy_call_factory_get_type (void);
 
 /* TYPE MACROS */
 #define EMPATHY_TYPE_CALL_FACTORY \
-  (empathy_call_factory_get_type())
+  (empathy_call_factory_get_type ())
 #define EMPATHY_CALL_FACTORY(obj) \
   (G_TYPE_CHECK_INSTANCE_CAST((obj), EMPATHY_TYPE_CALL_FACTORY, \
     EmpathyCallFactory))
@@ -67,6 +67,9 @@ EmpathyCallFactory *empathy_call_factory_get (void);
 void empathy_call_factory_new_call (EmpathyCallFactory *factory,
   EmpathyContact *contact);
 
+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);