Constants

DBUS_METHOD_INVOCATION_HANDLED = True

The value returned by handlers of the signals generated by the gdbus-codegen tool to indicate that a method call has been handled by an implementation. It is equal to True, but using this macro is sometimes more readable.

In code that needs to be backwards-compatible with older GLib, use True instead, often written like this:

g_dbus_method_invocation_return_error (invocation, ...);
return TRUE;    // handled
DBUS_METHOD_INVOCATION_UNHANDLED = False

The value returned by handlers of the signals generated by the gdbus-codegen tool to indicate that a method call has not been handled by an implementation. It is equal to False, but using this macro is sometimes more readable.

In code that needs to be backwards-compatible with older GLib, use False instead.

DEBUG_CONTROLLER_EXTENSION_POINT_NAME = gio-debug-controller

Extension point for debug control functionality. See [Extending GIO][extending-gio].

DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME = gio-desktop-app-info-lookup

Extension point for default handler to URI association. See [Extending GIO][extending-gio].

Deprecated since version 2.28: The DesktopAppInfoLookup interface is deprecated and unused by GIO.

DRIVE_IDENTIFIER_KIND_UNIX_DEVICE = unix-device

The string used to obtain a Unix device path with get_identifier().

FILE_ATTRIBUTE_ACCESS_CAN_DELETE = access::can-delete

A key in the “access” namespace for checking deletion privileges.

Corresponding FileAttributeType is BOOLEAN.

This attribute will be True if the user is able to delete the file.

FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE = access::can-execute

A key in the “access” namespace for getting execution privileges.

Corresponding FileAttributeType is BOOLEAN.

This attribute will be True if the user is able to execute the file.

FILE_ATTRIBUTE_ACCESS_CAN_READ = access::can-read

A key in the “access” namespace for getting read privileges.

Corresponding FileAttributeType is BOOLEAN.

This attribute will be True if the user is able to read the file.

FILE_ATTRIBUTE_ACCESS_CAN_RENAME = access::can-rename

A key in the “access” namespace for checking renaming privileges.

Corresponding FileAttributeType is BOOLEAN.

This attribute will be True if the user is able to rename the file.

FILE_ATTRIBUTE_ACCESS_CAN_TRASH = access::can-trash

A key in the “access” namespace for checking trashing privileges.

Corresponding FileAttributeType is BOOLEAN.

This attribute will be True if the user is able to move the file to the trash.

FILE_ATTRIBUTE_ACCESS_CAN_WRITE = access::can-write

A key in the “access” namespace for getting write privileges.

Corresponding FileAttributeType is BOOLEAN.

This attribute will be True if the user is able to write to the file.

FILE_ATTRIBUTE_DOS_IS_ARCHIVE = dos::is-archive

A key in the “dos” namespace for checking if the file’s archive flag is set.

This attribute is True if the archive flag is set.

This attribute is only available for DOS file systems.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_DOS_IS_MOUNTPOINT = dos::is-mountpoint

A key in the “dos” namespace for checking if the file is a NTFS mount point (a volume mount or a junction point).

This attribute is True if file is a reparse point of type IO_REPARSE_TAG_MOUNT_POINT.

This attribute is only available for DOS file systems.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_DOS_IS_SYSTEM = dos::is-system

A key in the “dos” namespace for checking if the file’s backup flag is set.

This attribute is True if the backup flag is set.

This attribute is only available for DOS file systems.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_DOS_REPARSE_POINT_TAG = dos::reparse-point-tag

A key in the “dos” namespace for getting the file NTFS reparse tag.

This value is 0 for files that are not reparse points.

See the Reparse Tags page for possible reparse tag values.

Corresponding FileAttributeType is UINT32.

FILE_ATTRIBUTE_ETAG_VALUE = etag::value

A key in the “etag” namespace for getting the value of the file’s entity tag.

Corresponding FileAttributeType is STRING.

FILE_ATTRIBUTE_FILESYSTEM_FREE = filesystem::free

A key in the “filesystem” namespace for getting the number of bytes of free space left on the file system.

Corresponding FileAttributeType is UINT64.

FILE_ATTRIBUTE_FILESYSTEM_READONLY = filesystem::readonly

A key in the “filesystem” namespace for checking if the file system is read only.

Is set to True if the file system is read only.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_FILESYSTEM_REMOTE = filesystem::remote

A key in the “filesystem” namespace for checking if the file system is remote.

Is set to True if the file system is remote.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_FILESYSTEM_SIZE = filesystem::size

A key in the “filesystem” namespace for getting the total size (in bytes) of the file system, used in query_filesystem_info().

Corresponding FileAttributeType is UINT64.

FILE_ATTRIBUTE_FILESYSTEM_TYPE = filesystem::type

A key in the “filesystem” namespace for getting the file system’s type.

Corresponding FileAttributeType is STRING.

FILE_ATTRIBUTE_FILESYSTEM_USED = filesystem::used

A key in the “filesystem” namespace for getting the number of bytes used by data on the file system.

Corresponding FileAttributeType is UINT64.

FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW = filesystem::use-preview

A key in the “filesystem” namespace for hinting a file manager application whether it should preview (e.g. thumbnail) files on the file system.

The value for this key contain a GFilesystemPreviewType.

FILE_ATTRIBUTE_GVFS_BACKEND = gvfs::backend

A key in the “gvfs” namespace that gets the name of the current GVFS backend in use.

Corresponding FileAttributeType is STRING.

FILE_ATTRIBUTE_ID_FILE = id::file

A key in the “id” namespace for getting a file identifier.

Corresponding FileAttributeType is STRING.

An example use would be during listing files, to avoid recursive directory scanning.

FILE_ATTRIBUTE_ID_FILESYSTEM = id::filesystem

A key in the “id” namespace for getting the file system identifier.

Corresponding FileAttributeType is STRING.

An example use would be during drag and drop to see if the source and target are on the same filesystem (default to move) or not (default to copy).

FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT = mountable::can-eject

A key in the “mountable” namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be ejected.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT = mountable::can-mount

A key in the “mountable” namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) is mountable.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL = mountable::can-poll

A key in the “mountable” namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be polled.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_MOUNTABLE_CAN_START = mountable::can-start

A key in the “mountable” namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be started.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED = mountable::can-start-degraded

A key in the “mountable” namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be started degraded.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP = mountable::can-stop

A key in the “mountable” namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be stopped.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT = mountable::can-unmount

A key in the “mountable” namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) is unmountable.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI = mountable::hal-udi

A key in the “mountable” namespace for getting the HAL UDI for the mountable file.

Corresponding FileAttributeType is STRING.

FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC = mountable::is-media-check-automatic

A key in the “mountable” namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) is automatically polled for media.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE = mountable::start-stop-type

A key in the “mountable” namespace for getting the DriveStartStopType.

Corresponding FileAttributeType is UINT32.

FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE = mountable::unix-device

A key in the “mountable” namespace for getting the unix device.

Corresponding FileAttributeType is UINT32.

FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE = mountable::unix-device-file

A key in the “mountable” namespace for getting the unix device file.

Corresponding FileAttributeType is STRING.

FILE_ATTRIBUTE_OWNER_GROUP = owner::group

A key in the “owner” namespace for getting the file owner’s group.

Corresponding FileAttributeType is STRING.

FILE_ATTRIBUTE_OWNER_USER = owner::user

A key in the “owner” namespace for getting the user name of the file’s owner.

Corresponding FileAttributeType is STRING.

FILE_ATTRIBUTE_OWNER_USER_REAL = owner::user-real

A key in the “owner” namespace for getting the real name of the user that owns the file.

Corresponding FileAttributeType is STRING.

FILE_ATTRIBUTE_PREVIEW_ICON = preview::icon

A key in the “preview” namespace for getting a Icon that can be used to get preview of the file.

For example, it may be a low resolution thumbnail without metadata.

Corresponding FileAttributeType is OBJECT.

The value for this key should contain a Icon.

FILE_ATTRIBUTE_RECENT_MODIFIED = recent::modified

A key in the “recent” namespace for getting time, when the metadata for the file in recent:/// was last changed.

Corresponding FileAttributeType is INT64.

FILE_ATTRIBUTE_SELINUX_CONTEXT = selinux::context

A key in the “selinux” namespace for getting the file’s SELinux context.

Corresponding FileAttributeType is STRING.

Note that this attribute is only available if GLib has been built with SELinux support.

FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE = standard::allocated-size

A key in the “standard” namespace for getting the amount of disk space that is consumed by the file (in bytes).

This will generally be larger than the file size (due to block size overhead) but can occasionally be smaller (for example, for sparse files).

Corresponding FileAttributeType is UINT64.

FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE = standard::content-type

A key in the “standard” namespace for getting the content type of the file.

Corresponding FileAttributeType is STRING.

The value for this key should contain a valid content type.

FILE_ATTRIBUTE_STANDARD_COPY_NAME = standard::copy-name

A key in the “standard” namespace for getting the copy name of the file.

The copy name is an optional version of the name. If available it’s always in UTF8, and corresponds directly to the original filename (only transcoded to UTF8). This is useful if you want to copy the file to another filesystem that might have a different encoding. If the filename is not a valid string in the encoding selected for the filesystem it is in then the copy name will not be set.

Corresponding FileAttributeType is STRING.

FILE_ATTRIBUTE_STANDARD_DESCRIPTION = standard::description

A key in the “standard” namespace for getting the description of the file.

The description is a utf8 string that describes the file, generally containing the filename, but can also contain further information. Example descriptions could be “filename (on hostname)” for a remote file or “filename (in trash)” for a file in the trash. This is useful for instance as the window title when displaying a directory or for a bookmarks menu.

Corresponding FileAttributeType is STRING.

FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME = standard::display-name

A key in the “standard” namespace for getting the display name of the file.

A display name is guaranteed to be in UTF-8 and can thus be displayed in the UI. It is guaranteed to be set on every file.

Corresponding FileAttributeType is STRING.

FILE_ATTRIBUTE_STANDARD_EDIT_NAME = standard::edit-name

A key in the “standard” namespace for edit name of the file.

An edit name is similar to the display name, but it is meant to be used when you want to rename the file in the UI. The display name might contain information you don’t want in the new filename (such as “(invalid unicode)” if the filename was in an invalid encoding).

Corresponding FileAttributeType is STRING.

FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE = standard::fast-content-type

A key in the “standard” namespace for getting the fast content type.

The fast content type isn’t as reliable as the regular one, as it only uses the filename to guess it, but it is faster to calculate than the regular content type.

Corresponding FileAttributeType is STRING.

FILE_ATTRIBUTE_STANDARD_ICON = standard::icon

A key in the “standard” namespace for getting the icon for the file.

Corresponding FileAttributeType is OBJECT.

The value for this key should contain a Icon.

FILE_ATTRIBUTE_STANDARD_IS_BACKUP = standard::is-backup

A key in the “standard” namespace for checking if a file is a backup file.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_STANDARD_IS_HIDDEN = standard::is-hidden

A key in the “standard” namespace for checking if a file is hidden.

Corresponding FileAttributeType is BOOLEAN.

A key in the “standard” namespace for checking if the file is a symlink. Typically the actual type is something else, if we followed the symlink to get the type.

On Windows NTFS mountpoints are considered to be symlinks as well.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL = standard::is-virtual

A key in the “standard” namespace for checking if a file is virtual.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_STANDARD_IS_VOLATILE = standard::is-volatile

A key in the “standard” namespace for checking if a file is volatile. This is meant for opaque, non-POSIX-like backends to indicate that the URI is not persistent. Applications should look at FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET for the persistent URI.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_STANDARD_NAME = standard::name

A key in the “standard” namespace for getting the name of the file.

The name is the on-disk filename which may not be in any known encoding, and can thus not be generally displayed as is. It is guaranteed to be set on every file.

Use FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME if you need to display the name in a user interface.

Corresponding FileAttributeType is BYTE_STRING.

FILE_ATTRIBUTE_STANDARD_SIZE = standard::size

A key in the “standard” namespace for getting the file’s size (in bytes).

Corresponding FileAttributeType is UINT64.

FILE_ATTRIBUTE_STANDARD_SORT_ORDER = standard::sort-order

A key in the “standard” namespace for setting the sort order of a file.

Corresponding FileAttributeType is INT32.

An example use would be in file managers, which would use this key to set the order files are displayed. Files with smaller sort order should be sorted first, and files without sort order as if sort order was zero.

FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON = standard::symbolic-icon

A key in the “standard” namespace for getting the symbolic icon for the file.

Corresponding FileAttributeType is OBJECT.

The value for this key should contain a Icon.

A key in the “standard” namespace for getting the symlink target, if the file is a symlink.

Corresponding FileAttributeType is BYTE_STRING.

FILE_ATTRIBUTE_STANDARD_TARGET_URI = standard::target-uri

A key in the “standard” namespace for getting the target URI for the file, in the case of SHORTCUT or MOUNTABLE files.

Corresponding FileAttributeType is STRING.

FILE_ATTRIBUTE_STANDARD_TYPE = standard::type

A key in the “standard” namespace for storing file types.

Corresponding FileAttributeType is UINT32.

The value for this key should contain a FileType.

FILE_ATTRIBUTE_THUMBNAILING_FAILED = thumbnail::failed

A key in the “thumbnail” namespace for checking if thumbnailing failed.

This attribute is True if thumbnailing failed.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_THUMBNAILING_FAILED_LARGE = thumbnail::failed-large

A key in the “thumbnail” namespace for checking if thumbnailing failed for the large image.

This attribute is True if thumbnailing failed.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_THUMBNAILING_FAILED_NORMAL = thumbnail::failed-normal

A key in the “thumbnail” namespace for checking if thumbnailing failed for the normal image.

This attribute is True if thumbnailing failed.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_THUMBNAILING_FAILED_XLARGE = thumbnail::failed-xlarge

A key in the “thumbnail” namespace for checking if thumbnailing failed for the x-large image.

This attribute is True if thumbnailing failed.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_THUMBNAILING_FAILED_XXLARGE = thumbnail::failed-xxlarge

A key in the “thumbnail” namespace for checking if thumbnailing failed for the xx-large image.

This attribute is True if thumbnailing failed.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_THUMBNAIL_IS_VALID = thumbnail::is-valid

A key in the “thumbnail” namespace for checking whether the thumbnail is outdated.

This attribute is True if the thumbnail is up-to-date with the file it represents, and False if the file has been modified since the thumbnail was generated.

If FILE_ATTRIBUTE_THUMBNAILING_FAILED is True and this attribute is False, it indicates that thumbnailing may be attempted again and may succeed.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_LARGE = thumbnail::is-valid-large

A key in the “thumbnail” namespace for checking whether the large thumbnail is outdated.

This attribute is True if the large thumbnail is up-to-date with the file it represents, and False if the file has been modified since the thumbnail was generated.

If FILE_ATTRIBUTE_THUMBNAILING_FAILED_LARGE is True and this attribute is False, it indicates that thumbnailing may be attempted again and may succeed.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_NORMAL = thumbnail::is-valid-normal

A key in the “thumbnail” namespace for checking whether the normal thumbnail is outdated.

This attribute is True if the normal thumbnail is up-to-date with the file it represents, and False if the file has been modified since the thumbnail was generated.

If FILE_ATTRIBUTE_THUMBNAILING_FAILED_NORMAL is True and this attribute is False, it indicates that thumbnailing may be attempted again and may succeed.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_XLARGE = thumbnail::is-valid-xlarge

A key in the “thumbnail” namespace for checking whether the x-large thumbnail is outdated.

This attribute is True if the x-large thumbnail is up-to-date with the file it represents, and False if the file has been modified since the thumbnail was generated.

If FILE_ATTRIBUTE_THUMBNAILING_FAILED_XLARGE is True and this attribute is False, it indicates that thumbnailing may be attempted again and may succeed.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_XXLARGE = thumbnail::is-valid-xxlarge

A key in the “thumbnail” namespace for checking whether the xx-large thumbnail is outdated.

This attribute is True if the x-large thumbnail is up-to-date with the file it represents, and False if the file has been modified since the thumbnail was generated.

If FILE_ATTRIBUTE_THUMBNAILING_FAILED_XXLARGE is True and this attribute is False, it indicates that thumbnailing may be attempted again and may succeed.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_THUMBNAIL_PATH = thumbnail::path

A key in the “thumbnail” namespace for getting the path to the thumbnail image with the biggest size available.

Corresponding FileAttributeType is BYTE_STRING.

FILE_ATTRIBUTE_THUMBNAIL_PATH_LARGE = thumbnail::path-large

A key in the “thumbnail” namespace for getting the path to the large thumbnail image.

Corresponding FileAttributeType is BYTE_STRING.

FILE_ATTRIBUTE_THUMBNAIL_PATH_NORMAL = thumbnail::path-normal

A key in the “thumbnail” namespace for getting the path to the normal thumbnail image.

Corresponding FileAttributeType is BYTE_STRING.

FILE_ATTRIBUTE_THUMBNAIL_PATH_XLARGE = thumbnail::path-xlarge

A key in the “thumbnail” namespace for getting the path to the x-large thumbnail image.

Corresponding FileAttributeType is BYTE_STRING.

FILE_ATTRIBUTE_THUMBNAIL_PATH_XXLARGE = thumbnail::path-xxlarge

A key in the “thumbnail” namespace for getting the path to the xx-large thumbnail image.

Corresponding FileAttributeType is BYTE_STRING.

FILE_ATTRIBUTE_TIME_ACCESS = time::access

A key in the “time” namespace for getting the time the file was last accessed.

Corresponding FileAttributeType is UINT64, and contains the time since the file was last accessed, in seconds since the UNIX epoch.

FILE_ATTRIBUTE_TIME_ACCESS_NSEC = time::access-nsec

A key in the “time” namespace for getting the nanoseconds of the time the file was last accessed. This should be used in conjunction with G_FILE_ATTRIBUTE_TIME_ACCESS. Corresponding FileAttributeType is UINT32.

FILE_ATTRIBUTE_TIME_ACCESS_USEC = time::access-usec

A key in the “time” namespace for getting the microseconds of the time the file was last accessed.

This should be used in conjunction with FILE_ATTRIBUTE_TIME_ACCESS.

Corresponding FileAttributeType is UINT32.

FILE_ATTRIBUTE_TIME_CHANGED = time::changed

A key in the “time” namespace for getting the time the file was last changed.

Corresponding FileAttributeType is UINT64, and contains the time since the file was last changed, in seconds since the UNIX epoch.

This corresponds to the traditional UNIX ctime.

FILE_ATTRIBUTE_TIME_CHANGED_NSEC = time::changed-nsec

A key in the “time” namespace for getting the nanoseconds of the time the file was last changed. This should be used in conjunction with G_FILE_ATTRIBUTE_TIME_CHANGED. Corresponding FileAttributeType is UINT32.

FILE_ATTRIBUTE_TIME_CHANGED_USEC = time::changed-usec

A key in the “time” namespace for getting the microseconds of the time the file was last changed.

This should be used in conjunction with FILE_ATTRIBUTE_TIME_CHANGED.

Corresponding FileAttributeType is UINT32.

FILE_ATTRIBUTE_TIME_CREATED = time::created

A key in the “time” namespace for getting the time the file was created.

Corresponding FileAttributeType is UINT64, and contains the time since the file was created, in seconds since the UNIX epoch.

This may correspond to Linux stx_btime, FreeBSD st_birthtim, NetBSD st_birthtime or NTFS ctime.

FILE_ATTRIBUTE_TIME_CREATED_NSEC = time::created-nsec

A key in the “time” namespace for getting the nanoseconds of the time the file was created. This should be used in conjunction with G_FILE_ATTRIBUTE_TIME_CREATED. Corresponding FileAttributeType is UINT32.

FILE_ATTRIBUTE_TIME_CREATED_USEC = time::created-usec

A key in the “time” namespace for getting the microseconds of the time the file was created.

This should be used in conjunction with FILE_ATTRIBUTE_TIME_CREATED.

Corresponding FileAttributeType is UINT32.

FILE_ATTRIBUTE_TIME_MODIFIED = time::modified

A key in the “time” namespace for getting the time the file was last modified.

Corresponding FileAttributeType is UINT64, and contains the time since the file was modified, in seconds since the UNIX epoch.

FILE_ATTRIBUTE_TIME_MODIFIED_NSEC = time::modified-nsec

A key in the “time” namespace for getting the nanoseconds of the time the file was last modified. This should be used in conjunction with G_FILE_ATTRIBUTE_TIME_MODIFIED. Corresponding FileAttributeType is UINT32.

FILE_ATTRIBUTE_TIME_MODIFIED_USEC = time::modified-usec

A key in the “time” namespace for getting the microseconds of the time the file was last modified.

This should be used in conjunction with FILE_ATTRIBUTE_TIME_MODIFIED.

Corresponding FileAttributeType is UINT32.

FILE_ATTRIBUTE_TRASH_DELETION_DATE = trash::deletion-date

A key in the “trash” namespace for getting the deletion date and time of a file inside the trash:/// folder.

The format of the returned string is YYYY-MM-DDThh:mm:ss.

Corresponding FileAttributeType is STRING.

FILE_ATTRIBUTE_TRASH_ITEM_COUNT = trash::item-count

A key in the “trash” namespace for getting the number of (toplevel) items that are present in the trash:/// folder.

Corresponding FileAttributeType is UINT32.

FILE_ATTRIBUTE_TRASH_ORIG_PATH = trash::orig-path

A key in the “trash” namespace for getting the original path of a file inside the trash:/// folder before it was trashed.

Corresponding FileAttributeType is BYTE_STRING.

FILE_ATTRIBUTE_UNIX_BLOCKS = unix::blocks

A key in the “unix” namespace for getting the number of blocks allocated for the file.

This attribute is only available for UNIX file systems.

Corresponding FileAttributeType is UINT64.

FILE_ATTRIBUTE_UNIX_BLOCK_SIZE = unix::block-size

A key in the “unix” namespace for getting the block size for the file system.

This attribute is only available for UNIX file systems.

Corresponding FileAttributeType is UINT32.

FILE_ATTRIBUTE_UNIX_DEVICE = unix::device

A key in the “unix” namespace for getting the device id of the device the file is located on (see stat() documentation).

This attribute is only available for UNIX file systems.

Corresponding FileAttributeType is UINT32.

FILE_ATTRIBUTE_UNIX_GID = unix::gid

A key in the “unix” namespace for getting the group ID for the file.

This attribute is only available for UNIX file systems.

Corresponding FileAttributeType is UINT32.

FILE_ATTRIBUTE_UNIX_INODE = unix::inode

A key in the “unix” namespace for getting the inode of the file.

This attribute is only available for UNIX file systems.

Corresponding FileAttributeType is UINT64.

FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT = unix::is-mountpoint

A key in the “unix” namespace for checking if the file represents a UNIX mount point.

This attribute is True if the file is a UNIX mount point.

Since 2.58, / is considered to be a mount point.

This attribute is only available for UNIX file systems.

Corresponding FileAttributeType is BOOLEAN.

FILE_ATTRIBUTE_UNIX_MODE = unix::mode

A key in the “unix” namespace for getting the mode of the file (e.g. whether the file is a regular file, symlink, etc).

See the documentation for lstat(): this attribute is equivalent to the st_mode member of struct stat, and includes both the file type and permissions.

This attribute is only available for UNIX file systems.

Corresponding FileAttributeType is UINT32.

A key in the “unix” namespace for getting the number of hard links for a file.

See the documentation for lstat().

This attribute is only available for UNIX file systems.

Corresponding FileAttributeType is UINT32.

FILE_ATTRIBUTE_UNIX_RDEV = unix::rdev

A key in the “unix” namespace for getting the device ID for the file (if it is a special file).

See the documentation for lstat().

This attribute is only available for UNIX file systems.

Corresponding FileAttributeType is UINT32.

FILE_ATTRIBUTE_UNIX_UID = unix::uid

A key in the “unix” namespace for getting the user ID for the file.

This attribute is only available for UNIX file systems.

Corresponding FileAttributeType is UINT32.

MEMORY_MONITOR_EXTENSION_POINT_NAME = gio-memory-monitor

Extension point for memory usage monitoring functionality. See [Extending GIO][extending-gio].

MENU_ATTRIBUTE_ACTION = action

The menu item attribute which holds the action name of the item. Action names are namespaced with an identifier for the action group in which the action resides. For example, “win.” for window-specific actions and “app.” for application-wide actions.

See also get_item_attribute() and set_attribute().

MENU_ATTRIBUTE_ACTION_NAMESPACE = action-namespace

The menu item attribute that holds the namespace for all action names in menus that are linked from this item.

MENU_ATTRIBUTE_ICON = icon

The menu item attribute which holds the icon of the item.

The icon is stored in the format returned by serialize().

This attribute is intended only to represent ‘noun’ icons such as favicons for a webpage, or application icons. It should not be used for ‘verbs’ (ie: stock icons).

MENU_ATTRIBUTE_LABEL = label

The menu item attribute which holds the label of the item.

MENU_ATTRIBUTE_TARGET = target

The menu item attribute which holds the target with which the item’s action will be activated.

See also set_action_and_target()

MENU_EXPORTER_MAX_SECTION_SIZE = 1000

The maximum number of entries in a menu section supported by export_menu_model().

The exact value of the limit may change in future GLib versions.

The name of the link that associates a menu item with a section. The linked menu will usually be shown in place of the menu item, using the item’s label as a header.

See also set_link().

The name of the link that associates a menu item with a submenu.

See also set_link().

NATIVE_VOLUME_MONITOR_EXTENSION_POINT_NAME = gio-native-volume-monitor
NETWORK_MONITOR_EXTENSION_POINT_NAME = gio-network-monitor

Extension point for network status monitoring functionality. See [Extending GIO][extending-gio].

POWER_PROFILE_MONITOR_EXTENSION_POINT_NAME = gio-power-profile-monitor

Extension point for power profile usage monitoring functionality. See [Extending GIO][extending-gio].

PROXY_EXTENSION_POINT_NAME = gio-proxy

Extension point for proxy functionality. See [Extending GIO][extending-gio].

PROXY_RESOLVER_EXTENSION_POINT_NAME = gio-proxy-resolver

Extension point for proxy resolving functionality. See [Extending GIO][extending-gio].

SETTINGS_BACKEND_EXTENSION_POINT_NAME = gsettings-backend

Extension point for SettingsBackend functionality.

TLS_BACKEND_EXTENSION_POINT_NAME = gio-tls-backend

Extension point for TLS functionality via TlsBackend. See [Extending GIO][extending-gio].

TLS_DATABASE_PURPOSE_AUTHENTICATE_CLIENT = 1.3.6.1.5.5.7.3.2

The purpose used to verify the client certificate in a TLS connection. Used by TLS servers.

TLS_DATABASE_PURPOSE_AUTHENTICATE_SERVER = 1.3.6.1.5.5.7.3.1

The purpose used to verify the server certificate in a TLS connection. This is the most common purpose in use. Used by TLS clients.

VFS_EXTENSION_POINT_NAME = gio-vfs

Extension point for Vfs functionality. See [Extending GIO][extending-gio].

VOLUME_IDENTIFIER_KIND_CLASS = class

The string used to obtain the volume class with get_identifier().

Known volume classes include device, network, and loop. Other classes may be added in the future.

This is intended to be used by applications to classify Volume instances into different sections - for example a file manager or file chooser can use this information to show network volumes under a “Network” heading and device volumes under a “Devices” heading.

VOLUME_IDENTIFIER_KIND_HAL_UDI = hal-udi

The string used to obtain a Hal UDI with get_identifier().

Deprecated since version 2.58: Do not use, HAL is deprecated.

VOLUME_IDENTIFIER_KIND_LABEL = label

The string used to obtain a filesystem label with get_identifier().

VOLUME_IDENTIFIER_KIND_NFS_MOUNT = nfs-mount

The string used to obtain a NFS mount with get_identifier().

VOLUME_IDENTIFIER_KIND_UNIX_DEVICE = unix-device

The string used to obtain a Unix device path with get_identifier().

VOLUME_IDENTIFIER_KIND_UUID = uuid

The string used to obtain a UUID with get_identifier().

VOLUME_MONITOR_EXTENSION_POINT_NAME = gio-volume-monitor

Extension point for volume monitor functionality. See [Extending GIO][extending-gio].