mutter/doc
Emmanuele Bassi af84d97fca interval: Add a pointer variant to compute_value()
ClutterInterval.compute_value() computes the new value given a progress
and copies it to a given GValue. Since most of the time we want to pass
that very same value to another function that copies it again, we should
have a compute_value() variant that stores that computed value inside
ClutterInterval and returns a pointer to it. This way we initialize the
result GValue just once and we never copy it, as long as the Interval
instance is valid.
2010-05-24 15:06:14 +01:00
..
common
cookbook cookbook: Add a recipe for CairoTexture 2010-05-20 16:19:25 +01:00
manual
reference interval: Add a pointer variant to compute_value() 2010-05-24 15:06:14 +01:00
clutter-actor-invariants.txt
CODING_STYLE
HACKING
HACKING.backends
Makefile.am
RELEASING