libpurple/presence.h

branch
gtkdoc-conversion
changeset 35462
901dfa763f15
parent 35444
a4ece5a5565a
child 35472
474e26199560
child 37071
3ebf3bb2d317
--- a/libpurple/presence.h	Wed Feb 05 03:46:07 2014 +0530
+++ b/libpurple/presence.h	Wed Feb 05 21:38:44 2014 +0530
@@ -89,16 +89,14 @@
 
 /**
  * PurplePresenceClass:
+ * @update_idle: Updates the logs and the UI when the idle state or time of the
+ *               presence changes.
  *
  * Base class for all #PurplePresence's
  */
 struct _PurplePresenceClass {
 	GObjectClass parent_class;
 
-	/**
-	 * Updates the logs and the UI when the idle state or time of the presence
-	 * changes.
-	 */
 	void (*update_idle)(PurplePresence *presence, gboolean old_idle);
 
 	/*< private >*/
@@ -168,7 +166,7 @@
 /**
  * purple_account_presence_get_type:
  *
- * Returns the GType for the PurpleAccountPresence object.
+ * Returns: The #GType for the #PurpleAccountPresence object.
  */
 GType purple_account_presence_get_type(void);
 
@@ -202,7 +200,7 @@
 /**
  * purple_buddy_presence_get_type:
  *
- * Returns the GType for the PurpleBuddyPresence object.
+ * Returns: The #GType for the #PurpleBuddyPresence object.
  */
 GType purple_buddy_presence_get_type(void);
 
@@ -250,7 +248,7 @@
 /**
  * purple_presence_get_type:
  *
- * Returns the GType for the PurplePresence object.
+ * Returns: The #GType for the #PurplePresence object.
  */
 GType purple_presence_get_type(void);
 

mercurial