get_interval
Description:
public void get_interval (...)
Variable arguments wrapper for get_initial_value and get_final_value that avoids using the Value arguments:
gint a = 0, b = 0;
clutter_interval_get_interval (interval, &a, &b);
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 |
... |
return locations for the initial and final values of the interval |