Function mupdf_sys::fz_list_archive_entry[][src]

pub unsafe extern "C" fn fz_list_archive_entry(
    ctx: *mut fz_context,
    arch: *mut fz_archive,
    idx: c_int
) -> *const c_char

Get listed name of entry position idx.

idx: Must be a value >= 0 < return value from fz_count_archive_entries. If not in range NULL will be returned.

May throw an exception if this type of archive cannot list the entries (such as a directory).