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

type ftpListCallback = Option<unsafe extern "C" fn(*mut c_void, *const i8, *const i8, *const i8, *const i8, u64, i32, i32, *const i8, i32, i32, i32)>;

ftpListCallback: @userData: user provided data for the callback @filename: the file name (including "->" when links are shown) @attrib: the attribute string @owner: the owner string @group: the group string @size: the file size @links: the link count @year: the year @month: the month @day: the day @hour: the hour @minute: the minute

A callback for the xmlNanoFTPList command. Note that only one of year and day:minute are specified.