# HG changeset patch # User Eric Polino # Date 1184100836 0 # Node ID 783ed983122b33e80aa15ae0ee173c50c6bb277a # Parent 3eb794691fae3c39e28f6a1765647b8e112d6d1a Added some info to docs about mem management diff -r 3eb794691fae -r 783ed983122b libpurple/prefs.h --- a/libpurple/prefs.h Tue Jul 10 19:03:48 2007 +0000 +++ b/libpurple/prefs.h Tue Jul 10 20:53:56 2007 +0000 @@ -285,7 +285,7 @@ * 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);