On Dec 27, 2007 11:51 PM, Emmanuele Bassi <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
--
To unsubscribe send a mail to [EMAIL PROTECTED]