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:
@ -384,7 +384,7 @@ clutter_perspective_get_type
|
||||
ClutterTimeline
|
||||
ClutterTimelineClass
|
||||
clutter_timeline_new
|
||||
clutter_timeline_copy
|
||||
clutter_timeline_clone
|
||||
clutter_timeline_set_speed
|
||||
clutter_timeline_get_speed
|
||||
clutter_timeline_start
|
||||
|
Reference in New Issue
Block a user