clutter_animatable_interpolate_value

Function clutter_animatable_interpolate_value 

Source
pub unsafe extern "C" fn clutter_animatable_interpolate_value(
    animatable: *mut ClutterAnimatable,
    property_name: *const c_char,
    interval: *mut ClutterInterval,
    progress: c_double,
    value: *mut GValue,
) -> gboolean