Namespace
GnomeAutoar – 0.1
gnome-autoar provides functions for GNOME applications which want to use archives
Dependencies
| GLib—2.0 | The base type system library |
| Browse documentation | |
| GObject—2.0 | The base type system library |
| Browse documentation | |
| Gio—2.0 | GObject Interfaces and Objects, Networking, IPC, and I/O |
| Browse documentation |
Enumerations
| ConflictAction | |
| Filter |
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. |
| Format |
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. |
Functions
| check_mime_type_supported |
Checks whether a mime type is supported by autoar. This function does no blocking IO. |
| filter_get_description |
Gets description of the filter from the internal static data. |
| filter_get_description_libarchive |
Gets description of the filter from libarchive. This function creates and destroys an archive object in order to get the description string. |
| filter_get_extension |
Gets the file name extension of the filter from the internal static data. |
| filter_get_filter_libarchive |
Gets the filter code used by libarchive. You can use the return value as the argument for archive_write_add_filter(). |
| filter_get_libarchive_read |
Gets the function used to add filter on the object returned by archive_read_new(). |
| filter_get_libarchive_write |
Gets the function used to add filter on the object returned by archive_write_new(). |
| filter_get_mime_type |
Gets the MIME type of the filter from the internal static data. |
| filter_is_valid |
Checks whether an |
| filter_last |
Gets the maximal allowed values of |
| format_filter_get_description |
Gets the description for an archive |
| format_filter_get_extension |
Gets the file name extension for an archive |
| format_filter_get_mime_type |
Gets the MIME type for an archive |
| format_get_description |
Gets description of the format from the internal static data. |
| format_get_description_libarchive |
Gets description of the format from libarchive. This function creates and destroys an archive object in order to get the description string. |
| format_get_extension |
Gets the file name extension of the format from the internal static data. |
| format_get_format_libarchive |
Gets the format code used by libarchive. You can use the return value
as the argument for |
| format_get_libarchive_read |
Gets the function used to set format on the object returned by archive_read_new(). |
| format_get_libarchive_write |
Gets the function used to set format on the object returned by archive_write_new(). |
| format_get_mime_type |
Gets the MIME type of the format from the internal static data. |
| format_is_valid |
Checks whether an |
| format_last |
Gets the maximal allowed values of |
| libarchive_quark |
Gets the libarchive Error Quark. |
| query_mime_type_supported |
This function will query the file’s mime type and then call autoar_check_mime_type_supported(), so it does blocking IO. |