From 6cbe46ff82e331bd8d7101980908928611b73b8f Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 18 May 2009 15:06:23 +0100 Subject: document empathy_call_factory_new_call and empathy_call_factory_new_call_with_streams --- libempathy/empathy-call-factory.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/libempathy/empathy-call-factory.c b/libempathy/empathy-call-factory.c index 87f0593be..d02b58327 100644 --- a/libempathy/empathy-call-factory.c +++ b/libempathy/empathy-call-factory.c @@ -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) -- cgit v1.2.3