Class
AstalNotifdNotifd
Instance methods
astal_notifd_notifd_get_notification
Gets the AstalNotifdNotification
with id or null if there is no such Notification.
Properties
AstalNotifd.Notifd:ignore-timeout
Ignore the timeout specified by incoming notifications. By default notifications can specify a timeout in milliseconds after which the daemon will resolve them even without user input.
AstalNotifd.Notifd:dont-disturb
Indicate to frontends to not show popups to the user. This property does not have any effect on its own, its merely a value to use between the daemon process and proxies for frontends to use.
AstalNotifd.Notifd:default-timeout
Timeout used for notifications that do not specify a timeout and let the server decide. Negative values result in no timeout. By default this is -1.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct AstalNotifdNotifdClass {
void (* notifd_notified) (
AstalNotifdNotifd* self,
guint id,
gboolean replaced
);
void (* notifd_resolved) (
AstalNotifdNotifd* self,
guint id,
AstalNotifdClosedReason reason
);
}
No description available.
Class members
notified: void (* notifd_notified) ( AstalNotifdNotifd* self, guint id, gboolean replaced )
No description available.
resolved: void (* notifd_resolved) ( AstalNotifdNotifd* self, guint id, AstalNotifdClosedReason reason )
No description available.