Type Definition steam_audio::ffi::IPLLogFunction [] [src]

type IPLLogFunction = Option<unsafe extern "C" fn(_: *mut c_char) -> IPLvoid>;

Prototype of a callback that logs a message generated by Phonon. This may be implemented in any suitable way, such as appending to a log file, displaying a dialog box, etc. The default behavior is to print to \c stdout.

\param message The message to log.