| 225 */ |
225 */ |
| 226 void purple_account_option_add_list_item(PurpleAccountOption *option, |
226 void purple_account_option_add_list_item(PurpleAccountOption *option, |
| 227 const char *key, const char *value); |
227 const char *key, const char *value); |
| 228 |
228 |
| 229 /** |
229 /** |
| 230 * purple_account_option_get_type: |
230 * purple_account_option_get_pref_type: |
| 231 * @option: The account option. |
231 * @option: The account option. |
| 232 * |
232 * |
| 233 * Returns the specified account option's type. |
233 * Returns the specified account option's type. |
| 234 * |
234 * |
| 235 * Returns: The account option's type. |
235 * Returns: The account option's type. |