copy_from


Description:

public virtual void copy_from (Object source, string[]? except = null)

Copy properties from source onto this object.

Parameters:

source

Object to copy from (typically the same GLib.Type)

except

Property names to skip (null = copy all writable fields)