[][src]Type Definition libxslt::bindings::xlinkExtendedLinkFunk

type xlinkExtendedLinkFunk = Option<unsafe extern "C" fn(*mut c_void, *mut _xmlNode, i32, *const *mut u8, *const *mut u8, i32, *const *mut u8, *const *mut u8, *mut u32, *mut u32, i32, *const *mut u8, *mut *const u8)>;

xlinkExtendedLinkFunk: @ctx: user data pointer @node: the node carrying the link @nbLocators: the number of locators detected on the link @hrefs: pointer to the array of locator hrefs @roles: pointer to the array of locator roles @nbArcs: the number of arcs detected on the link @from: pointer to the array of source roles found on the arcs @to: pointer to the array of target roles found on the arcs @show: array of values for the show attributes found on the arcs @actuate: array of values for the actuate attributes found on the arcs @nbTitles: the number of titles detected on the link @title: array of titles detected on the link @langs: array of xml:lang values for the titles

This is the prototype for a extended link detection callback.