Go to the source code of this file.
Functions | |
static gint | unpack_file_contents (BZFILE *bz2_file, TarHeader *header, gchar *out_name) |
Unpack particular file from *.tar.bz2 archive. | |
Handling *.tar.bz2 files routines. | |
Every dictionary downloaded from Internet is compressed with bz2 algorithm. To allow user adding new dictionary downloaded from Internet directly to the device, we need to add exctracting *.tar.bz2 archives support. | |
gint | decompress_file (gchar *in_file, gchar **out_path) |
Uncompress bz2 archive and extract tar file. |
Definition in file untar.c.