libpurple/request.h

changeset 16613
7b99431fd17b
parent 16490
68c22924d66b
child 16743
1ce5ffe12e2a
equal deleted inserted replaced
16612:7a4a5e1a8f4e 16613:7b99431fd17b
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 */

mercurial