aboutsummaryrefslogtreecommitdiff
path: root/src/notifications-interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/notifications-interface.c')
-rw-r--r--src/notifications-interface.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/notifications-interface.c b/src/notifications-interface.c
index 6326bf2..d130049 100644
--- a/src/notifications-interface.c
+++ b/src/notifications-interface.c
@@ -178,6 +178,12 @@ notifications_interface_finalize(GObject *object)
return;
}
+NotificationsInterface *
+notifications_interface_new()
+{
+ return NOTIFICATIONS_INTERFACE(g_object_new(NOTIFICATIONS_INTERFACE_TYPE, NULL));
+}
+
void
notifications_interface_message_added(NotificationsInterface *self)
{