Alphabetical Index

A B C D E F G H I J L M N O P Q R S T U V W X

A

addEvent(org.gnu.glib.EventType,Class) - method in class org.gnu.glib.EventMap
Adds an event to the EventMap.
addEventHandler(String,Object) - method in class org.gnu.glib.GObject
Connect an event to a callback method that has the same name as the event.
addEventHandler(String,Object,Object) - method in class org.gnu.glib.GObject
Connect a event to a callback method that has the same name as the event.
addEventHandler(String,String,Class) - method in class org.gnu.glib.GObject
Connect a event to a static callback method "func" in Class "cbrecv".
Connect a event to a static callback method "func" in Class "cbrecv".
addEventHandler(String,String,Object) - method in class org.gnu.glib.GObject
Connect a event to a callback method "func" in object "cbrecv".
Connect a event to a callback method "func" in object "cbrecv".
Connect a event to a callback method "func" in object "cbrecv".
Add a listener that will be activated when a property is updated updated ("notify" signal).
and(org.gnu.glib.ParmFlags) - method in class org.gnu.glib.ParmFlags
API_VERSION - static field in class org.gnu.glib.Config
Version of GTK that these bindings wrap.
append(int) - method in class org.gnu.glib.List
Append an element to the end of the list.
append(String) - method in class org.gnu.glib.GListString
Append a string to the end of this instance.
append0(org.gnu.glib.Handle,String) - method in class org.gnu.glib.GListString
Append a string to this instance, where the string is represented as an array of bytes representing character values in the default encoding.

B

BOOLEAN() - static method in class org.gnu.glib.Type
Return a Type instance initialized as BOOLEAN.
Boxed - class org.gnu.glib.Boxed
A mechanism to wrap opaque structures registered by the type system.
Boxed() - constructor for class org.gnu.glib.Boxed
This class is only instantiable via subclasses.
BOXED() - static method in class org.gnu.glib.Type
Return a Type instance initialized as BOXED.
Boxed(org.gnu.glib.Handle) - constructor for class org.gnu.glib.Boxed

C

CHAR() - static method in class org.gnu.glib.Type
Return a Type instance initialized as CHAR.
collect() - static method in class org.gnu.glib.GObject
Config - interface org.gnu.glib.Config
CONSTRUCT - static field in class org.gnu.glib.ParmFlags
CONSTRUCT_ONLY - static field in class org.gnu.glib.ParmFlags
copy() - method in class org.gnu.glib.Value
Create a copy of this Value object.

D

DOUBLE() - static method in class org.gnu.glib.Type
Return a Type instance initialized as DOUBLE.

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.Boxed
Check if two objects refer to the same (native) 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
Error - class org.gnu.glib.Error
The class represents an internal representation of an Error from the GTK and GNOME libraries.
Error(org.gnu.glib.Handle) - constructor for class org.gnu.glib.Error
Error(org.gnu.glib.Quark,int,String) - constructor for class org.gnu.glib.Error
Construct a new Error object.
EventMap - class org.gnu.glib.EventMap
An EventMap is a Java-GNOME implementation class which encapsulates all static information that maps GTK signals to Java-GNOME events.
eventsInitialized - field in class org.gnu.glib.GObject
Event initialization marker.
EventType - class org.gnu.glib.EventType
Represents a particular type of an event.
EventType(int,String) - constructor for class org.gnu.glib.EventType
Constructs a new event type

F

finalize() - method in class org.gnu.glib.Boxed
finalize() - method in class org.gnu.glib.GListString
Finalize this instance.
finalize() - method in class org.gnu.glib.GObject
finalize() - method in class org.gnu.glib.Idle
Do not call this method; it's only purpose is to ensure that the idle is stopped before it is GC'd.
finalize() - method in class org.gnu.glib.MemStruct
finalize() - method in class org.gnu.glib.Timer
Do not call this method; it's only purpose is to ensure that the timer is stopped before it is GC'd.
findQuark(String) - static method in class org.gnu.glib.Quark
Find a Quark that is associated with the given string.
fire() - method in class org.gnu.glib.Fireable
A generic signal callback, which returns true if the subsystem that called it should continue firing (that is, continue invoking this callback).
Fireable - interface org.gnu.glib.Fireable
Defines the interface for a fire method, which is used by Timer to signal that its interval has elapsed.
first() - method in class org.gnu.glib.List
Return the first element from the List.
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.
FLAGS() - static method in class org.gnu.glib.Type
Return a Type instance initialized as FLAGS.
FLOAT() - static method in class org.gnu.glib.Type
Return a Type instance initialized as FLOAT.
free() - method in class org.gnu.glib.List
Release the resources associated with this object.
freezeNotify() - method in class org.gnu.glib.GObject
Stops emission of "notify" signals on object.

G

g_error_new_literal(int,int,String) - static method in class org.gnu.glib.Error
g_list_alloc() - static method in class org.gnu.glib.List
g_list_append(org.gnu.glib.Handle,long) - static method in class org.gnu.glib.List
g_list_first(org.gnu.glib.Handle) - static method in class org.gnu.glib.List
g_list_free(org.gnu.glib.Handle) - static method in class org.gnu.glib.List
g_list_insert(org.gnu.glib.Handle,long,int) - static method in class org.gnu.glib.List
g_list_last(org.gnu.glib.Handle) - static method in class org.gnu.glib.List
g_list_length(org.gnu.glib.Handle) - static method in class org.gnu.glib.List
g_list_next(org.gnu.glib.Handle) - static method in class org.gnu.glib.List
g_list_prepend(org.gnu.glib.Handle,long) - static method in class org.gnu.glib.List
g_list_previous(org.gnu.glib.Handle) - static method in class org.gnu.glib.List
g_list_remove(org.gnu.glib.Handle,long) - static method in class org.gnu.glib.List
g_list_remove_all(org.gnu.glib.Handle,long) - static method in class org.gnu.glib.List
g_quark_from_string(String) - static method in class org.gnu.glib.Quark
g_quark_to_string(int) - static method in class org.gnu.glib.Quark
g_quark_try_string(String) - static method in class org.gnu.glib.Quark
g_type_depth(int) - static method in class org.gnu.glib.Type
g_type_from_name(String) - static method in class org.gnu.glib.Type
g_type_init() - static method in class org.gnu.glib.Type
BEGINNING OF JNI CODE
g_type_is_a(int,int) - static method in class org.gnu.glib.Type
g_type_name(int) - static method in class org.gnu.glib.Type
g_type_parent(int) - static method in class org.gnu.glib.Type
g_type_qname(int) - static method in class org.gnu.glib.Type
g_value_copy(org.gnu.glib.Handle) - static method in class org.gnu.glib.Value
g_value_get_boolean(org.gnu.glib.Handle) - static method in class org.gnu.glib.Value
g_value_get_boxed(org.gnu.glib.Handle) - static method in class org.gnu.glib.Value
g_value_get_char(org.gnu.glib.Handle) - static method in class org.gnu.glib.Value
g_value_get_double(org.gnu.glib.Handle) - static method in class org.gnu.glib.Value
g_value_get_float(org.gnu.glib.Handle) - static method in class org.gnu.glib.Value
g_value_get_int(org.gnu.glib.Handle) - static method in class org.gnu.glib.Value
g_value_get_java_object(org.gnu.glib.Handle) - static method in class org.gnu.glib.Value
g_value_get_long(org.gnu.glib.Handle) - static method in class org.gnu.glib.Value
g_value_get_pointer(org.gnu.glib.Handle) - static method in class org.gnu.glib.Value
g_value_get_string(org.gnu.glib.Handle) - static method in class org.gnu.glib.Value
g_value_init(int) - static method in class org.gnu.glib.Value
g_value_reset(org.gnu.glib.Handle) - static method in class org.gnu.glib.Value
g_value_set_boolean(org.gnu.glib.Handle,boolean) - static method in class org.gnu.glib.Value
g_value_set_char(org.gnu.glib.Handle,byte) - static method in class org.gnu.glib.Value
g_value_set_double(org.gnu.glib.Handle,double) - static method in class org.gnu.glib.Value
g_value_set_float(org.gnu.glib.Handle,double) - static method in class org.gnu.glib.Value
g_value_set_int(org.gnu.glib.Handle,int) - static method in class org.gnu.glib.Value
g_value_set_java_object(org.gnu.glib.Handle,Object) - static method in class org.gnu.glib.Value
g_value_set_long(org.gnu.glib.Handle,long) - static method in class org.gnu.glib.Value
g_value_set_string(org.gnu.glib.Handle,String) - static method in class org.gnu.glib.Value
g_value_type(org.gnu.glib.Handle) - static method in class org.gnu.glib.Value
g_value_unset(org.gnu.glib.Handle) - static method in class org.gnu.glib.Value
get_BOOLEAN() - static method in class org.gnu.glib.Type
get_BOXED() - static method in class org.gnu.glib.Type
get_CHAR() - static method in class org.gnu.glib.Type
get_DOUBLE() - static method in class org.gnu.glib.Type
get_FLAGS() - static method in class org.gnu.glib.Type
get_FLOAT() - static method in class org.gnu.glib.Type
get_INT() - static method in class org.gnu.glib.Type
get_INTERFACE() - static method in class org.gnu.glib.Type
get_INVALID() - static method in class org.gnu.glib.Type
get_JAVA_OBJECT() - static method in class org.gnu.glib.Type
NATIVE METHODS - represent macros in the libs
get_LONG() - static method in class org.gnu.glib.Type
get_NONE() - static method in class org.gnu.glib.Type
get_OBJECT() - static method in class org.gnu.glib.Type
get_PARAM() - static method in class org.gnu.glib.Type
get_POINTER() - static method in class org.gnu.glib.Type
get_STRING() - static method in class org.gnu.glib.Type
getBoolean() - method in class org.gnu.glib.Value
Used internally by Java-Gnome
getBooleanProperty(String) - method in class org.gnu.glib.GObject
Convenience method for retrieving boolean properties.
getBoxed() - method in class org.gnu.glib.Value
getBoxedFromHandle(org.gnu.glib.Handle) - static method in class org.gnu.glib.Boxed
Gets a Boxed instance for the given Handle.
getCode(org.gnu.glib.Handle) - static method in class org.gnu.glib.Error
getData(org.gnu.glib.Handle) - static method in class org.gnu.glib.List
BEGINNING OF JNI CODE
getData(org.gnu.glib.Handle,String) - static method in class org.gnu.glib.GObject
getData(String) - method in class org.gnu.glib.GObject
Gets the Java Object associated with the given key from this object's object association table.
getDomain() - method in class org.gnu.glib.Error
Return the domain for this error.
getDomain(org.gnu.glib.Handle) - static method in class org.gnu.glib.Error
getDouble() - method in class org.gnu.glib.Value
Used internally by Java-Gnome
getDoubleProperty(String) - method in class org.gnu.glib.GObject
Convenience method for retrieving double properties.
getError() - method in class org.gnu.glib.JGException
getErrorCode() - method in class org.gnu.glib.Error
Return the error code associated with this error.
getErrorMessage() - method in class org.gnu.glib.Error
Return the error message associated with this error.
getEventListenerClass(String) - method in class org.gnu.glib.EventMap
Return the event listener class for a given signal.
getEventListenerClass(String) - method in class org.gnu.glib.GObject
getEventType(String) - method in class org.gnu.glib.EventMap
Get the event type for a given signal.
getEventType(String) - method in class org.gnu.glib.GObject
getFloat() - method in class org.gnu.glib.Value
Used internally by Java-Gnome
getFloatProperty(String) - method in class org.gnu.glib.GObject
Convenience method for retrieving float properties.
getGObjectFromHandle(org.gnu.glib.Handle) - static method in class org.gnu.glib.GObject
Gets a GObject instance for the given Handle.
getHandle() - method in class org.gnu.glib.Quark
getHandle() - method in class org.gnu.glib.Struct
Get the raw handle value.
getID() - method in class org.gnu.glib.EventType
getInt() - method in class org.gnu.glib.Value
Used internally by Java-Gnome
getInterval() - method in class org.gnu.glib.Timer
Returns the interval associated with this Timer.
getIntFromHandle(org.gnu.glib.Handle) - static method in class org.gnu.glib.GObject
Return the int to which the native Handle holds a pointer.
getIntProperty(String) - method in class org.gnu.glib.GObject
Convenience method for retrieving int properties.
getJavaObject() - method in class org.gnu.glib.Value
Get the data held by this Value object.
getJavaObjectProperty(String) - method in class org.gnu.glib.GObject
Convenience method for retrieving Object properties.
getLong() - method in class org.gnu.glib.Value
Used internally by Java-Gnome
getLongProperty(String) - method in class org.gnu.glib.GObject
Convenience method for retrieving long properties.
getMemStructFromHandle(org.gnu.glib.Handle) - static method in class org.gnu.glib.MemStruct
getMessage(org.gnu.glib.Handle) - static method in class org.gnu.glib.Error
getName() - method in class org.gnu.glib.EventType
getNullHandle() - static method in class org.gnu.glib.Struct
Get a native handle that refers to a null pointer.
getPriority() - method in class org.gnu.glib.Idle
Returns the execution priority for this Idle.
getProperty(String) - method in class org.gnu.glib.GObject
Get the Value of the given property (name).
getProxiedObject() - method in class org.gnu.glib.Handle
getProxiedObject() - method in class org.gnu.glib.Handle32Bits
getProxiedObject() - method in class org.gnu.glib.Handle64Bits
getSource() - method in class org.gnu.glib.GEvent
Returns the object on which the event originally occured
getString() - method in class org.gnu.glib.Quark
Retrieve the string value associated with this Quark.
getString() - method in class org.gnu.glib.Value
Used internally by Java-Gnome
getStringFromHandle(org.gnu.glib.Handle) - static method in class org.gnu.glib.GObject
Return the String to which the native Handle holds a pointer.
getStringProperty(String) - method in class org.gnu.glib.GObject
Convenience method for retrieving String properties.
getType() - method in class org.gnu.glib.GEvent
getTypeHandle() - method in class org.gnu.glib.Type
Returns the unique identifyer used to identify a type in the native libraries.
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.
GEvent - class org.gnu.glib.GEvent
A base event class for capturing signals emitted by GObjects..
GEvent(Object,org.gnu.glib.EventType) - constructor for class org.gnu.glib.GEvent
Construct a GEvent object with the specified source object and type.
GListString - class org.gnu.glib.GListString
GListString() - constructor for class org.gnu.glib.GListString
Construct an instance.
GListString(String[]) - constructor for class org.gnu.glib.GListString
Construct an instance initially containing the elemnts of the given array.
GListString(Vector) - constructor for class org.gnu.glib.GListString
Construct an instance initially containing the elements of the given vector.
GObject - class org.gnu.glib.GObject
Base class for all objects that participate in the GLib object system.
GObject() - constructor for class org.gnu.glib.GObject
Create an uninitialized instance.
GObject(org.gnu.glib.Handle) - constructor for class org.gnu.glib.GObject
Create a new GObject with a handle to a native resource returned from a call to the native libraries.
GObject(org.gnu.glib.Type) - constructor for class org.gnu.glib.GObject
Create a new GObject of the given type.

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.Boxed
Returns a hash code value for the object.
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.
hasProperty(String) - method in class org.gnu.glib.GObject
Determines if this object supports the given named property.

I

Idle - class org.gnu.glib.Idle
Idle: an object that executes a Fireable target object's fire method at the next available time.
Idle(int,org.gnu.glib.Fireable) - constructor for class org.gnu.glib.Idle
Create a new Idle object.
Idle(org.gnu.glib.Fireable) - constructor for class org.gnu.glib.Idle
Create a new Idle object.
initialize(org.gnu.glib.GObject) - method in class org.gnu.glib.EventMap
Connect all event handlers to this event source.
Connect an event handler of the type provided.
Connect an event handler of the type provided.
insert(int,int) - method in class org.gnu.glib.List
Insert an element at a specified location in the List.
INT() - static method in class org.gnu.glib.Type
Return a Type instance initialized as INT.
INTERFACE() - static method in class org.gnu.glib.Type
Return a Type instance initialized as INTERFACE.
intern(int) - static method in class org.gnu.glib.ParmFlags
INVALID() - static method in class org.gnu.glib.Type
Return a Type instance initialized as INVALID.
isInitialized - static field in class org.gnu.glib.Type
isNull() - method in class org.gnu.glib.Handle
isNull() - method in class org.gnu.glib.Handle32Bits
isNull() - method in class org.gnu.glib.Handle64Bits
isRunning() - method in class org.gnu.glib.Idle
Returns whether this idle is running.
isRunning() - method in class org.gnu.glib.MainLoop
Checks to see if the main loop is currently being run via run().
isRunning() - method in class org.gnu.glib.Timer
Returns whether this timer is running.

J

JAVA_OBJECT() - static method in class org.gnu.glib.Type
Return a Type instance initialized as JAVA_OBJECT.
JGException - class org.gnu.glib.JGException
Generic Exception in Java-GNOME.
JGException(org.gnu.glib.Error) - constructor for class org.gnu.glib.JGException

L

last() - method in class org.gnu.glib.List
Return the last element from the List.
LAX_VALIDATION - static field in class org.gnu.glib.ParmFlags
length() - method in class org.gnu.glib.List
Return the number of elements contained in the List.
LIBRARY_NAME - static field in class org.gnu.glib.Config
Name of the library - dictated by platform
List - class org.gnu.glib.List
List() - constructor for class org.gnu.glib.List
Construct a List object
List(org.gnu.glib.Handle) - constructor for class org.gnu.glib.List
Contruct a List object using a given handle.
LONG() - static method in class org.gnu.glib.Type
Return a Type instance initialized as LONG.

M

MainLoop - class org.gnu.glib.MainLoop
The MainLoop represents a main event loop.
MainLoop() - constructor for class org.gnu.glib.MainLoop
Creates a new MainLoop with the default context.
MemStruct - class org.gnu.glib.MemStruct
Class for memory management of structs.
MemStruct() - constructor for class org.gnu.glib.MemStruct
MemStruct(org.gnu.glib.Handle) - constructor for class org.gnu.glib.MemStruct

N

next() - method in class org.gnu.glib.List
Return the next element in the List.
NONE() - static method in class org.gnu.glib.Type
Return a Type instance initialized as NONE.
Handle a property notification event.
notify(String) - method in class org.gnu.glib.GObject
Emits a "notify" signal for the given property.

O

OBJECT() - static method in class org.gnu.glib.Type
Return a Type instance initialized as OBJECT.
or(org.gnu.glib.ParmFlags) - method in class org.gnu.glib.ParmFlags
org.gnu.glib - package

P

PARAM() - static method in class org.gnu.glib.Type
Return a Type instance initialized as PARAM.
ParmFlags - class org.gnu.glib.ParmFlags
prepend(int) - method in class org.gnu.glib.List
Prepend an element to the end of the list.
previous() - method in class org.gnu.glib.List
Return the previous element in the List.
PRIVATE - static field in class org.gnu.glib.ParmFlags
Interface used as a callback for property notification events ("notify" signal).

Q

Quark - class org.gnu.glib.Quark
A Quark is an association between a String and an integer identifier.
Quark(int) - constructor for class org.gnu.glib.Quark
This is the method that allows one to construct a Quark once a native peer has been provided.
Quark(String) - constructor for class org.gnu.glib.Quark
Create a Quark object.
quit() - method in class org.gnu.glib.MainLoop
Stops the main loop from running.

R

READABLE - static field in class org.gnu.glib.ParmFlags
remove(int) - method in class org.gnu.glib.List
Remove the first instance of an element from the List.
removeAllInstances(int) - method in class org.gnu.glib.List
Remove all instances of an element from the List.
removeEventHandler(int) - method in class org.gnu.glib.GObject
Disconnect a event from its' callback method.
Remove the given listener from those activated when a property is updated.
retrieveGObject(org.gnu.glib.Handle) - method in class org.gnu.glib.GObject
run() - method in class org.gnu.glib.MainLoop
Runs a main loop until quit() is called on the loop.

S

setBoolean(boolean) - method in class org.gnu.glib.Value
Used internally by Java-Gnome to set a boolean value
setBooleanProperty(String,boolean) - method in class org.gnu.glib.GObject
Convenience method for setting boolean properties.
setBoxed(org.gnu.glib.Boxed) - method in class org.gnu.glib.Value
setData(org.gnu.glib.Handle,String,Object) - static method in class org.gnu.glib.GObject
setData(String,Object) - method in class org.gnu.glib.GObject
Sets an association from a String to a Java Object to be stored in the GTK object's table of associations.
setDouble(double) - method in class org.gnu.glib.Value
Used internally by Java-Gnome to set a double value
setDoubleProperty(String,double) - method in class org.gnu.glib.GObject
Convenience method for setting double properties.
setError(org.gnu.glib.Error) - method in class org.gnu.glib.JGException
setFloat(float) - method in class org.gnu.glib.Value
Used internally by Java-Gnome to set a float value
setFloatProperty(String,float) - method in class org.gnu.glib.GObject
Convenience method for setting float properties.
setHandle(org.gnu.glib.Handle) - method in class org.gnu.glib.Struct
Sets this object's native handle.
setInteger(int) - method in class org.gnu.glib.Value
Used internally by Java-Gnome to set an integer value
setInterval(int) - method in class org.gnu.glib.Timer
Set the interval associated with this Timer.
setIntProperty(String,int) - method in class org.gnu.glib.GObject
Convenience method for setting int properties.
setJavaObject(Object) - method in class org.gnu.glib.Value
Set the data held by this Value object with the given Object.
setJavaObjectProperty(String,Object) - method in class org.gnu.glib.GObject
Convenience method for setting Object properties.
setLong(long) - method in class org.gnu.glib.Value
Used internally by Java-Gnome to set a long value
setLongProperty(String,long) - method in class org.gnu.glib.GObject
Convenience method for setting long properties.
setPriority(int) - method in class org.gnu.glib.Idle
Set the execution priority for this Idle.
setProperty(String,org.gnu.glib.Value) - method in class org.gnu.glib.GObject
Set the given property (name) with the given Value on this object.
setProxiedObject(org.gnu.glib.Struct) - method in class org.gnu.glib.Handle
setString(String) - method in class org.gnu.glib.Value
Used internally by Java-Gnome to set a string value
setStringProperty(String,String) - method in class org.gnu.glib.GObject
Convenience method for setting String properties.
source - field in class org.gnu.glib.GEvent
The object on which the event initially occurred.
start() - method in class org.gnu.glib.Idle
Start this Idle object; that is, begin executing its fire method at the available execution slot in the mainloop.
start() - method in class org.gnu.glib.Timer
Start this timer object; that is, begin executing its fire method at its specified interval.
stop() - method in class org.gnu.glib.Idle
Stop this idle object; that is, stop executing its fire method at its specified interval.
stop() - method in class org.gnu.glib.Timer
Stop this timer object; that is, stop executing its fire method at its specified interval.
STRING() - static method in class org.gnu.glib.Type
Return a Type instance initialized as STRING.
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

test(org.gnu.glib.ParmFlags) - method in class org.gnu.glib.ParmFlags
thawNotify() - method in class org.gnu.glib.GObject
Reverts the effect of a previous call to freezeNotify.
Timer - class org.gnu.glib.Timer
Timer: an object that executes a Fireable target object's fire method at a specified interval.
Timer(int,org.gnu.glib.Fireable) - constructor for class org.gnu.glib.Timer
Create a new Timer object.
toString() - method in class org.gnu.glib.GEvent
Generates a string representation of the event.
toString() - method in class org.gnu.glib.Handle32Bits
toString() - method in class org.gnu.glib.Handle64Bits
type - field in class org.gnu.glib.GEvent
The type of event
Type - class org.gnu.glib.Type
This class represents the GLib Runtime type identification and management system.
Type(int) - constructor for class org.gnu.glib.Type
Construct a new Type from a integer that represents the type.
Type(String) - constructor for class org.gnu.glib.Type
Construct a Type by its' name.
typeEquals(org.gnu.glib.Type) - method in class org.gnu.glib.Type
Compares a Type with the current object.
TypeInterface - class org.gnu.glib.TypeInterface
typeIsA(org.gnu.glib.Type) - method in class org.gnu.glib.Type
Determine if the Type parameter is a derivable type, checking whether this Type object is a descendant of the Type parameter.

U

Disconnect an event handler of the type provided.

V

Value - class org.gnu.glib.Value
Value is a polymorphic type that can hold values of any other type.
Value(org.gnu.glib.Handle) - constructor for class org.gnu.glib.Value
Construct a new Value object using a handle to a native object.
Value(org.gnu.glib.Type) - constructor for class org.gnu.glib.Value
Construct a new Value from a given org.gnu.glib.Type.
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

W

WRITABLE - static field in class org.gnu.glib.ParmFlags

X

xor(org.gnu.glib.ParmFlags) - method in class org.gnu.glib.ParmFlags