libpurple/accountopt.c

branch
release-2.1.0
changeset 18190
bcf28ef7e8ff
parent 18099
f38988d232f7
child 18265
9f26190d7f46
equal deleted inserted replaced
18189:1ea8813eabce 18190:bcf28ef7e8ff
280 g_return_val_if_fail(option->type == PURPLE_PREF_STRING, FALSE); 280 g_return_val_if_fail(option->type == PURPLE_PREF_STRING, FALSE);
281 281
282 return option->masked; 282 return option->masked;
283 } 283 }
284 284
285 const GList * 285 GList *
286 purple_account_option_get_list(const PurpleAccountOption *option) 286 purple_account_option_get_list(const PurpleAccountOption *option)
287 { 287 {
288 g_return_val_if_fail(option != NULL, NULL); 288 g_return_val_if_fail(option != NULL, NULL);
289 g_return_val_if_fail(option->type == PURPLE_PREF_STRING_LIST, NULL); 289 g_return_val_if_fail(option->type == PURPLE_PREF_STRING_LIST, NULL);
290 290

mercurial