Method
GimpConfigcopy
since: 2.6
Declaration [src]
gboolean
gimp_config_copy (
  GimpConfig* src,
  GimpConfig* dest,
  GParamFlags flags
)
Description [src]
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.
Available since: 2.6
Parameters
- dest
- 
            Type: GimpConfigAnother GObjectof the same type asa.The data is owned by the caller of the method. 
- flags
- 
            Type: GParamFlagsA mask of GParamFlags.