notification: Add docs description for NotifyNotification

This commit is contained in:
Marco Trevisan (Treviño) 2022-06-07 03:09:48 +02:00
parent 9d28fa3600
commit 8ce5daac4f
1 changed files with 5 additions and 0 deletions

View File

@ -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 >*/