set_interval
Description:
public void set_interval (...)
Variable arguments wrapper for set_initial_value and set_final_value that avoids using the Value arguments:
clutter_interval_set_interval (interval, 0, 50);
clutter_interval_set_interval (interval, 1.0, 0.0);
clutter_interval_set_interval (interval, FALSE, TRUE);
This function is meant for the convenience of the C API; bindings should reimplement this function using the Value-based API.
Parameters:
this |
a Interval |
... |
the initial and final values of the interval |