28void dbus_teardown(
int id);
30void signal_action_invoked(
const struct notification *n,
const char *identifier);
31void signal_length_propertieschanged(
void);
32void signal_paused_propertieschanged(
void);
33void signal_history_removed(guint
id);
34void signal_history_cleared(guint n);
35void signal_config_reloaded(
char **
const configs);
reason
The reasons according to the notification spec.
@ REASON_UNDEF
Undefined reason not matching the previous ones.
@ REASON_SIG
The daemon received a NotificationClose signal.
@ REASON_MAX
Maximum value, useful for boundary checking.
@ REASON_TIME
The notification timed out.
@ REASON_USER
The user closed the notification.
@ REASON_MIN
Minimum value, useful for boundary checking.
Notification type definitions.