mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
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:
parent
a15ae21bd2
commit
e4cb59c1e6
@ -1,3 +1,8 @@
|
||||
2008-11-04 Emmanuele Bassi <ebassi@linux.intel.com>
|
||||
|
||||
* clutter/clutter-script.c: Document the "is-default" member of
|
||||
a ClutterStage definition.
|
||||
|
||||
2008-11-04 Neil Roberts <neil@linux.intel.com>
|
||||
|
||||
* clutter/cogl/gl/cogl.c (cogl_perspective): Use the accurate
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user