Example #1
0
 public ByValue(GValue instance) {
   super(instance.getPointer());
 }
Example #2
0
 public ByReference(GValue instance) {
   super(instance.getPointer());
 }
Example #3
0
 public GValue(GValue instance) {
   this(instance.getPointer());
 }