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
No description available.
Instance methods
Methods inherited from PhoshNotification (30)
Please see PhoshNotification for a full list of methods.
Properties
Properties inherited from PhoshNotification (13)
Phosh.Notification:actions
No description available.
Phosh.Notification:app-icon
No description available.
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
No description available.
Phosh.Notification:body
No description available.
Phosh.Notification:category
No description available.
Phosh.Notification:id
No description available.
Phosh.Notification:image
No description available.
Phosh.Notification:resident
No description available.
Phosh.Notification:summary
No description available.
Phosh.Notification:timestamp
No description available.
Phosh.Notification:transient
No description available.
Phosh.Notification:urgency
No description available.
Signals
Signals inherited from PhoshNotification (3)
Phosh.Notification::actioned
No description available.
Phosh.Notification::closed
No description available.
Phosh.Notification::expired
No description available.
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.