| 358 |
358 |
| 359 /** |
359 /** |
| 360 * purple_prefs_connect_callback: |
360 * purple_prefs_connect_callback: |
| 361 * @handle: The handle of the receiver. |
361 * @handle: The handle of the receiver. |
| 362 * @name: The name of the preference |
362 * @name: The name of the preference |
| 363 * @cb: The callback function |
363 * @cb: (scope call): The callback function |
| 364 * @data: The data to pass to the callback function. |
364 * @data: The data to pass to the callback function. |
| 365 * |
365 * |
| 366 * Add a callback to a pref (and its children) |
366 * Add a callback to a pref (and its children) |
| 367 * |
367 * |
| 368 * See purple_prefs_disconnect_callback(). |
368 * See purple_prefs_disconnect_callback(). |