mutter/doc
nobled aece642adb doc: fix clutter_init() usage in examples
Make sure users get the idea that clutter_init()
has a return value that needs to be checked.

These were fixed via sed magic:

sed -i -s -e "s/clutter_init (.*)/\
if (& != CLUTTER_INIT_SUCCESS)\n    return 1/"\
 doc/*/*/*.{c,xml} doc/*/*.xml

http://bugzilla.clutter-project.org/show_bug.cgi?id=2574
2011-02-28 14:10:05 +00:00
..
common
cookbook doc: fix clutter_init() usage in examples 2011-02-28 14:10:05 +00:00
manual
reference doc: fix clutter_init() usage in examples 2011-02-28 14:10:05 +00:00
clutter-actor-invariants.txt
CODING_STYLE
HACKING
HACKING.backends
Makefile.am
RELEASING