Skip to main content

cef_xml_reader_create

Function cef_xml_reader_create 

Source
pub unsafe extern "C" fn cef_xml_reader_create(
    stream: *mut _cef_stream_reader_t,
    encodingType: cef_xml_encoding_type_t,
    URI: *const cef_string_t,
) -> *mut cef_xml_reader_t
Expand description

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