notification: Add docs description for NotifyNotification
This commit is contained in:
parent
9d28fa3600
commit
8ce5daac4f
|
@ -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 >*/
|
||||
|
|
Loading…
Reference in New Issue