Type Definition libxml::bindings::xmlOutputMatchCallback[][src]

type xmlOutputMatchCallback = Option<unsafe extern "C" fn(filename: *const c_char) -> c_int>;

xmlOutputMatchCallback: @filename: the filename or URI

Callback used in the I/O Output API to detect if the current handler can provide output fonctionnalities for this resource.

Returns 1 if yes and 0 if another Output module should be used