Struct
GioUnixMountPoint
Description [src]
struct GUnixMountPoint {
/* No available fields */
}
Defines a Unix mount point (e.g. /dev
).
This corresponds roughly to a fstab entry.
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().
since: 2.66
g_unix_mount_point_guess_name
Guesses the name of a Unix mount point. The result is a translated string.