I'd like to improve the documentation for functions that return GSLists
and GList*. The documentation needs to specify how they should be freed:
- with just g_slist_free() - a shallow delete.
or
- with a g_free() (or appropriate) on each item, and then a
g_slist_free() - a deep delete.

For instance, which should it be for these functions?
gconf_client_all_dirs()
gconf_client_all_entries()
gconf_client_get_list()

-- 
Murray Cumming
[EMAIL PROTECTED]
www.murrayc.com
www.openismus.com

_______________________________________________
gconf-list mailing list
gconf-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gconf-list

Reply via email to