comparison src/notify.h @ 12129:216988c717da

[gaim-migrate @ 14429] SF Patch #1353745 from bsponline (Ka-Hing Cheung) "Adds a signal to fire an event before userinfo/profile is shown, so that a plugin can modify it." I renamed it from receiving-userinfo to displaying-userinfo and documented it. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 18 Nov 2005 12:44:07 +0000
parents c9b815aeddc1
children 64254fbabc7b
comparison
equal deleted inserted replaced
12128:34deaeeb5d42 12129:216988c717da
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_ */