Re: [clutter] What's coming in Clutter 0.6 [part 2: ClutterScript]

From: Tommi Komulainen <tommi.komulainen_at_iki.fi>
Date: Wed, 2 Jan 2008 12:18:31 +0200

On Dec 27, 2007 11:51 PM, Emmanuele Bassi <ebassi_at_o-hand.com> wrote:
>
> multiple UI definitions can be merged together, and objects can be
> referenced and declared before other UI definitions have been loaded
> (whenever possible). UI definitions can also be unmerged, using the
> unique id returned by the clutter_script_load_from_*() functions.

This means only merging of disjoint objects, right? It is not possible
to merge definitions for a single object? That is, merging the
following two definitions would be invalid (instead of giving me a
single GObjectType object with foo=42, bar=true.)

file1:
 {
   "type" : "GObjectType",
   "id" : "clutter-script-unique-id",
   "foo" : 42
 }

file2:
 {
   "id" : "clutter-script-unique-id",
   "bar" : true
 }

-- 
Tommi Komulainen                                 tommi.komulainen_at_iki.fi
-- 
To unsubscribe send a mail to clutter+unsubscribe_at_o-hand.com
Received on Wed Jan 02 2008 - 05:18:31 EST

This archive was generated by hypermail 2.2.0 : Wed Jan 02 2008 - 06:00:18 EST