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 _NotifyNotificationClass NotifyNotificationClass;
|
||||||
typedef struct _NotifyNotificationPrivate NotifyNotificationPrivate;
|
typedef struct _NotifyNotificationPrivate NotifyNotificationPrivate;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* NotifyNotification:
|
||||||
|
*
|
||||||
|
* A passive pop-up notification.
|
||||||
|
*/
|
||||||
struct _NotifyNotification
|
struct _NotifyNotification
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
|
|
Loading…
Reference in New Issue