diff src/signals.h @ 11283:593749a4469c

[gaim-migrate @ 13480] Clarify what order signals are called in. If this is backwards, please let me know. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 16 Aug 2005 21:26:58 +0000
parents e4459e8ccfb5
children cb73483c9f63
line wrap: on
line diff
--- a/src/signals.h	Tue Aug 16 20:57:57 2005 +0000
+++ b/src/signals.h	Tue Aug 16 21:26:58 2005 +0000
@@ -108,7 +108,8 @@
  * @param handle   The handle of the receiver.
  * @param func     The callback function.
  * @param data     The data to pass to the callback function.
- * @param priority The order in which the signal should be added to the list
+ * @param priority The priority with which the handler should be called. Signal handlers are called
+ *                 in order from GAIM_SIGNAL_PRIORITY_LOWEST to GAIM_SIGNAL_PRIORITY_HIGHEST.
  *
  * @return The signal handler ID.
  *