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 docs: Clean up the additional documentation build 2009-11-30 21:33:22 +00:00
cookbook cookbook: Add a recipe for CairoTexture 2010-05-20 16:19:25 +01:00
manual docs: Fix whitespace in the App manual stub 2010-02-06 10:49:33 +00:00
reference interval: Add a pointer variant to compute_value() 2010-05-24 15:06:14 +01:00
clutter-actor-invariants.txt clutter-texture: Remove confusing comments about realization 2010-04-19 15:34:43 +01:00
CODING_STYLE docs: Move documentation under doc/ 2009-12-01 10:16:25 +00:00
HACKING docs: Clarify usage of UTF-8 or ASCII art in commit messages 2010-01-15 17:32:46 +00:00
HACKING.backends docs: Update the HACKING.backends file 2010-03-04 18:07:04 +00:00
Makefile.am docs: Move documentation under doc/ 2009-12-01 10:16:25 +00:00
RELEASING docs: Move RELEASING under docs/ 2009-12-09 18:10:52 +00:00