Class
PhoshDBusNotification
Description [src]
final class Phosh.DBusNotification : Phosh.Notification {
/* No available fields */
}
A notifiction submitted via the DBus notification interface
The PhoshDBusNotification
is a notification submitted via the
org.freedesktop.Notification interface.
Constructors
phosh_dbus_notification_new
Instance methods
Methods inherited from PhoshNotification (32)
Please see PhoshNotification for a full list of methods.
Properties
Properties inherited from PhoshNotification (14)
Phosh.Notification:actions
Phosh.Notification:app-icon
Phosh.Notification:app-info
When non-NULL
this overrides the values of PhoshNotification:app-name
and PhoshNotification:app-icon
with those from the GAppInfo
.
Phosh.Notification:app-name
Phosh.Notification:body
Phosh.Notification:category
Phosh.Notification:id
Phosh.Notification:image
Phosh.Notification:profile
The feedback profile to use for the event triggered by this
notification. Valid values from Feedbackd’s Feedback Theme
Specification as well as the value none
meaning: don’t trigger
any feedback for this event. If NULL
(the default) the decision
is left to feedbackd.
Phosh.Notification:resident
Phosh.Notification:summary
Phosh.Notification:timestamp
Phosh.Notification:transient
Phosh.Notification:urgency
Signals
Signals inherited from PhoshNotification (3)
Phosh.Notification::actioned
Phosh.Notification::closed
Phosh.Notification::expired
Signals inherited from GObject (1)
GObject.Object::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.