public ByValue(GValue instance) { super(instance.getPointer()); }
public ByReference(GValue instance) { super(instance.getPointer()); }
public GValue(GValue instance) { this(instance.getPointer()); }