org.gnu.glib

Interface Handle

public interface Handle

Interface that represents a pointer to a native peer.
Method Summary
booleanequals(Handle other)
StructgetProxiedObject()
booleanisNull()
voidsetProxiedObject(Struct object)

Method Detail

equals

public boolean equals(Handle other)

getProxiedObject

public Struct getProxiedObject()

isNull

public boolean isNull()

setProxiedObject

public void setProxiedObject(Struct object)