Enums¶
Details¶
- class GnomeAutoar.ConflictAction(value)¶
Bases:
GLib.Enum
- UNHANDLED = 0¶
- SKIP = 1¶
- OVERWRITE = 2¶
- CHANGE_DESTINATION = 3¶
- class GnomeAutoar.Filter(value)¶
Bases:
GLib.Enum
This is a non-negative number which represents filters supported by libarchive. A libarchive filter is a filter which can convert a regular file into a compressed file.
- NONE = 1¶
%ARCHIVE_FILTER_NONE: No filter
- LRZIP = 10¶
%ARCHIVE_FILTER_LRZIP: Long Range ZIP (lrzip)
- COMPRESS = 2¶
%ARCHIVE_FILTER_COMPRESS: UNIX-compressed
- GZIP = 3¶
%ARCHIVE_FILTER_GZIP: Gzip
- BZIP2 = 4¶
%ARCHIVE_FILTER_BZIP2: Bzip2
- XZ = 5¶
%ARCHIVE_FILTER_XZ: XZ
- LZMA = 6¶
%ARCHIVE_FILTER_LZMA: LZMA
- LZIP = 7¶
%ARCHIVE_FILTER_LZIP: Lzip
- LZOP = 8¶
%ARCHIVE_FILTER_LZOP: LZO
- GRZIP = 9¶
%ARCHIVE_FILTER_GRZIP: GRZip
- class GnomeAutoar.Format(value)¶
Bases:
GLib.Enum
This is a non-negative number which represents formats supported by libarchive. A libarchive format is a file format which can store many files as a archive file.
- ZIP = 1¶
%ARCHIVE_FORMAT_ZIP: Zip archive
- PAX = 10¶
%ARCHIVE_FORMAT_TAR_PAX_INTERCHANGE: Tar archive, use pax interchage format
- USTAR = 11¶
%ARCHIVE_FORMAT_TAR_USTAR: Tar archive, use old ustar format
- XAR = 12¶
%ARCHIVE_FORMAT_XAR: Xar archive
- TAR = 2¶
%ARCHIVE_FORMAT_TAR_PAX_RESTRICTED: Tar archive, use ustar format is possible. If there are extended headers which cannot be represented in the ustar format, libarchive will use pax interchage format instead.
- CPIO = 3¶
%ARCHIVE_FORMAT_CPIO_POSIX: CPIO archive, POSIX standard cpio interchage format.
- 7ZIP = 4¶
- _7ZIP = 4¶
%ARCHIVE_FORMAT_7ZIP: 7-zip archive
- AR_BSD = 5¶
%ARCHIVE_FORMAT_AR_BSD: BSD variant of Unix archive format. This format does not support storing directories.
- AR_SVR4 = 6¶
%ARCHIVE_FORMAT_AR_GNU: GNU/SVR4 variant of Unix archive format. This format does not support storing directories.
- CPIO_NEWC = 7¶
%ARCHIVE_FORMAT_CPIO_SVR4_NOCRC: CPIO archive, SVR4 non-CRC variant
- GNUTAR = 8¶
%ARCHIVE_FORMAT_TAR_GNUTAR: Tar archive, support most popular GNU extensions.
- ISO9660 = 9¶
%ARCHIVE_FORMAT_ISO9660: Raw CD image