From f055a17dbc1fcd39fc279ce60d65e62268ff30aa Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Sun, 15 May 2011 15:56:57 -0400 Subject: Update indicator icon to unread when a message is received, and to read when the menu is hidden. --- src/notifications-interface.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/notifications-interface.h') 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 -- cgit v1.2.3