summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-06-07 03:09:48 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-06-07 03:18:38 +0200
commit8ce5daac4f3520a98ad3de8f95f9a52ad1b2e53b (patch)
tree70277c2ffe1acdd7507a31e318734f6e5b02ed26
parent9d28fa36008fc820bd9449737f081cec551c2810 (diff)
downloadlibnotify-8ce5daac4f3520a98ad3de8f95f9a52ad1b2e53b.tar.gz
notification: Add docs description for NotifyNotification
-rw-r--r--libnotify/notification.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libnotify/notification.h b/libnotify/notification.h
index 5706425..f1639d8 100644
--- a/libnotify/notification.h
+++ b/libnotify/notification.h
@@ -55,6 +55,11 @@ typedef struct _NotifyNotification NotifyNotification;
typedef struct _NotifyNotificationClass NotifyNotificationClass;
typedef struct _NotifyNotificationPrivate NotifyNotificationPrivate;
+/**
+ * NotifyNotification:
+ *
+ * A passive pop-up notification.
+ */
struct _NotifyNotification
{
/*< private >*/