Function loadorder_ffi::lo_get_version[][src]

#[no_mangle]
pub unsafe extern "C" fn lo_get_version(
    major: *mut c_uint,
    minor: *mut c_uint,
    patch: *mut c_uint
) -> c_uint

Gets the library version.

Outputs the major, minor and patch version numbers for the loaded libloadorder. The version numbering used is major.minor.patch.

Returns LIBLO_OK if successful, otherwise a LIBLO_ERROR_* code is returned.