aboutsummaryrefslogtreecommitdiff
path: root/src/notifications-interface.h
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-15 15:56:57 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-15 15:56:57 -0400
commit1f999e7c50082eada4dac5ac8bb7ee51ac74661b (patch)
tree74debd5c6f9c6e3504dd7879d95155b946cc2863 /src/notifications-interface.h
parent2dcb5b7388ffe6a7fe82fdc1cf2dd0c42cc92ba6 (diff)
downloadayatana-indicator-notifications-1f999e7c50082eada4dac5ac8bb7ee51ac74661b.tar.gz
ayatana-indicator-notifications-1f999e7c50082eada4dac5ac8bb7ee51ac74661b.tar.bz2
ayatana-indicator-notifications-1f999e7c50082eada4dac5ac8bb7ee51ac74661b.zip
Update indicator icon to unread when a message is received, and to read when the menu is hidden.
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