clutter_animator_compute_value

Function clutter_animator_compute_value 

Source
pub unsafe extern "C" fn clutter_animator_compute_value(
    animator: *mut ClutterAnimator,
    object: *mut GObject,
    property_name: *const c_char,
    progress: c_double,
    value: *mut GValue,
) -> gboolean