summary refs log tree commit diff stats
path: root/src/fe-gtk/notifications/notification-backend.h
diff options
context:
space:
mode:
authorMark Jansen <learn0more@gmail.com>2017-04-06 00:10:53 +0200
committerTingPing <tingping@tingping.se>2017-04-28 07:33:36 -0400
commitec94565cb90134dfedd585a45c8266cc2e21ef4c (patch)
tree35d5a821b92fbd6d5c646881d369578975e3a069 /src/fe-gtk/notifications/notification-backend.h
parent552b2b1315b45286b063e99510d6d6cb1b6f7575 (diff)
winrt: Show some exceptions
Diffstat (limited to 'src/fe-gtk/notifications/notification-backend.h')
-rw-r--r--src/fe-gtk/notifications/notification-backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/notifications/notification-backend.h b/src/fe-gtk/notifications/notification-backend.h
index b60ced4e..4bcaa7d8 100644
--- a/src/fe-gtk/notifications/notification-backend.h
+++ b/src/fe-gtk/notifications/notification-backend.h
@@ -21,7 +21,7 @@
 
 int notification_backend_supported (void);
 void notification_backend_show (const char *title, const char *text);
-int notification_backend_init (void);
+int notification_backend_init (const char **error);
 void notification_backend_deinit (void);
 
 #endif