org.gnu.glib

Interface Handle

public interface Handle

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may have an equivalent in java-gnome 4.0, see org.freedesktop.bindings.Proxy. You should be aware that there is a considerably different API in the new library: the architecture is completely different and most notably internals are no longer exposed to public view.

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)