Type Definition libxml::bindings::xlinkNodeDetectFunc [−][src]
type xlinkNodeDetectFunc = Option<unsafe extern "C" fn(ctx: *mut c_void, node: xmlNodePtr)>;
xlinkNodeDetectFunc: @ctx: user data pointer @node: the node to check
This is the prototype for the link detection routine. It calls the default link detection callbacks upon link detection.