diff libpurple/request.h @ 21872:050218f87c21

Sadrul informs me that cancel_cb may in fact be NULL.
author Will Thompson <will.thompson@collabora.co.uk>
date Tue, 18 Dec 2007 16:57:21 +0000
parents a92574a57460
children 5e23a3d7efef
line wrap: on
line diff
--- a/libpurple/request.h	Tue Dec 18 16:10:22 2007 +0000
+++ b/libpurple/request.h	Tue Dec 18 16:57:21 2007 +0000
@@ -1241,8 +1241,8 @@
  *                      NULL.
  * @param cancel_text   The text for the @c Cancel button, which may not be @c
  *                      NULL.
- * @param cancel_cb     The callback for the @c Cancel button, which may not be
- *                      @c NULL.
+ * @param cancel_cb     The callback for the @c Cancel button, or @c NULL to
+ *                      do nothing.
  * @param account       The #PurpleAccount associated with this request, or @c
  *                      NULL if none is.
  * @param who           The username of the buddy assonciated with this request,
@@ -1281,8 +1281,8 @@
  *                      NULL.
  * @param cancel_text   The text for the @c Cancel button, which may not be @c
  *                      NULL.
- * @param cancel_cb     The callback for the @c Cancel button, which may not be
- *                      @c NULL.
+ * @param cancel_cb     The callback for the @c Cancel button, or @c NULL to do
+ *                      nothing.
  * @param account       The #PurpleAccount associated with this request, or @c
  *                      NULL if none is
  * @param who           The username of the buddy assonciated with this request,