comparison libpurple/request.h @ 16542:ec8a3ca95a13

Typo fix in documentation.
author Richard Laager <rlaager@wiktel.com>
date Sat, 28 Apr 2007 00:15:46 +0000
parents 08db93bbd798
children 516f14bef90e
comparison
equal deleted inserted replaced
16541:993baf4f7725 16542:ec8a3ca95a13
1330 * @param ok_text The text for the @c OK button. 1330 * @param ok_text The text for the @c OK button.
1331 * @param ok_cb The callback for the @c OK button. 1331 * @param ok_cb The callback for the @c OK button.
1332 * @param cancel_text The text for the @c Cancel button. 1332 * @param cancel_text The text for the @c Cancel button.
1333 * @param cancel_cb The callback for the @c Cancel button. 1333 * @param cancel_cb The callback for the @c Cancel button.
1334 * @param account The PurpleAccount associated with this request, or NULL if none is 1334 * @param account The PurpleAccount associated with this request, or NULL if none is
1335 * @param who The username of the buddy assocaited with this request, or NULL if none is 1335 * @param who The username of the buddy associated with this request, or NULL if none is
1336 * @param conv The PurpleConversation associated with this request, or NULL if none is 1336 * @param conv The PurpleConversation associated with this request, or NULL if none is
1337 * @param user_data The data to pass to the callback. 1337 * @param user_data The data to pass to the callback.
1338 * 1338 *
1339 * @return A UI-specific handle. 1339 * @return A UI-specific handle.
1340 */ 1340 */