PhoshMountNotification — A notifiction shown when a device got mounted
GObject ╰── PhoshNotification ╰── PhoshMountNotification
The PhoshMountNotification is responsible for showing the necessary information when a device got mounted and providing the open action.
PhoshMountNotification * phosh_mount_notification_new_from_mount (guint id, GMount *mount);
guint id
GMount *mount
#define PHOSH_TYPE_MOUNT_NOTIFICATION phosh_mount_notification_get_type ()
typedef struct _PhoshMountNotification PhoshMountNotification;