libpurple/prefs.h

branch
soc.2013.gobjectification.plugins
changeset 37021
04c99b24db84
parent 37017
8e2b68c79fa1
child 37023
d9bcdc9a91e6
--- a/libpurple/prefs.h	Wed Jan 29 09:56:14 2014 +0530
+++ b/libpurple/prefs.h	Wed Jan 29 10:01:14 2014 +0530
@@ -124,7 +124,7 @@
  *
  * @name:  The name of the pref
  * @value: The initial value to set
- * @note This function takes a copy of the strings in the value list. The list
+ * Note: This function takes a copy of the strings in the value list. The list
  *       itself and original copies of the strings are up to the caller to
  *       free.
  */
@@ -143,7 +143,7 @@
  *
  * @name:  The name of the pref
  * @value: The initial value to set
- * @note This function takes a copy of the strings in the value list. The list
+ * Note: This function takes a copy of the strings in the value list. The list
  *       itself and original copies of the strings are up to the caller to
  *       free.
  */
@@ -296,7 +296,7 @@
  *
  * @name: The parent pref
  * Returns: A list of newly allocated strings denoting the names of the children.
- *         Returns @c NULL if there are no children or if pref doesn't exist.
+ *         Returns %NULL if there are no children or if pref doesn't exist.
  *         The caller must free all the strings and the list.
  */
 GList *purple_prefs_get_children_names(const char *name);

mercurial