org.gnu.glib

Class Handle32Bits

public class Handle32Bits extends Object implements 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 does not have an equivalent in java-gnome 4.0.

Holds pointer to native peer on 32 bit platforms.
Method Summary
booleanequals(Handle other)
StructgetProxiedObject()
booleanisNull()
voidsetProxiedObject(Struct object)
StringtoString()

Method Detail

equals

public boolean equals(Handle other)

getProxiedObject

public Struct getProxiedObject()

isNull

public boolean isNull()

setProxiedObject

public void setProxiedObject(Struct object)

toString

public String toString()