Mercurial > pidgin
comparison libpurple/request.h @ 16545:69e36b560549
merge of '45acf7a629de79f67b489f696c7915cd9984f33e'
and 'ec79ae2dcfe6e351a1645fe922b1327fe6c0a711'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 28 Apr 2007 02:29:48 +0000 |
parents | ec8a3ca95a13 |
children | 516f14bef90e |
comparison
equal
deleted
inserted
replaced
16530:72e51db8cac3 | 16545:69e36b560549 |
---|---|
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 */ |