svn path=/trunk/; revision=6948
This commit is contained in:
Matthias Clasen
2008-05-27 21:22:45 +00:00
parent 5adb336b65
commit e14f918de9
96 changed files with 19401 additions and 19074 deletions

View File

@@ -71,7 +71,7 @@ by using the command line option <literal>-DG_DISABLE_DEPRECATED=1</literal>.
The recommended way of using GLib has always been to only include the
toplevel headers <filename>glib.h</filename>,
<filename>glib-object.h</filename>, <filename>gio.h</filename>.
Starting with 2.17, GLib enforces this this by generating an error
Starting with 2.17, GLib enforces this by generating an error
when individual headers are directly included. To help with the
transition, the enforcement is not turned on by default for GLib
headers (it <emphasis>is</emphasis> turned on for GObject and GIO).