UnixMountEntry#

Deprecated since version PyGObject-3.16.0: Gio.UnixMountEntry is deprecated; use GioUnix.MountEntry instead

class UnixMountEntry(*args, **kwargs)#

Methods#

class UnixMountEntry
classmethod at(mount_path: str) tuple[MountEntry | None, int]#
Parameters:

mount_path

compare(mount2: MountEntry) int#
Parameters:

mount2

classmethod for_(file_path: str) tuple[MountEntry | None, int]#
Parameters:

file_path

free() None#
get_device_path() str#
get_fs_type() str#
get_mount_path() str#
get_options() str | None#
get_root_path() str | None#
guess_can_eject() bool#
guess_icon() Icon#
guess_name() str#
guess_should_display() bool#
guess_symbolic_icon() Icon#
is_readonly() bool#
is_system_internal() bool#