See: Description
Interface | Description |
---|---|
Signal |
Marker interface which is the parent of all signals as expressed in the
bindings.
|
Class | Description |
---|---|
Boxed |
Parent class of proxied structures.
|
Glib |
Static methods to initialize the Java bindings around GLib.
|
Object |
Base class of the object system used by GLib and libraries based on it,
such as GTK.
|
Plumbing |
Translation layer class which adds the ability to connect signals to
GObjects.
|
UserDirectory |
Used to indicate the types of "special" user directory (as defined by the
XDG standard) that you can query with
Glib.getUserSpecialDir() . |
Value |
A generic value that can be passed as a parameter to or returned from a
method or function on an underlying entity in the GLib library and those
built on it.
|
Exception | Description |
---|---|
GlibException |
An exception thrown by the underlying library.
|
Error | Description |
---|---|
FatalError |
Misuse of the underlying library.
|
GLib is the general-purpose base library in GNOME; most of the its elements are just implementation infrastructure. We do not present very much of GLib's utility nature as most of the same functionality is already available in the Java standard library itself.