comparison libpurple/prefs.h @ 19145:d201f6967183

disapproval of revision '2d13603b37141a4e8eb8ce3358198dec9c9f7852'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 11 Jul 2007 18:39:21 +0000
parents 0e30dfac1f46
children 53ad073898d0
comparison
equal deleted inserted replaced
19144:0e30dfac1f46 19145:d201f6967183
279 * @param name The name of the pref 279 * @param name The name of the pref
280 * @return The value of the pref 280 * @return The value of the pref
281 */ 281 */
282 GList *purple_prefs_get_path_list(const char *name); 282 GList *purple_prefs_get_path_list(const char *name);
283 283
284 /*
285 * Returns a list of children for a pref
286 *
287 * @param name The parent pref
288 * @return A list of strings denoting the names of the children, NULL if there are no children or if pref doesn't exist.
289 *
290 */
291 GList *purple_prefs_get_children_names(const char *name);
292 284
293 /** 285 /**
294 * Add a callback to a pref (and its children) 286 * Add a callback to a pref (and its children)
295 */ 287 */
296 guint purple_prefs_connect_callback(void *handle, const char *name, PurplePrefCallback cb, 288 guint purple_prefs_connect_callback(void *handle, const char *name, PurplePrefCallback cb,