| .TH "ZIP_SOURCE" "3" "December 18, 2017" "NiH" "Library Functions Manual" |
| \- zip data source structure |
| for adding or replacing file contents for a file in a zip archive. |
| If the source supports seeking, it can also be used to open zip archives from. |
| It is created by calling one of |
| zip_source_buffer_create(3), |
| zip_source_file_create(3), |
| zip_source_filep_create(3), |
| zip_source_function_create(3), |
| is reference counted, and created with a reference count of 1. |
| will decrement the reference count of the |
| when they are done using it, so |
| only needs to be called when these functions return an error. |
| to increase the reference count, for example if you need the source after |
| Dieter Baron <\fIdillo@nih.at\fR> |
| Thomas Klausner <\fItk@giga.or.at\fR> |