| 446 */ |
446 */ |
| 447 GaimNotifyUiOps *gaim_notify_get_ui_ops(void); |
447 GaimNotifyUiOps *gaim_notify_get_ui_ops(void); |
| 448 |
448 |
| 449 /*@}*/ |
449 /*@}*/ |
| 450 |
450 |
| |
451 /**************************************************************************/ |
| |
452 /** @name Notify Subsystem */ |
| |
453 /**************************************************************************/ |
| |
454 /*@{*/ |
| |
455 |
| |
456 /** |
| |
457 * Returns the notify subsystem handle. |
| |
458 * |
| |
459 * @return The notify subsystem handle. |
| |
460 */ |
| |
461 void *gaim_notify_get_handle(void); |
| |
462 |
| |
463 /** |
| |
464 * Initializes the notify subsystem. |
| |
465 */ |
| |
466 void gaim_notify_init(void); |
| |
467 |
| |
468 /** |
| |
469 * Uninitializes the notify subsystem. |
| |
470 */ |
| |
471 void gaim_notify_uninit(void); |
| |
472 |
| |
473 /*@}*/ |
| |
474 |
| |
475 |
| 451 #ifdef __cplusplus |
476 #ifdef __cplusplus |
| 452 } |
477 } |
| 453 #endif |
478 #endif |
| 454 |
479 |
| 455 #endif /* _GAIM_NOTIFY_H_ */ |
480 #endif /* _GAIM_NOTIFY_H_ */ |