| 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 */ |