From 40a57dbe977d3d7b2a2b22f2bc7ffcb20832e9e4 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 13 Feb 2013 08:44:28 +0000 Subject: added plug-in API for notification window. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3217 ee746299-78ed-0310-b773-934348b2243d --- src/main.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 741201e9..7579794a 100644 --- a/src/main.c +++ b/src/main.c @@ -81,6 +81,7 @@ #include "socket.h" #include "stock_pixmap.h" #include "trayicon.h" +#include "notificationwindow.h" #include "plugin.h" #include "plugin_manager.h" #include "foldersel.h" @@ -1368,6 +1369,10 @@ static void plugin_init(void) ADD_SYM(send_message_set_reply_flag); ADD_SYM(send_message_set_forward_flags); + ADD_SYM(notification_window_open); + ADD_SYM(notification_window_set_message); + ADD_SYM(notification_window_close); + syl_plugin_signal_connect("plugin-load", G_CALLBACK(load_cb), NULL); /* loading plug-ins from user plug-in directory */ -- cgit v1.2.3