[ Version ( since = "2.6" ) ]
public bool copy (Config dest, ParamFlags flags)
Compares all read- and write-able properties from this and dest that have all flags
set.
Differing values are then copied from this to dest. If flags is 0, all
differing read/write properties.
Properties marked as "construct-only" are not touched.
| this |
a Object that implements the ConfigInterface. |
| dest |
another Object of the same type as |
| flags |
a mask of GParamFlags |
|
true if |