changeset 19148:783ed983122b

Added some info to docs about mem management
author Eric Polino <aluink@pidgin.im>
date Tue, 10 Jul 2007 20:53:56 +0000
parents 3eb794691fae
children 5a6f174bf6dd
files libpurple/prefs.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);