Gimp.ConfigInterface.sync
@accepts(GObject.Object, GObject.Object, GObject.ParamFlags)
@returns(bool)
def sync(src, dest, flags):
# Python wrapper for gimp_config_sync()
Compares all read- and write-able properties from src and dest that have all flags set. Differing values are then copied from src to dest. If flags is 0, all differing read/write properties.
Properties marked as "construct-only" are not touched.
If the two objects are not of the same type, only properties that exist in both object classes and are of the same value_type are synchronized
Since 2.4
- src
- dest
another GObject.Object
- flags
a mask of GParamFlags
- Returns