Bug 1387 - Clarify new-frame signal emission with advance()
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 27 Jan 2009 11:18:09 +0000 (11:18 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 27 Jan 2009 11:18:09 +0000 (11:18 +0000)
commit8608d103f82f14ead4cd2c92d2ce2eef9363ed54
tree090bce6ca326f793388437aae967270e28621565
parent43bd4e5d3fcbe1a22bcae45d461f83f2ee0a9758
Bug 1387 - Clarify new-frame signal emission with advance()

When calling clutter_timeline_advance(), a timeline will not emit
the ::new-frame signal for the frame we are advancing to, as this
would break the invariants of the timeline behaviour.

The documentation should make this clear.
clutter/clutter-timeline.c