changeset 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 1c2232d6ae15
children f24541048a64
files src/signals.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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.
  *