Manpages - zip_source.3
libzip (-lzip)
A
is a data source used by
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
or
is reference counted, and created with a reference count of 1.
and
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. Use
to increase the reference count, for example if you need the source after
and