Skip to content

Remove ClutterTimeline markers and some additional cleanups

Jonas Dreßler requested to merge verdre/mutter:some-timeline-cleanups into main

Remove support for markers from ClutterTimeline, we've never used them anyway.

Also remove a few more APIs for things that are really easy to do by using different ones.

Finally, switch to C99 types for the duration and delay properties, just to make working with them a bit easier.

Merge request reports