![]() |
![]()
| ![]() |
![]()
NAME
LIBRARYlibzip (-lzip) SYNOPSIS
typedef void (*zip_progress_callback)(zip_t *, double, void *); void
DESCRIPTIONThe
The callback function is called during zip_close(3) in regular intervals (after every zip archive entry that's completely written to disk, and while writing data for entries) with zip archive archive, the current progression state as a double, and the user-provided user-data ud as arguments. The progression state is a double in the range from 0.0 to 1.0. This can be used to provide progress indicators for user interfaces. SEE ALSOlibzip(3), zip_close(3), zip_register_cancel_callback_with_state(3) HISTORY
AUTHORSDieter Baron <dillo@nih.at> and Thomas Klausner <wiz@gatalith.at>
|