comparison libpurple/prefs.h @ 22920:5913a8477237

Make this a doxygen comment.
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 13 May 2008 00:08:06 +0000
parents 7c80ba584fb0
children bb43dea90623 584063555949
comparison
equal deleted inserted replaced
22919:277966d1987e 22920:5913a8477237
299 * @param name The name of the pref 299 * @param name The name of the pref
300 * @return The value of the pref 300 * @return The value of the pref
301 */ 301 */
302 GList *purple_prefs_get_path_list(const char *name); 302 GList *purple_prefs_get_path_list(const char *name);
303 303
304 /* 304 /**
305 * Returns a list of children for a pref 305 * Returns a list of children for a pref
306 * 306 *
307 * @param name The parent pref 307 * @param name The parent pref
308 * @return A list of newly allocated strings denoting the names of the children. 308 * @return A list of newly allocated strings denoting the names of the children.
309 * Returns @c NULL if there are no children or if pref doesn't exist. 309 * Returns @c NULL if there are no children or if pref doesn't exist.