comparison libpurple/account.h @ 15936:b449dc6b8a20

A little doxygen love and some tiny gaim->purpleisms
author Mark Doliner <mark@kingant.net>
date Mon, 26 Mar 2007 05:28:57 +0000
parents 32c366eeeb99
children ac1a32ebd62c
comparison
equal deleted inserted replaced
15935:a26cbbd1409c 15936:b449dc6b8a20
209 GCallback auth_cb, GCallback deny_cb, void *user_data); 209 GCallback auth_cb, GCallback deny_cb, void *user_data);
210 210
211 /** 211 /**
212 * Close account requests registered for the given PurpleAccount 212 * Close account requests registered for the given PurpleAccount
213 * 213 *
214 * @param handle The account for which requests should be closed 214 * @param account The account for which requests should be closed
215 */ 215 */
216 void purple_account_request_close_with_account(PurpleAccount *account); 216 void purple_account_request_close_with_account(PurpleAccount *account);
217 217
218 /** 218 /**
219 * Close the account request for the given ui handle 219 * Close the account request for the given ui handle
220 * 220 *
221 * @param handle The ui specific handle for which requests should be closed 221 * @param ui_handle The ui specific handle for which requests should be closed
222 */ 222 */
223 void purple_account_request_close(void *ui_handle); 223 void purple_account_request_close(void *ui_handle);
224 224
225 /** 225 /**
226 * Requests information from the user to change the account's password. 226 * Requests information from the user to change the account's password.
279 279
280 /** 280 /**
281 * Sets the account's buddy icon path. 281 * Sets the account's buddy icon path.
282 * 282 *
283 * @param account The account. 283 * @param account The account.
284 * @param info The buddy icon non-cached path. 284 * @param path The buddy icon non-cached path.
285 */ 285 */
286 void purple_account_set_buddy_icon_path(PurpleAccount *account, const char *path); 286 void purple_account_set_buddy_icon_path(PurpleAccount *account, const char *path);
287 287
288 /** 288 /**
289 * Sets the account's protocol ID. 289 * Sets the account's protocol ID.