# HG changeset patch # User Richard Laager # Date 1124227618 0 # Node ID 593749a4469cc8472fced638f139949c313cefe3 # Parent 1c2232d6ae150ed069ffbbacb135021f49b53d24 [gaim-migrate @ 13480] Clarify what order signals are called in. If this is backwards, please let me know. committer: Tailor Script diff -r 1c2232d6ae15 -r 593749a4469c src/signals.h --- 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. *