libpurple/accountopt.h

branch
release-2.1.0
changeset 18190
bcf28ef7e8ff
parent 18099
f38988d232f7
child 19859
71d37b57eff2
equal deleted inserted replaced
18189:1ea8813eabce 18190:bcf28ef7e8ff
294 /** 294 /**
295 * Returns the list values for an account option. 295 * Returns the list values for an account option.
296 * 296 *
297 * @param option The account option. 297 * @param option The account option.
298 * 298 *
299 * @return The list values. 299 * @constreturn The list values.
300 */ 300 */
301 const GList *purple_account_option_get_list(const PurpleAccountOption *option); 301 GList *purple_account_option_get_list(const PurpleAccountOption *option);
302 302
303 /*@}*/ 303 /*@}*/
304 304
305 305
306 /**************************************************************************/ 306 /**************************************************************************/

mercurial