Skip to content
  • Emmanuele Bassi's avatar
    timeline: Use the right function pointer offset · 4732a418
    Emmanuele Bassi authored
    A copy and paste thinko: the ::stopped signal is using the
    ClutterTimelineClass.completed slot instead of the .stopped one,
    thus preventing sub-classes of ClutterTimeline from overriding the
    signal's default closure.
    4732a418