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

type xmlShellReadlineFunc = Option<unsafe extern "C" fn(prompt: *mut c_char) -> *mut c_char>;

xmlShellReadlineFunc: @prompt: a string prompt

This is a generic signature for the XML shell input function.

Returns a string which will be freed by the Shell.