diff options
Diffstat (limited to 'src/notification.h')
-rw-r--r-- | src/notification.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |