src/signals.h

changeset 11283
8355630c98d5
parent 11064
8183c72bef80
child 11935
1d95c7294577
--- 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