Class
AstalNotifdNotifd
Instance methods
astal_notifd_notifd_get_notification
Gets the AstalNotifdNotification with the given ID, or null if there is no such notification.
Methods inherited from GListModel (5)
g_list_model_get_item
Get the item at position.
g_list_model_get_item_type
Gets the type of the items in list.
g_list_model_get_n_items
Gets the number of items in list.
g_list_model_get_object
Get the item at position.
g_list_model_items_changed
Emits the GListModel::items-changed signal on list.
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
Tells frontends not to show popups to the user. This property does not have any effect on its own; it is merely a value shared between the daemon process and proxies.
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.
Signals inherited from GListModel (1)
GListModel::items-changed
This signal is emitted whenever items were added to or removed from list. At position, removed items were removed and added
items were added in their place.
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.