Skip to main content

cef_zip_reader_create

Function cef_zip_reader_create 

Source
pub unsafe extern "C" fn cef_zip_reader_create(
    stream: *mut _cef_stream_reader_t,
) -> *mut cef_zip_reader_t
Expand description

Create a new cef_zip_reader_t object. The returned object’s functions can only be called from the thread that created the object.