Class
PhoshMountNotification
Description [src]
final class Phosh.MountNotification : Phosh.Notification {
/* No available fields */
}
A notifiction shown when a device got mounted
The PhoshMountNotification
is responsible for showing the necessary
information when a device got mounted and providing the open action.
Constructors
phosh_mount_notification_new_from_mount
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.