]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-call-factory.c
Updated Basque language
[empathy.git] / libempathy / empathy-call-factory.c
index 87f0593befa5fb15dd05f92c8c2eb9a72a1ff97e..d02b58327d645e953642ea3e9585228afbe2cbe1 100644 (file)
@@ -132,6 +132,15 @@ empathy_call_factory_get (void)
   return EMPATHY_CALL_FACTORY (call_factory);
 }
 
+/**
+ * empathy_call_factory_new_call_with_streams:
+ * @factory: an #EmpathyCallFactory
+ * @contact: an #EmpathyContact
+ * @initial_audio: if %TRUE the call will be started with audio
+ * @initial_video: if %TRUE the call will be started with video
+ *
+ * Initiate a new call with @contact.
+ */
 void
 empathy_call_factory_new_call_with_streams (EmpathyCallFactory *factory,
     EmpathyContact *contact,
@@ -153,6 +162,13 @@ empathy_call_factory_new_call_with_streams (EmpathyCallFactory *factory,
 }
 
 
+/**
+ * empathy_call_factory_new_call:
+ * @factory: an #EmpathyCallFactory
+ * @contact: an #EmpathyContact
+ *
+ * Initiate a new call with @contact.
+ */
 void
 empathy_call_factory_new_call (EmpathyCallFactory *factory,
     EmpathyContact *contact)