aboutsummaryrefslogtreecommitdiff
path: root/src/notification.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/notification.h')
-rw-r--r--src/notification.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/notification.h b/src/notification.h
index d9a67fe..5fc944a 100644
--- a/src/notification.h
+++ b/src/notification.h
@@ -45,6 +45,8 @@ struct _NotificationPrivate {
gsize body_length;
gint expire_timeout;
GDateTime *timestamp;
+
+ gboolean is_volume;
};
#define NOTIFICATION_GET_PRIVATE(o) \
@@ -59,6 +61,7 @@ const gchar *notification_get_summary(Notification *);
const gchar *notification_get_body(Notification *);
gint64 notification_get_timestamp(Notification *);
gchar *notification_timestamp_for_locale(Notification *);
+gboolean notification_is_volume(Notification *);
void notification_print(Notification *);
G_END_DECLS