a string representing the mime type
Gets description of the filter from the internal static data.
an #AutoarFilter
Gets description of the filter from libarchive. This function creates and destroys an archive object in order to get the description string.
an #AutoarFilter
Gets the file name extension of the filter from the internal static data.
an #AutoarFilter
Gets the filter code used by libarchive. You can use the return value as the argument for archive_write_add_filter().
an #AutoarFilter
Gets the MIME type of the filter from the internal static data.
an #AutoarFilter
Checks whether an #AutoarFilter is valid.
an #AutoarFilter
Gets the maximal allowed values of #AutoarFilter
Gets the description for an archive format
compressed by
filter
using #GContentType and autoar_format_filter_get_mime_type().
an #AutoarFormat
an #AutoarFilter
Gets the file name extension for an archive format
compressed by
filter
. The first character of the returned string is always '.'
an #AutoarFormat
an #AutoarFilter
Gets the MIME type for an archive format
compressed by
filter
. This function always succeed, but it is not guaranteed
that the returned MIME type exists and can be recognized by applications.
Some combination of format and filter seldom exists in application,
so this function can only generate the string based on some
non-standard rules.
an #AutoarFormat
an #AutoarFilter
Gets description of the format from the internal static data.
an #AutoarFormat
Gets description of the format from libarchive. This function creates and destroys an archive object in order to get the description string.
an #AutoarFormat
Gets the file name extension of the format from the internal static data.
an #AutoarFormat
Gets the format code used by libarchive. You can use the return value as the argument for archive_read_support_format_by_code() and archive_write_set_format(). However, some format cannot be set using these two functions because of problems inside libarchive. Use autoar_format_get_libarchive_read() and autoar_format_get_libarchive_write() to get the function pointer is the more reliable way to set format on the archive object.
an #AutoarFormat
Gets the MIME type of the format from the internal static data.
an #AutoarFormat
Checks whether an #AutoarFormat is valid.
an #AutoarFormat
Gets the maximal allowed values of #AutoarFormat
Gets the libarchive Error Quark.
Checks whether a mime type is supported by autoar. This function does no blocking IO.