Home | History | Annotate | Download | only in gio

Lines Matching full:filesystem

134  * UTF8). This is useful if you want to copy the file to another filesystem that
136 * encoding selected for the filesystem it is in then the copy name will not be set.
267 * and target are on the same filesystem (default to move) or not (default
270 #define G_FILE_ATTRIBUTE_ID_FILESYSTEM "id::filesystem" /* string */
643 * A key in the "filesystem" namespace for getting the total size (in bytes) of the file system,
647 #define G_FILE_ATTRIBUTE_FILESYSTEM_SIZE "filesystem::size" /* uint64 */
652 * A key in the "filesystem" namespace for getting the number of bytes of free space left on the
656 #define G_FILE_ATTRIBUTE_FILESYSTEM_FREE "filesystem::free" /* uint64 */
661 * A key in the "filesystem" namespace for getting the file system's type.
664 #define G_FILE_ATTRIBUTE_FILESYSTEM_TYPE "filesystem::type" /* string */
669 * A key in the "filesystem" namespace for checking if the file system
673 #define G_FILE_ATTRIBUTE_FILESYSTEM_READONLY "filesystem::readonly" /* boolean */
678 * A key in the "filesystem" namespace for hinting a file manager
683 #define G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW "filesystem::use-preview" /* uint32 (GFilesystemPreviewType) */