diff src/signals.h @ 6720:41120df7ed94

[gaim-migrate @ 7247] Fixed documentation errors so Doxygen no longer complains. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 03 Sep 2003 05:21:04 +0000
parents 800ef4a51096
children 7dba3e17cb21
line wrap: on
line diff
--- a/src/signals.h	Wed Sep 03 04:49:24 2003 +0000
+++ b/src/signals.h	Wed Sep 03 05:21:04 2003 +0000
@@ -44,12 +44,12 @@
 /**
  * Registers a signal in an instance.
  *
- * @param instance  The instance to register the signal for.
- * @param signal    The signal name.
- * @param marshal   The marshal function.
- * @param ret_value The return value type, or NULL for no return value.
- * @param num_types The number of values to be passed to the callbacks.
- * @param ...       The values to pass to the callbacks.
+ * @param instance   The instance to register the signal for.
+ * @param signal     The signal name.
+ * @param marshal    The marshal function.
+ * @param ret_value  The return value type, or NULL for no return value.
+ * @param num_values The number of values to be passed to the callbacks.
+ * @param ...        The values to pass to the callbacks.
  *
  * @return The signal ID local to that instance, or 0 if the signal
  *         couldn't be registered.
@@ -80,6 +80,7 @@
  *
  * @param instance   The instance the signal is registered to.
  * @param signal     The signal.
+ * @param ret_value  The return value from the last signal handler.
  * @param num_values The returned number of values.
  * @param values     The returned list of values.
  */