Type Definition libxml::bindings::xmlShellCmd

source ·
pub type xmlShellCmd = Option<unsafe extern "C" fn(ctxt: xmlShellCtxtPtr, arg: *mut c_char, node: xmlNodePtr, node2: xmlNodePtr) -> c_int>;
Expand description

xmlShellCmd: @ctxt: a shell context @arg: a string argument @node: a first node @node2: a second node

This is a generic signature for the XML shell functions.

Returns an int, negative returns indicating errors.