diff src/request.h @ 10233:e8d62dc363c5

[gaim-migrate @ 11368] Doxygenation updates from me. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 22 Nov 2004 05:10:00 +0000
parents 9aa0b6d11bbf
children 62fc579810f4
line wrap: on
line diff
--- a/src/request.h	Mon Nov 22 04:59:40 2004 +0000
+++ b/src/request.h	Mon Nov 22 05:10:00 2004 +0000
@@ -1107,8 +1107,8 @@
  * @param cancel_text   The text for the cancel button.
  * @param cancel_cb     The callback for the cancel button.
  * @param user_data     The data to pass to the callback.
- * @param choice_count  The number of choices.
- * @param ...           The choices.
+ * @param ...           The choices.  This argument list should be
+ *                      terminated with a NULL parameter.
  *
  * @return A UI-specific handle.
  */
@@ -1132,8 +1132,8 @@
  * @param cancel_text   The text for the cancel button.
  * @param cancel_cb     The callback for the cancel button.
  * @param user_data     The data to pass to the callback.
- * @param choice_count  The number of choices.
- * @param choices       The choices.
+ * @param choices       The choices.  This argument list should be
+ *                      terminated with a NULL parameter.
  *
  * @return A UI-specific handle.
  */