Overview
Package
Tree
Index
Deprecated
About
Frames
|
No Frames
Alphabetical Index
A
C
E
F
G
H
I
L
O
S
T
V
A
API_VERSION
- static field in class org.gnu.glib.
Config
Version of GTK that these bindings wrap.
C
Config
- interface org.gnu.glib.
Config
E
Enum
- class org.gnu.glib.
Enum
Enum()
- constructor for class org.gnu.glib.
Enum
This class is only instantiable via subclasses.
equals(java.lang.Object)
- method in class org.gnu.glib.
Enum
Compare this to another object.
equals(java.lang.Object)
- method in class org.gnu.glib.
Flags
Compare this to another object.
equals(Object)
- method in class org.gnu.glib.
Struct
Check if two objects refer to the same (native) object.
equals(org.gnu.glib.Handle)
- method in class org.gnu.glib.
Handle
equals(org.gnu.glib.Handle)
- method in class org.gnu.glib.
Handle32Bits
equals(org.gnu.glib.Handle)
- method in class org.gnu.glib.
Handle64Bits
F
Flags
- class org.gnu.glib.
Flags
Base class for all classes resulting from a
define-flags
in a
.defs
file.
Flags()
- constructor for class org.gnu.glib.
Flags
This class is only instantiable via subclasses.
G
getHandle()
- method in class org.gnu.glib.
Struct
Get the raw handle value.
getNullHandle()
- static method in class org.gnu.glib.
Struct
Get a native handle that refers to a null pointer.
getProxiedObject()
- method in class org.gnu.glib.
Handle
getProxiedObject()
- method in class org.gnu.glib.
Handle32Bits
getProxiedObject()
- method in class org.gnu.glib.
Handle64Bits
getValue()
- method in class org.gnu.glib.
Enum
Get the raw value of the object.
getValue()
- method in class org.gnu.glib.
Flags
Get the raw value of the object.
H
Handle
- interface org.gnu.glib.
Handle
Interface that represents a pointer to a native peer.
Handle32Bits
- class org.gnu.glib.
Handle32Bits
Holds pointer to native peer on 32 bit platforms.
Handle64Bits
- class org.gnu.glib.
Handle64Bits
Holds pointer to native peer on 64 bit platforms.
hashCode()
- method in class org.gnu.glib.
Enum
Get the hash code for this instance.
hashCode()
- method in class org.gnu.glib.
Flags
Get the hash code for this instance.
hashCode()
- method in class org.gnu.glib.
Struct
Returns a hash code value for the object.
I
isNull()
- method in class org.gnu.glib.
Handle
isNull()
- method in class org.gnu.glib.
Handle32Bits
isNull()
- method in class org.gnu.glib.
Handle64Bits
L
LIBRARY_NAME
- static field in class org.gnu.glib.
Config
Name of the library - dictated by platform
O
org.gnu.glib
- package
S
setHandle(org.gnu.glib.Handle)
- method in class org.gnu.glib.
Struct
Sets this object's native handle.
setProxiedObject(org.gnu.glib.Struct)
- method in class org.gnu.glib.
Handle
setProxiedObject(org.gnu.glib.Struct)
- method in class org.gnu.glib.
Handle32Bits
setProxiedObject(org.gnu.glib.Struct)
- method in class org.gnu.glib.
Handle64Bits
Struct
- class org.gnu.glib.
Struct
Struct()
- constructor for class org.gnu.glib.
Struct
Create an uninitialized instance.
Struct(org.gnu.glib.Handle)
- constructor for class org.gnu.glib.
Struct
Create a new Struct with a handle to a native resource returned from a call to the native libraries.
T
toString()
- method in class org.gnu.glib.
Handle32Bits
toString()
- method in class org.gnu.glib.
Handle64Bits
V
value_
- field in class org.gnu.glib.
Enum
holder for the raw enumeration value
value_
- field in class org.gnu.glib.
Flags
holder for the raw flags value
Overview
Package
Tree
Index
Deprecated
About