comparison libpurple/account.h @ 16201:36b09c6f7957

Doxygen updates. This eliminated all the warnings from Doxygen.
author Richard Laager <rlaager@wiktel.com>
date Mon, 16 Apr 2007 05:07:21 +0000
parents ac1a32ebd62c
children 4fc51a87ce42
comparison
equal deleted inserted replaced
16200:470caa5fe675 16201:36b09c6f7957
193 * 193 *
194 * This will present a dialog informing the user of this and ask if the 194 * This will present a dialog informing the user of this and ask if the
195 * user authorizes or denies the remote user from adding him. 195 * user authorizes or denies the remote user from adding him.
196 * 196 *
197 * @param account The account that was added 197 * @param account The account that was added
198 * @param remote_user The name of the usre that added this account. 198 * @param remote_user The name of the user that added this account.
199 * @param id The optional ID of the local account. Rarely used. 199 * @param id The optional ID of the local account. Rarely used.
200 * @param alias The optional alias of the remote user. 200 * @param alias The optional alias of the remote user.
201 * @param message The optional message sent from the uer requesting you 201 * @param message The optional message sent from the uer requesting you
202 * @param on_list Is the remote user already on the buddy list?
202 * @param auth_cb The callback called when the local user accepts 203 * @param auth_cb The callback called when the local user accepts
203 * @param deny_cb The callback called when the local user rejects 204 * @param deny_cb The callback called when the local user rejects
204 * @param user_data Data to be passed back to the above callbacks 205 * @param user_data Data to be passed back to the above callbacks
205 * 206 *
206 * @return A UI-specific handle. 207 * @return A UI-specific handle.