comparison 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
comparison
equal deleted inserted replaced
11282:1c2232d6ae15 11283:593749a4469c
106 * @param instance The instance to connect to. 106 * @param instance The instance to connect to.
107 * @param signal The name of the signal to connect. 107 * @param signal The name of the signal to connect.
108 * @param handle The handle of the receiver. 108 * @param handle The handle of the receiver.
109 * @param func The callback function. 109 * @param func The callback function.
110 * @param data The data to pass to the callback function. 110 * @param data The data to pass to the callback function.
111 * @param priority The order in which the signal should be added to the list 111 * @param priority The priority with which the handler should be called. Signal handlers are called
112 * in order from GAIM_SIGNAL_PRIORITY_LOWEST to GAIM_SIGNAL_PRIORITY_HIGHEST.
112 * 113 *
113 * @return The signal handler ID. 114 * @return The signal handler ID.
114 * 115 *
115 * @see gaim_signal_disconnect() 116 * @see gaim_signal_disconnect()
116 */ 117 */