Mercurial > pidgin
comparison libpurple/request.h @ 21874:c2af0701d9cc
cancel_cb can be NULL here too.
We probably want to force non-NULL ok_cb for _request_file and _request_folder.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Tue, 18 Dec 2007 18:33:15 +0000 |
parents | 5e23a3d7efef |
children | 9df0a8c7c9b7 |
comparison
equal
deleted
inserted
replaced
21873:5e23a3d7efef | 21874:c2af0701d9cc |
---|---|
1201 * @param ok_text The text for the @c OK button, which may not be @c NULL. | 1201 * @param ok_text The text for the @c OK button, which may not be @c NULL. |
1202 * @param ok_cb The callback for the @c OK button, which may not be @c | 1202 * @param ok_cb The callback for the @c OK button, which may not be @c |
1203 * NULL. | 1203 * NULL. |
1204 * @param cancel_text The text for the @c Cancel button, which may not be @c | 1204 * @param cancel_text The text for the @c Cancel button, which may not be @c |
1205 * NULL. | 1205 * NULL. |
1206 * @param cancel_cb The callback for the @c Cancel button, which may not be | 1206 * @param cancel_cb The callback for the @c Cancel button, which may be |
1207 * @c NULL. | 1207 * @c NULL. |
1208 * @param account The #PurpleAccount associated with this request, or @c | 1208 * @param account The #PurpleAccount associated with this request, or @c |
1209 * NULL if none is. | 1209 * NULL if none is. |
1210 * @param who The username of the buddy associated with this request, | 1210 * @param who The username of the buddy associated with this request, |
1211 * or @c NULL if none is. | 1211 * or @c NULL if none is. |
1394 * @param ok_text The text for the @c OK button, which may not be @c NULL. | 1394 * @param ok_text The text for the @c OK button, which may not be @c NULL. |
1395 * @param ok_cb The callback for the @c OK button, which may not be @c | 1395 * @param ok_cb The callback for the @c OK button, which may not be @c |
1396 * NULL. | 1396 * NULL. |
1397 * @param cancel_text The text for the @c Cancel button, which may not be @c | 1397 * @param cancel_text The text for the @c Cancel button, which may not be @c |
1398 * NULL. | 1398 * NULL. |
1399 * @param cancel_cb The callback for the @c Cancel button, which may not be | 1399 * @param cancel_cb The callback for the @c Cancel button, which may be |
1400 * @c NULL. | 1400 * @c NULL. |
1401 * @param account The #PurpleAccount associated with this request, or @c | 1401 * @param account The #PurpleAccount associated with this request, or @c |
1402 * NULL if none is | 1402 * NULL if none is |
1403 * @param who The username of the buddy associated with this request, | 1403 * @param who The username of the buddy associated with this request, |
1404 * or @c NULL if none is | 1404 * or @c NULL if none is |
1474 * no title. | 1474 * no title. |
1475 * @param filename The default filename (may be @c NULL) | 1475 * @param filename The default filename (may be @c NULL) |
1476 * @param savedialog True if this dialog is being used to save a file. | 1476 * @param savedialog True if this dialog is being used to save a file. |
1477 * False if it is being used to open a file. | 1477 * False if it is being used to open a file. |
1478 * @param ok_cb The callback for the @c OK button. | 1478 * @param ok_cb The callback for the @c OK button. |
1479 * @param cancel_cb The callback for the @c Cancel button. | 1479 * @param cancel_cb The callback for the @c Cancel button, which may be @c NULL. |
1480 * @param account The #PurpleAccount associated with this request, or @c | 1480 * @param account The #PurpleAccount associated with this request, or @c |
1481 * NULL if none is | 1481 * NULL if none is |
1482 * @param who The username of the buddy associated with this request, | 1482 * @param who The username of the buddy associated with this request, |
1483 * or @c NULL if none is | 1483 * or @c NULL if none is |
1484 * @param conv The #PurpleConversation associated with this request, or | 1484 * @param conv The #PurpleConversation associated with this request, or |
1501 * purple_request_input(). | 1501 * purple_request_input(). |
1502 * @param title The title of the message, or @c NULL if it should have | 1502 * @param title The title of the message, or @c NULL if it should have |
1503 * no title. | 1503 * no title. |
1504 * @param dirname The default directory name (may be @c NULL) | 1504 * @param dirname The default directory name (may be @c NULL) |
1505 * @param ok_cb The callback for the @c OK button. | 1505 * @param ok_cb The callback for the @c OK button. |
1506 * @param cancel_cb The callback for the @c Cancel button. | 1506 * @param cancel_cb The callback for the @c Cancel button, which may be @c NULL. |
1507 * @param account The #PurpleAccount associated with this request, or @c | 1507 * @param account The #PurpleAccount associated with this request, or @c |
1508 * NULL if none is | 1508 * NULL if none is |
1509 * @param who The username of the buddy associated with this request, | 1509 * @param who The username of the buddy associated with this request, |
1510 * or @c NULL if none is | 1510 * or @c NULL if none is |
1511 * @param conv The #PurpleConversation associated with this request, or | 1511 * @param conv The #PurpleConversation associated with this request, or |