summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Polino <aluink@pidgin.im>2007-07-10 20:53:56 +0000
committerEric Polino <aluink@pidgin.im>2007-07-10 20:53:56 +0000
commit136ad150089e003c91e7059e3ad9b1568545ef8b (patch)
tree34611ac24c91d4a767a13807dba59370e475b2fd
parent0f32161a65b8ee1626e0ba3341317bf5ce84d801 (diff)
downloadpidgin-136ad150089e003c91e7059e3ad9b1568545ef8b.tar.gz
Added some info to docs about mem management
-rw-r--r--libpurple/prefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/prefs.h b/libpurple/prefs.h
index fe29cb536d..1fd63e24d7 100644
--- a/libpurple/prefs.h
+++ b/libpurple/prefs.h
@@ -285,7 +285,7 @@ GList *purple_prefs_get_path_list(const char *name);
* Returns a list of children for a pref
*
* @param name The parent pref
- * @return A list of strings denoting the names of the children, NULL if there are no children or if pref doesn't exist.
+ * @return A list of strings denoting the names of the children, NULL if there are no children or if pref doesn't exist. Be sure to free this list when your done with it.
*
*/
GList *purple_prefs_get_children_names(const char *name);