comparison src/prefs.h @ 6538:4bc050b1af34

[gaim-migrate @ 7056] Sometimes I like to know the types of my prefs. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 21 Aug 2003 01:46:00 +0000
parents 158196b2db19
children 8c1b5dd87fbf
comparison
equal deleted inserted replaced
6537:a621e2c6c713 6538:4bc050b1af34
150 * @param value The value to set 150 * @param value The value to set
151 */ 151 */
152 void gaim_prefs_set_string_list(const char *name, GList *value); 152 void gaim_prefs_set_string_list(const char *name, GList *value);
153 153
154 /** 154 /**
155 * Get pref type
156 *
157 * @param name The name of the pref
158 * @return The type of the pref
159 */
160 GaimPrefType gaim_prefs_get_type(const char *name);
161
162 /**
155 * Get boolean pref value 163 * Get boolean pref value
156 * 164 *
157 * @param name The name of the pref 165 * @param name The name of the pref
158 * @return The value of the pref 166 * @return The value of the pref
159 */ 167 */