Type Definition gexiv2_sys::GExiv2LogHandler
[−]
[src]
type GExiv2LogHandler = extern "C" fn(_: GExiv2LogLevel, _: *const c_char);
Handler function that receives gexiv2 log messages and processes them as desired.