Struct
GioUnixMountPoint
Functions
g_unix_mount_point_at
Gets a GUnixMountPoint
for a given mount path. If time_read
is set, it
will be filled with a unix timestamp for checking if the mount points have
changed since with g_unix_mount_points_changed_since().
Available since: 2.66
Instance methods
g_unix_mount_point_compare
Compares two unix mount points.
g_unix_mount_point_free
Frees a unix mount point.
g_unix_mount_point_get_device_path
Gets the device path for a unix mount point.
g_unix_mount_point_get_fs_type
Gets the file system type for the mount point.
g_unix_mount_point_get_mount_path
Gets the mount path for a unix mount point.
g_unix_mount_point_guess_can_eject
Guesses whether a Unix mount point can be ejected.
g_unix_mount_point_guess_icon
Guesses the icon of a Unix mount point.
g_unix_mount_point_guess_name
Guesses the name of a Unix mount point. The result is a translated string.
g_unix_mount_point_guess_symbolic_icon
Guesses the symbolic icon of a Unix mount point.
Available since: 2.34
g_unix_mount_point_is_loopback
Checks if a unix mount point is a loopback device.
g_unix_mount_point_is_readonly
Checks if a unix mount point is read only.
g_unix_mount_point_is_user_mountable
Checks if a unix mount point is mountable by the user.