1
0
Fork 0
mutter-performance-source/doc/reference
Emmanuele Bassi 6d87b1479c 2006-12-04 Emmanuele Bassi <ebassi@openedhand.com>
Avoid clutter segfaulting when used without invoking
	clutter_init().  This is needed when using api documentation
	tools and every other tool relying on the GObject
	introspection API (esp. on a headless box).  see the
	note in clutter/clutter-feature.c:clutter_feature_init
	for a full explanation.

	* clutter/clutter-feature.c: Call clutter_feature_init()
	when needed by one of the accessors of the features
	structure.

	* clutter/clutter-main.c:
	* clutter/clutter-private.h: Remove clutter_feature_init()
	public declaration: the features support check is done the
	first time a feature is needed.

	* clutter/clutter-main.c: Do not ever access the clutter
	main context pointer directly; instead, obtain a pointer
	to it via clutter_context_get_default(), which will always
	return something valid.
2006-12-04 19:19:53 +00:00
..
tmpl 2006-12-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-04 19:19:53 +00:00
ChangeLog 2006-11-20 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-20 12:02:24 +00:00
clutter-docs.sgml 2006-11-20 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-20 12:02:24 +00:00
clutter-sections.txt 2006-11-21 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-21 21:27:53 +00:00
clutter.types 2006-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-15 23:37:53 +00:00
Makefile.am 2006-12-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-04 19:19:53 +00:00
version.xml.in 2006-06-22 Matthew Allum <mallum@openedhand.com> 2006-06-21 22:34:25 +00:00