00001 00025 #ifndef _GNT_NOTIFY_H 00026 #define _GNT_NOTIFY_H 00027 00028 #include "notify.h" 00029 00030 /********************************************************************** 00031 * @name GNT Notify API 00032 **********************************************************************/ 00040 PurpleNotifyUiOps *finch_notify_get_ui_ops(void); 00041 00045 void finch_notify_init(void); 00046 00050 void finch_notify_uninit(void); 00051 00054 #endif 00055