comparison src/prefs.h @ 9619:da88e2cd5c53

[gaim-migrate @ 10463] Odds n ends. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 31 Jul 2004 20:48:03 +0000
parents 5e78d07f6b36
children db62420a53a2
comparison
equal deleted inserted replaced
9618:848e5fbcd520 9619:da88e2cd5c53
175 void gaim_prefs_set_string_list(const char *name, GList *value); 175 void gaim_prefs_set_string_list(const char *name, GList *value);
176 176
177 /** 177 /**
178 * Check if a pref exists 178 * Check if a pref exists
179 * 179 *
180 * @param name The name of the pref 180 * @param name The name of the pref
181 * @return Whether or not the pref exists 181 * @return TRUE if the pref exists. Otherwise FALSE.
182 */ 182 */
183 gboolean gaim_prefs_exists(const char *name); 183 gboolean gaim_prefs_exists(const char *name);
184 184
185 /** 185 /**
186 * Get pref type 186 * Get pref type