Type Definition gst::ffi::GstLogFunction[][src]

type GstLogFunction = Option<extern "C" fn(category: *mut GstDebugCategory, level: GstDebugLevel, file: *const gchar, function: *const gchar, line: gint, object: *mut GObject, message: *mut GstDebugMessage, user_data: gpointer)>;