Autoar – gnome-autoar-0 Reference Manual
Packages
gnome-autoar-0
Autoar
ConflictAction
Filter
Format
Compressor
Extractor
EMPTY_ARCHIVE_ERRNO
NOT_AN_ARCHIVE_ERRNO
PASSPHRASE_REQUIRED_ERRNO
FilterFunc
FormatFunc
check_mime_type_supported
libarchive_quark
query_mime_type_supported
Autoar
Description:
Content:
Classes:
Compressor
Extractor
Enums:
ConflictAction
Filter
-
This is a non-negative number which represents filters supported by libarchive.
Format
-
This is a non-negative number which represents formats supported by libarchive.
Constants:
public
const
int
EMPTY_ARCHIVE_ERRNO
public
const
int
NOT_AN_ARCHIVE_ERRNO
public
const
int
PASSPHRASE_REQUIRED_ERRNO
Delegates:
public
delegate
int
FilterFunc
(
void
* a)
public
delegate
int
FormatFunc
(
void
* a)
Functions:
public
bool
check_mime_type_supported
(
string
mime_type)
Checks whether a mime type is supported by autoar.
public
Quark
libarchive_quark
()
Gets the libarchive Error Quark.
public
bool
query_mime_type_supported
(
File
file)
This function will query the file's mime type and then call
check_mime_type_supported
, so it does blocking IO.