2008-11-04 Emmanuele Bassi <ebassi@linux.intel.com>

* clutter/clutter-script.c: Document the "is-default" member of
	a ClutterStage definition.
This commit is contained in:
Emmanuele Bassi
2008-11-04 16:37:04 +00:00
parent a15ae21bd2
commit e4cb59c1e6
2 changed files with 10 additions and 1 deletions

View File

@ -142,11 +142,15 @@
*
* <programlisting><![CDATA[
* "id" := the unique name of a ClutterScript object
* "type" := the class literal name, also used to infer the type function
* "type" := the class literal name, also used to infer the type
* function
* "type_func" := the GType function name, for non-standard classes
* "children" := an array of names or objects to add as children
* "behaviours" := an array of names or objects to apply to an actor
* "signals" := an array of signal definitions to connect to an object
* "is-default" := a boolean flag used when defining the #ClutterStage;
* if set to "true" the default stage will be used instead
* of creating a new #ClutterStage instance
* ]]></programlisting>
*
* #ClutterScript is available since Clutter 0.6