gi-gio-2.0.25: Gio bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gio.Constants

Description

 
Synopsis

Documentation

pattern VOLUME_MONITOR_EXTENSION_POINT_NAME :: Text Source #

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

pattern VOLUME_IDENTIFIER_KIND_UUID :: Text Source #

The string used to obtain a UUID with volumeGetIdentifier.

pattern VOLUME_IDENTIFIER_KIND_UNIX_DEVICE :: Text Source #

The string used to obtain a Unix device path with volumeGetIdentifier.

pattern VOLUME_IDENTIFIER_KIND_NFS_MOUNT :: Text Source #

The string used to obtain a NFS mount with volumeGetIdentifier.

pattern VOLUME_IDENTIFIER_KIND_LABEL :: Text Source #

The string used to obtain a filesystem label with volumeGetIdentifier.

pattern VOLUME_IDENTIFIER_KIND_HAL_UDI :: Text Source #

Deprecated: (Since version 2.58)Do not use, HAL is deprecated.

The string used to obtain a Hal UDI with volumeGetIdentifier.

pattern VOLUME_IDENTIFIER_KIND_CLASS :: Text Source #

The string used to obtain the volume class with volumeGetIdentifier.

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.

pattern VFS_EXTENSION_POINT_NAME :: Text Source #

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

pattern TLS_DATABASE_PURPOSE_AUTHENTICATE_SERVER :: Text Source #

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

pattern TLS_DATABASE_PURPOSE_AUTHENTICATE_CLIENT :: Text Source #

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

pattern TLS_BACKEND_EXTENSION_POINT_NAME :: Text Source #

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

pattern SETTINGS_BACKEND_EXTENSION_POINT_NAME :: Text Source #

Extension point for SettingsBackend functionality.

pattern PROXY_RESOLVER_EXTENSION_POINT_NAME :: Text Source #

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

pattern PROXY_EXTENSION_POINT_NAME :: Text Source #

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

Since: 2.26

pattern NETWORK_MONITOR_EXTENSION_POINT_NAME :: Text Source #

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

Since: 2.30

pattern NATIVE_VOLUME_MONITOR_EXTENSION_POINT_NAME :: Text Source #

No description available in the introspection data.

pattern MENU_LINK_SUBMENU :: Text Source #

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

See also menuItemSetLink.

Since: 2.32

pattern MENU_LINK_SECTION :: Text Source #

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 menuItemSetLink.

Since: 2.32

pattern MENU_ATTRIBUTE_TARGET :: Text Source #

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

See also g_menu_item_set_action_and_target()

Since: 2.32

pattern MENU_ATTRIBUTE_LABEL :: Text Source #

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

Since: 2.32

pattern MENU_ATTRIBUTE_ICON :: Text Source #

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

The icon is stored in the format returned by iconSerialize.

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).

Since: 2.38

pattern MENU_ATTRIBUTE_ACTION_NAMESPACE :: Text Source #

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

Since: 2.36

pattern MENU_ATTRIBUTE_ACTION :: Text Source #

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 g_menu_model_get_item_attribute() and g_menu_item_set_attribute().

Since: 2.32

pattern FILE_ATTRIBUTE_UNIX_UID :: Text Source #

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 FileAttributeTypeUint32.

pattern FILE_ATTRIBUTE_UNIX_RDEV :: Text Source #

A key in the "unix" namespace for getting the device ID for the file (if it is a special file). See lstat() documentation. This attribute is only available for UNIX file systems. Corresponding FileAttributeType is FileAttributeTypeUint32.

pattern FILE_ATTRIBUTE_UNIX_NLINK :: Text Source #

A key in the "unix" namespace for getting the number of hard links for a file. See lstat() documentation. This attribute is only available for UNIX file systems. Corresponding FileAttributeType is FileAttributeTypeUint32.

pattern FILE_ATTRIBUTE_UNIX_MODE :: Text Source #

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 lstat() documentation. This attribute is only available for UNIX file systems. Corresponding FileAttributeType is FileAttributeTypeUint32.

pattern FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT :: Text Source #

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 FileAttributeTypeBoolean.

pattern FILE_ATTRIBUTE_UNIX_INODE :: Text Source #

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 FileAttributeTypeUint64.

pattern FILE_ATTRIBUTE_UNIX_GID :: Text Source #

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 FileAttributeTypeUint32.

pattern FILE_ATTRIBUTE_UNIX_DEVICE :: Text Source #

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 FileAttributeTypeUint32.

pattern FILE_ATTRIBUTE_UNIX_BLOCK_SIZE :: Text Source #

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 FileAttributeTypeUint32.

pattern FILE_ATTRIBUTE_UNIX_BLOCKS :: Text Source #

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 FileAttributeTypeUint64.

pattern FILE_ATTRIBUTE_TRASH_ORIG_PATH :: Text Source #

A key in the "trash" namespace. When requested against items in trash:///, will return the original path to the file before it was trashed. Corresponding FileAttributeType is FileAttributeTypeByteString.

Since: 2.24

pattern FILE_ATTRIBUTE_TRASH_ITEM_COUNT :: Text Source #

A key in the "trash" namespace. When requested against trash:/// returns the number of (toplevel) items in the trash folder. Corresponding FileAttributeType is FileAttributeTypeUint32.

pattern FILE_ATTRIBUTE_TRASH_DELETION_DATE :: Text Source #

A key in the "trash" namespace. When requested against items in trash:///, will return the date and time when the file was trashed. The format of the returned string is YYYY-MM-DDThh:mm:ss. Corresponding FileAttributeType is FileAttributeTypeString.

Since: 2.24

pattern FILE_ATTRIBUTE_TIME_MODIFIED_USEC :: Text Source #

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 FileAttributeTypeUint32.

pattern FILE_ATTRIBUTE_TIME_MODIFIED :: Text Source #

A key in the "time" namespace for getting the time the file was last modified. Corresponding FileAttributeType is FileAttributeTypeUint64, and contains the time since the file was modified, in seconds since the UNIX epoch.

pattern FILE_ATTRIBUTE_TIME_CREATED_USEC :: Text Source #

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 FileAttributeTypeUint32.

pattern FILE_ATTRIBUTE_TIME_CREATED :: Text Source #

A key in the "time" namespace for getting the time the file was created. Corresponding FileAttributeType is FileAttributeTypeUint64, and contains the time since the file was created, in seconds since the UNIX epoch.

This corresponds to the NTFS ctime.

pattern FILE_ATTRIBUTE_TIME_CHANGED_USEC :: Text Source #

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 FileAttributeTypeUint32.

pattern FILE_ATTRIBUTE_TIME_CHANGED :: Text Source #

A key in the "time" namespace for getting the time the file was last changed. Corresponding FileAttributeType is FileAttributeTypeUint64, and contains the time since the file was last changed, in seconds since the UNIX epoch.

This corresponds to the traditional UNIX ctime.

pattern FILE_ATTRIBUTE_TIME_ACCESS_USEC :: Text Source #

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 FileAttributeTypeUint32.

pattern FILE_ATTRIBUTE_TIME_ACCESS :: Text Source #

A key in the "time" namespace for getting the time the file was last accessed. Corresponding FileAttributeType is FileAttributeTypeUint64, and contains the time since the file was last accessed, in seconds since the UNIX epoch.

pattern FILE_ATTRIBUTE_THUMBNAIL_PATH :: Text Source #

A key in the "thumbnail" namespace for getting the path to the thumbnail image. Corresponding FileAttributeType is FileAttributeTypeByteString.

pattern FILE_ATTRIBUTE_THUMBNAIL_IS_VALID :: Text Source #

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 FileAttributeTypeBoolean.

Since: 2.40

pattern FILE_ATTRIBUTE_THUMBNAILING_FAILED :: Text Source #

A key in the "thumbnail" namespace for checking if thumbnailing failed. This attribute is True if thumbnailing failed. Corresponding FileAttributeType is FileAttributeTypeBoolean.

pattern FILE_ATTRIBUTE_STANDARD_TYPE :: Text Source #

A key in the "standard" namespace for storing file types. Corresponding FileAttributeType is FileAttributeTypeUint32. The value for this key should contain a FileType.

pattern FILE_ATTRIBUTE_STANDARD_TARGET_URI :: Text Source #

A key in the "standard" namespace for getting the target URI for the file, in the case of FileTypeShortcut or FileTypeMountable files. Corresponding FileAttributeType is FileAttributeTypeString.

pattern FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET :: Text Source #

A key in the "standard" namespace for getting the symlink target, if the file is a symlink. Corresponding FileAttributeType is FileAttributeTypeByteString.

pattern FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON :: Text Source #

A key in the "standard" namespace for getting the symbolic icon for the file. Corresponding FileAttributeType is FileAttributeTypeObject. The value for this key should contain a Icon.

Since: 2.34

pattern FILE_ATTRIBUTE_STANDARD_SORT_ORDER :: Text Source #

A key in the "standard" namespace for setting the sort order of a file. Corresponding FileAttributeType is FileAttributeTypeInt32. 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.

pattern FILE_ATTRIBUTE_STANDARD_SIZE :: Text Source #

A key in the "standard" namespace for getting the file's size (in bytes). Corresponding FileAttributeType is FileAttributeTypeUint64.

pattern FILE_ATTRIBUTE_STANDARD_NAME :: Text Source #

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. Use FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME if you need to display the name in a user interface. Corresponding FileAttributeType is FileAttributeTypeByteString.

pattern FILE_ATTRIBUTE_STANDARD_IS_VOLATILE :: Text Source #

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 FileAttributeTypeBoolean.

Since: 2.46

pattern FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL :: Text Source #

A key in the "standard" namespace for checking if a file is virtual. Corresponding FileAttributeType is FileAttributeTypeBoolean.

pattern FILE_ATTRIBUTE_STANDARD_IS_SYMLINK :: Text Source #

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. Corresponding FileAttributeType is FileAttributeTypeBoolean.

pattern FILE_ATTRIBUTE_STANDARD_IS_HIDDEN :: Text Source #

A key in the "standard" namespace for checking if a file is hidden. Corresponding FileAttributeType is FileAttributeTypeBoolean.

pattern FILE_ATTRIBUTE_STANDARD_IS_BACKUP :: Text Source #

A key in the "standard" namespace for checking if a file is a backup file. Corresponding FileAttributeType is FileAttributeTypeBoolean.

pattern FILE_ATTRIBUTE_STANDARD_ICON :: Text Source #

A key in the "standard" namespace for getting the icon for the file. Corresponding FileAttributeType is FileAttributeTypeObject. The value for this key should contain a Icon.

pattern FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE :: Text Source #

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 FileAttributeTypeString.

pattern FILE_ATTRIBUTE_STANDARD_EDIT_NAME :: Text Source #

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 FileAttributeTypeString.

pattern FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME :: Text Source #

A key in the "standard" namespace for getting the display name of the file. A display name is guaranteed to be in UTF8 and can thus be displayed in the UI. Corresponding FileAttributeType is FileAttributeTypeString.

pattern FILE_ATTRIBUTE_STANDARD_DESCRIPTION :: Text Source #

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 furter 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 FileAttributeTypeString.

pattern FILE_ATTRIBUTE_STANDARD_COPY_NAME :: Text Source #

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 FileAttributeTypeString.

pattern FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE :: Text Source #

A key in the "standard" namespace for getting the content type of the file. Corresponding FileAttributeType is FileAttributeTypeString. The value for this key should contain a valid content type.

pattern FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE :: Text Source #

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 FileAttributeTypeUint64.

Since: 2.20

pattern FILE_ATTRIBUTE_SELINUX_CONTEXT :: Text Source #

A key in the "selinux" namespace for getting the file's SELinux context. Corresponding FileAttributeType is FileAttributeTypeString. Note that this attribute is only available if GLib has been built with SELinux support.

pattern FILE_ATTRIBUTE_RECENT_MODIFIED :: Text Source #

A key in the "recent" namespace for getting time, when the metadata for the file in recent:/// was last changed. Corresponding FileAttributeType is FileAttributeTypeInt64.

Since: 2.52

pattern FILE_ATTRIBUTE_PREVIEW_ICON :: Text Source #

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 FileAttributeTypeObject. The value for this key should contain a Icon.

Since: 2.20

pattern FILE_ATTRIBUTE_OWNER_USER_REAL :: Text Source #

A key in the "owner" namespace for getting the real name of the user that owns the file. Corresponding FileAttributeType is FileAttributeTypeString.

pattern FILE_ATTRIBUTE_OWNER_USER :: Text Source #

A key in the "owner" namespace for getting the user name of the file's owner. Corresponding FileAttributeType is FileAttributeTypeString.

pattern FILE_ATTRIBUTE_OWNER_GROUP :: Text Source #

A key in the "owner" namespace for getting the file owner's group. Corresponding FileAttributeType is FileAttributeTypeString.

pattern FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE :: Text Source #

A key in the "mountable" namespace for getting the unix device file. Corresponding FileAttributeType is FileAttributeTypeString.

Since: 2.22

pattern FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE :: Text Source #

A key in the "mountable" namespace for getting the unix device. Corresponding FileAttributeType is FileAttributeTypeUint32.

pattern FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE :: Text Source #

A key in the "mountable" namespace for getting the DriveStartStopType. Corresponding FileAttributeType is FileAttributeTypeUint32.

Since: 2.22

pattern FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC :: Text Source #

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 FileAttributeTypeBoolean.

Since: 2.22

pattern FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI :: Text Source #

A key in the "mountable" namespace for getting the HAL UDI for the mountable file. Corresponding FileAttributeType is FileAttributeTypeString.

pattern FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT :: Text Source #

A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) is unmountable. Corresponding FileAttributeType is FileAttributeTypeBoolean.

pattern FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP :: Text Source #

A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be stopped. Corresponding FileAttributeType is FileAttributeTypeBoolean.

Since: 2.22

pattern FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED :: Text Source #

A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be started degraded. Corresponding FileAttributeType is FileAttributeTypeBoolean.

Since: 2.22

pattern FILE_ATTRIBUTE_MOUNTABLE_CAN_START :: Text Source #

A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be started. Corresponding FileAttributeType is FileAttributeTypeBoolean.

Since: 2.22

pattern FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL :: Text Source #

A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be polled. Corresponding FileAttributeType is FileAttributeTypeBoolean.

Since: 2.22

pattern FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT :: Text Source #

A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) is mountable. Corresponding FileAttributeType is FileAttributeTypeBoolean.

pattern FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT :: Text Source #

A key in the "mountable" namespace for checking if a file (of type G_FILE_TYPE_MOUNTABLE) can be ejected. Corresponding FileAttributeType is FileAttributeTypeBoolean.

pattern FILE_ATTRIBUTE_ID_FILESYSTEM :: Text Source #

A key in the "id" namespace for getting the file system identifier. Corresponding FileAttributeType is FileAttributeTypeString. 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).

pattern FILE_ATTRIBUTE_ID_FILE :: Text Source #

A key in the "id" namespace for getting a file identifier. Corresponding FileAttributeType is FileAttributeTypeString. An example use would be during listing files, to avoid recursive directory scanning.

pattern FILE_ATTRIBUTE_GVFS_BACKEND :: Text Source #

A key in the "gvfs" namespace that gets the name of the current GVFS backend in use. Corresponding FileAttributeType is FileAttributeTypeString.

pattern FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW :: Text Source #

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 FilesystemPreviewType.

pattern FILE_ATTRIBUTE_FILESYSTEM_USED :: Text Source #

A key in the "filesystem" namespace for getting the number of bytes of used on the file system. Corresponding FileAttributeType is FileAttributeTypeUint64.

Since: 2.32

pattern FILE_ATTRIBUTE_FILESYSTEM_TYPE :: Text Source #

A key in the "filesystem" namespace for getting the file system's type. Corresponding FileAttributeType is FileAttributeTypeString.

pattern FILE_ATTRIBUTE_FILESYSTEM_SIZE :: Text Source #

A key in the "filesystem" namespace for getting the total size (in bytes) of the file system, used in fileQueryFilesystemInfo. Corresponding FileAttributeType is FileAttributeTypeUint64.

pattern FILE_ATTRIBUTE_FILESYSTEM_REMOTE :: Text Source #

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 FileAttributeTypeBoolean.

pattern FILE_ATTRIBUTE_FILESYSTEM_READONLY :: Text Source #

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 FileAttributeTypeBoolean.

pattern FILE_ATTRIBUTE_FILESYSTEM_FREE :: Text Source #

A key in the "filesystem" namespace for getting the number of bytes of free space left on the file system. Corresponding FileAttributeType is FileAttributeTypeUint64.

pattern FILE_ATTRIBUTE_ETAG_VALUE :: Text Source #

A key in the "etag" namespace for getting the value of the file's entity tag. Corresponding FileAttributeType is FileAttributeTypeString.

pattern FILE_ATTRIBUTE_DOS_REPARSE_POINT_TAG :: Text Source #

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 FileAttributeTypeUint32.

Since: 2.60

pattern FILE_ATTRIBUTE_DOS_IS_SYSTEM :: Text Source #

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 FileAttributeTypeBoolean.

pattern FILE_ATTRIBUTE_DOS_IS_MOUNTPOINT :: Text Source #

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 FileAttributeTypeBoolean.

Since: 2.60

pattern FILE_ATTRIBUTE_DOS_IS_ARCHIVE :: Text Source #

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 FileAttributeTypeBoolean.

pattern FILE_ATTRIBUTE_ACCESS_CAN_WRITE :: Text Source #

A key in the "access" namespace for getting write privileges. Corresponding FileAttributeType is FileAttributeTypeBoolean. This attribute will be True if the user is able to write to the file.

pattern FILE_ATTRIBUTE_ACCESS_CAN_TRASH :: Text Source #

A key in the "access" namespace for checking trashing privileges. Corresponding FileAttributeType is FileAttributeTypeBoolean. This attribute will be True if the user is able to move the file to the trash.

pattern FILE_ATTRIBUTE_ACCESS_CAN_RENAME :: Text Source #

A key in the "access" namespace for checking renaming privileges. Corresponding FileAttributeType is FileAttributeTypeBoolean. This attribute will be True if the user is able to rename the file.

pattern FILE_ATTRIBUTE_ACCESS_CAN_READ :: Text Source #

A key in the "access" namespace for getting read privileges. Corresponding FileAttributeType is FileAttributeTypeBoolean. This attribute will be True if the user is able to read the file.

pattern FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE :: Text Source #

A key in the "access" namespace for getting execution privileges. Corresponding FileAttributeType is FileAttributeTypeBoolean. This attribute will be True if the user is able to execute the file.

pattern FILE_ATTRIBUTE_ACCESS_CAN_DELETE :: Text Source #

A key in the "access" namespace for checking deletion privileges. Corresponding FileAttributeType is FileAttributeTypeBoolean. This attribute will be True if the user is able to delete the file.

pattern DRIVE_IDENTIFIER_KIND_UNIX_DEVICE :: Text Source #

The string used to obtain a Unix device path with driveGetIdentifier.

Since: 2.58

pattern DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME :: Text Source #

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