comparison src/prefs.h @ 10071:af06746954de

[gaim-migrate @ 11047] sf patch 1038040: Doxygen Fixes #3 This is from Jonathan Champ (royanee) Thanks! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 01 Oct 2004 22:08:39 +0000
parents 2c8a9f9a71e6
children 9fdbfe832fac
comparison
equal deleted inserted replaced
10070:2b6bf836c6b9 10071:af06746954de
213 * @return The value of the pref 213 * @return The value of the pref
214 */ 214 */
215 const char *gaim_prefs_get_string(const char *name); 215 const char *gaim_prefs_get_string(const char *name);
216 216
217 /** 217 /**
218 * Get string pref value 218 * Get string list pref value
219 * 219 *
220 * @param name The name of the pref 220 * @param name The name of the pref
221 * @return The value of the pref 221 * @return The value of the pref
222 */ 222 */
223 GList *gaim_prefs_get_string_list(const char *name); 223 GList *gaim_prefs_get_string_list(const char *name);