java-gnome version 4.0.19

Package org.gnome.glib

GLib is the general-purpose base library in GNOME; most of the its elements are just implementation infrastructure.

See:
          Description

Interface Summary
Signal Marker interface which is the parent of all signals as expressed in the bindings.
 

Class Summary
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 Summary
GlibException An exception thrown by the underlying library.
 

Error Summary
FatalError Misuse of the underlying library.
 

Package org.gnome.glib Description

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.



java-gnome