Constructor
GnomeAutoarCompressornew
Declaration [src]
AutoarCompressor*
autoar_compressor_new (
GList* source_files,
GFile* output_file,
AutoarFormat format,
AutoarFilter filter,
gboolean create_top_level_directory
)
Parameters
source_files-
Type: A list of
NoneA
GListof sourceGFilesto be archived.The data is owned by the caller of the function. output_file-
Type:
GFileOutput directory of the new archive, or the file name of the new archive if you set
AutoarCompressor:output-is-deston the returned object.The data is owned by the caller of the function. format-
Type:
AutoarFormatThe compression format.
filter-
Type:
AutoarFilterThe compression filter.
create_top_level_directory-
Type:
gbooleanNo description available.
Return value
Type: AutoarCompressor
A new AutoarCompressor object.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |