Home | History | Annotate | Download | only in glib

Lines Matching full:glib

4 This is GLib version @GLIB_VERSION@. GLib is the low-level core
11 ftp://ftp.gtk.org/pub/glib
27 Notes about GLib 2.20
42 Notes about GLib 2.18
45 * The recommended way of using GLib has always been to only include the
46 toplevel headers glib.h, glib-object.h and gio.h. GLib enforces this by
49 default for GLib headers (it is turned on for GObject and GIO).
52 Notes about GLib 2.16
55 * GLib now includes GIO, which adds optional dependencies against libattr
59 Notes about GLib 2.10
63 the gprintf.h header, since they are already declared in glib.h. This
65 to include gprintf.h without including glib.h.
89 carefully. g_object_compat_control() has been added to GLib 2.8.5
92 Notes about GLib 2.6.0
95 * GLib 2.6 introduces the concept of 'GLib filename encoding', which is the
96 on-disk encoding on Unix, but UTF-8 on Windows. All GLib functions
100 header <glib/gstdio.h> which must be included explicitly; it is not
101 included through <glib.h>.
106 Unicode characters through GLib's own API and its POSIX wrappers,
110 older versions of GLib, the Windows DLL still provides entry points
112 compiled against GLib 2.6 will actually use new names for the
115 When compiling against GLib 2.6, applications intended to be
118 names have been constructed from strings returned from GLib.
122 applications compiled against older versions of GLib.
124 * The GLib uses an '_' prefix to indicate private symbols that
128 GLib+ 2.6 makes several symbols private which were not in any installed
131 * To reduce code size and improve efficiency, GLib, when compiled
134 IA__, may be seen when debugging a GLib program.
136 * On Windows, GLib no longer opens a console window when printing
152 work with future versions of GLib.
158 (http://bugzilla.gnome.org, product glib.) You will need
195 in their keyword fields. If the patch adds to or changes the GLib