Exemplo n.º 1
0
 public ByValue(GValue instance) {
   super(instance.getPointer());
 }
Exemplo n.º 2
0
 public ByReference(GValue instance) {
   super(instance.getPointer());
 }
Exemplo n.º 3
0
 public GValue(GValue instance) {
   this(instance.getPointer());
 }