aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-02-13 08:44:28 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-02-13 08:44:28 +0000
commit40a57dbe977d3d7b2a2b22f2bc7ffcb20832e9e4 (patch)
treea662ed6715beed9ed2c112710bc88431e8ef72ef /src/main.c
parentdef6dee82e3ddfbaaba95255f08e196575444f58 (diff)
added plug-in API for notification window.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3217 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 5 insertions, 0 deletions
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 */