aboutsummaryrefslogtreecommitdiff
path: root/src/notificationwindow.h
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/notificationwindow.h
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/notificationwindow.h')
-rw-r--r--src/notificationwindow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/notificationwindow.h b/src/notificationwindow.h
index c2c2c53d..a6ad2e46 100644
--- a/src/notificationwindow.h
+++ b/src/notificationwindow.h
@@ -23,8 +23,6 @@
#include <glib.h>
#include <gtk/gtk.h>
-typedef struct _NotificationWindow NotificationWindow;
-
gint notification_window_open (const gchar *message,
const gchar *submessage,
guint timeout);