Type Definition gexiv2_sys::GExiv2LogHandler

source ·
pub type GExiv2LogHandler = extern "C" fn(level: GExiv2LogLevel, msg: *const c_char);
Expand description

Handler function that receives gexiv2 log messages and processes them as desired.