st: Don't avoid parameter list
Meh, C ...
This commit is contained in:
parent
f5e7530fc7
commit
84eda6e459
@ -2214,7 +2214,7 @@ st_set_slow_down_factor (gfloat factor)
|
|||||||
* Returns: the global factor applied to all animation durations
|
* Returns: the global factor applied to all animation durations
|
||||||
*/
|
*/
|
||||||
gfloat
|
gfloat
|
||||||
st_get_slow_down_factor ()
|
st_get_slow_down_factor (void)
|
||||||
{
|
{
|
||||||
return st_slow_down_factor;
|
return st_slow_down_factor;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user