libpurple/blistnodetypes.h

branch
soc.2013.gobjectification.plugins
changeset 37069
22bf5ea00006
parent 37063
a84be725efad
parent 35458
385156e1b493
child 37075
cf3f735b09b7
--- a/libpurple/blistnodetypes.h	Tue Feb 04 17:48:12 2014 +0530
+++ b/libpurple/blistnodetypes.h	Tue Feb 04 23:21:10 2014 +0530
@@ -90,7 +90,6 @@
 /**************************************************************************/
 /**
  * PurpleBuddy:
- * @node: The node that this buddy inherits from
  *
  * A buddy on the buddy list.
  */
@@ -115,10 +114,11 @@
 
 /**
  * PurpleContact:
- * @counting: The counting node that this contact inherits from. This keeps
- *            track of the counts of the buddies under this contact.
  *
  * A contact on the buddy list.
+ *
+ * A contact is a counting node, which means it keeps track of the counts of
+ * the buddies under this contact.
  */
 struct _PurpleContact {
 	PurpleCountingNode counting;
@@ -141,10 +141,11 @@
 
 /**
  * PurpleGroup:
- * @counting: The counting node that this group inherits from. This keeps track
- *            of the counts of the chats and contacts under this group.
  *
  * A group on the buddy list.
+ *
+ * A group is a counting node, which means it keeps track of the counts of the
+ * chats and contacts under this group.
  */
 struct _PurpleGroup {
 	PurpleCountingNode counting;
@@ -167,7 +168,6 @@
 
 /**
  * PurpleChat:
- * @node: The node that this chat inherits from
  *
  * A chat on the buddy list.
  */
@@ -200,7 +200,7 @@
 /**
  * purple_buddy_get_type:
  *
- * Returns the GType for the PurpleBuddy object.
+ * Returns: The #GType for the #PurpleBuddy object.
  */
 GType purple_buddy_get_type(void);
 
@@ -447,7 +447,7 @@
 /**
  * purple_contact_get_type:
  *
- * Returns the GType for the PurpleContact object.
+ * Returns: The #GType for the #PurpleContact object.
  */
 GType purple_contact_get_type(void);
 
@@ -540,7 +540,7 @@
 /**
  * purple_chat_get_type:
  *
- * Returns the GType for the PurpleChat object.
+ * Returns: The #GType for the #PurpleChat object.
  */
 GType purple_chat_get_type(void);
 
@@ -627,7 +627,7 @@
 /**
  * purple_group_get_type:
  *
- * Returns the GType for the PurpleGroup object.
+ * Returns: The #GType for the #PurpleGroup object.
  */
 GType purple_group_get_type(void);
 

mercurial