Function mupdf_sys::fz_is_external_link[][src]

pub unsafe extern "C" fn fz_is_external_link(
    ctx: *mut fz_context,
    uri: *const c_char
) -> c_int

Query whether a link is external to a document (determined by uri containing a ‘:’, intended to match with ‘://’ which separates the scheme from the scheme specific parts in URIs).