comparison src/prefs.h @ 9611:5e78d07f6b36

[gaim-migrate @ 10454] datallah fixed some compile warnings committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Wed, 28 Jul 2004 04:25:32 +0000
parents 7a67c459ab8f
children da88e2cd5c53
comparison
equal deleted inserted replaced
9610:a6362795bf2c 9611:5e78d07f6b36
173 * @param value The value to set 173 * @param value The value to set
174 */ 174 */
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
179 *
180 * @param name The name of the pref
181 * @return Whether or not the pref exists
182 */
183 gboolean gaim_prefs_exists(const char *name);
184
185 /**
178 * Get pref type 186 * Get pref type
179 * 187 *
180 * @param name The name of the pref 188 * @param name The name of the pref
181 * @return The type of the pref 189 * @return The type of the pref
182 */ 190 */