[][src]Function gstreamer_sys::gst_mini_object_init

pub unsafe extern "C" fn gst_mini_object_init(
    mini_object: *mut GstMiniObject,
    flags: c_uint,
    type_: GType,
    copy_func: GstMiniObjectCopyFunction,
    dispose_func: GstMiniObjectDisposeFunction,
    free_func: GstMiniObjectFreeFunction
)