mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Rename clutter_timeline_copy to clutter_timeline_clone
Usually, in OOP objects are cloned, while boxed types are copied; this holds true in GObject, where GBoxed types have copy functions.
This commit is contained in:
@ -253,7 +253,7 @@ clutter_effect_closure_new (ClutterEffectTemplate *template,
|
||||
|
||||
c->template = template;
|
||||
c->actor = actor;
|
||||
c->timeline = clutter_timeline_copy (priv->timeline);
|
||||
c->timeline = clutter_timeline_clone (priv->timeline);
|
||||
c->alpha = clutter_alpha_new_full (c->timeline,
|
||||
priv->alpha_func,
|
||||
NULL, NULL);
|
||||
|
Reference in New Issue
Block a user