Package org.gnu.glib

Interface Summary
Fireable Defines the interface for a fire method, which is used by Timer to signal that its interval has elapsed.
PropertyNotificationListener Interface used as a callback for property notification events ("notify" signal).
 

Class Summary
Boxed A mechanism to wrap opaque structures registered by the type system.
CustomEvents Provides methods for adding custom event sources.
Error The class represents an internal representation of an Error from the GTK and GNOME libraries.
EventMap An EventMap is a Java-GNOME implementation class which encapsulates all static information that maps GTK signals to Java-GNOME events.
EventType Represents a particular type of an event.
GListString Deprecated. This class is deprecated.
GObject Base class for all objects that participate in the GLib object system.
Idle Idle: an object that executes a Fireable target object's fire method at the next available time.
List Deprecated. This class is deprecated.
MainLoop The MainLoop represents a main event loop.
MemStruct Class for memory management of structs.
ParmFlags  
Quark A Quark is an association between a String and an integer identifier.
SpawnError  
Timer Timer: an object that executes a Fireable target object's fire method at a specified interval.
Type This class represents the GLib Runtime type identification and management system.
TypeInterface  
Value Value is a polymorphic type that can hold values of any other type.
 

Exception Summary
JGException Generic Exception in Java-GNOME.