mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
clone: Set :source as CONSTRUCT
The :source property for ClutterClone is a constructor property, but it most definitely is not a constructor-only one.
This commit is contained in:
parent
b82f874b46
commit
8727c3127c
@ -274,7 +274,7 @@ clutter_clone_class_init (ClutterCloneClass *klass)
|
||||
"Source",
|
||||
"Specifies the actor to be cloned",
|
||||
CLUTTER_TYPE_ACTOR,
|
||||
G_PARAM_CONSTRUCT_ONLY |
|
||||
G_PARAM_CONSTRUCT |
|
||||
CLUTTER_PARAM_READWRITE);
|
||||
g_object_class_install_property (gobject_class, PROP_SOURCE, pspec);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user