From a46ca96ffc7ac5f9560f3e7834974ca3f34df62d Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Sat, 25 Feb 2012 13:44:13 -0500 Subject: * Add notification_is_empty to catch useless notifications such as brightness and volume, which are not always properly marked. --- src/notification.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/notification.h') diff --git a/src/notification.h b/src/notification.h index 5fc944a..a1f98f1 100644 --- a/src/notification.h +++ b/src/notification.h @@ -62,6 +62,7 @@ const gchar *notification_get_body(Notification *); gint64 notification_get_timestamp(Notification *); gchar *notification_timestamp_for_locale(Notification *); gboolean notification_is_volume(Notification *); +gboolean notification_is_empty(Notification *); void notification_print(Notification *); G_END_DECLS -- cgit v1.2.3