diff libpurple/mediamanager.h @ 28490:713987ae3215

Fix some docs warnings. Thanks to darkrain for pointing them out.
author maiku@pidgin.im
date Sun, 30 Aug 2009 03:52:19 +0000
parents 8c991e09efcb
children 2b2b930281a0
line wrap: on
line diff
--- a/libpurple/mediamanager.h	Sun Aug 30 03:08:27 2009 +0000
+++ b/libpurple/mediamanager.h	Sun Aug 30 03:52:19 2009 +0000
@@ -30,9 +30,9 @@
 #include <glib.h>
 #include <glib-object.h>
 
-/** @copydoc _PurpleMediaManager */
+/** An opaque structure representing a group of (usually all) media calls. */
 typedef struct _PurpleMediaManager PurpleMediaManager;
-/** @copydoc _PurpleMediaManagerClass */
+/** The GObject class structure of the PurpleMediaManager object. */
 typedef struct _PurpleMediaManagerClass PurpleMediaManagerClass;
 
 #include "account.h"
@@ -81,6 +81,7 @@
  * @param account The account to create the session on.
  * @param conference_type The conference type to feed into Farsight2.
  * @param remote_user The remote user to initiate the session with.
+ * @param initiator TRUE if the local user is the initiator of this media call, FALSE otherwise.
  *
  * @return A newly created media session.
  *