aboutsummaryrefslogtreecommitdiff
path: root/src/notifications-interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/notifications-interface.h')
-rw-r--r--src/notifications-interface.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/notifications-interface.h b/src/notifications-interface.h
index 7cce828..1af5824 100644
--- a/src/notifications-interface.h
+++ b/src/notifications-interface.h
@@ -47,8 +47,9 @@ struct _NotificationsInterface {
NotificationsInterfacePrivate *priv;
};
-GType notifications_interface_get_type(void);
-void notifications_interface_message_added(NotificationsInterface *self);
+GType notifications_interface_get_type(void);
+NotificationsInterface *notifications_interface_new();
+void notifications_interface_message_added(NotificationsInterface *self);
G_END_DECLS