Skip to main content

vaSetErrorCallback

Function vaSetErrorCallback 

Source
pub unsafe extern "C" fn vaSetErrorCallback(
    dpy: VADisplay,
    callback: VAMessageCallback,
    user_context: *mut c_void,
) -> VAMessageCallback
Expand description

Set the callback for error messages, or NULL for no logging. Returns the previous one, or NULL if it was disabled.