[gaim-migrate @ 13480]

Tue, 16 Aug 2005 21:26:58 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Tue, 16 Aug 2005 21:26:58 +0000
changeset 11283
8355630c98d5
parent 11282
d37f0447739a
child 11284
a5a896c37b17

[gaim-migrate @ 13480]
Clarify what order signals are called in. If this is backwards, please let me know.

src/signals.h file | annotate | diff | comparison | revisions
--- 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.
  *

mercurial