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

type xlinkExtendedLinkSetFunk = Option<unsafe extern "C" fn(ctx: *mut c_void, node: xmlNodePtr, nbLocators: c_int, hrefs: *const xlinkHRef, roles: *const xlinkRole, nbTitles: c_int, titles: *const xlinkTitle, langs: *mut *const xmlChar)>;

xlinkExtendedLinkSetFunk: @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 @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 set detection callback.