Include the right header
authorMatthias Clasen <mclasen@redhat.com>
Mon, 7 Jun 2010 10:23:24 +0000 (06:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 7 Jun 2010 10:24:28 +0000 (06:24 -0400)
docs/reference/gio/migrating-gconf.xml
gio/tests/gsettings.c

index 8df80cd..15b4ff4 100644 (file)
@@ -343,7 +343,7 @@ gsettings_SCHEMAS = my.app.gschema.xml
         extracted into your gettext catalog. One way to do that is to use
         intltool. For that, you use <tag class="starttag">_summary</tag>
         and <tag class="starttag">_description</tag> elements in a
-        .gschema.xml.in file and use <literal>@INTLTOOL_NOMERGE_RULE@</literal>
+        .gschema.xml.in file and use <literal>&commat;INTLTOOL_XML_NOMERGE_RULE&commat;</literal>
         in your Makefile.am to produce the .gschema.xml file. The
         <literal>NOMERGE</literal> part of the rule instructs intltool
         to extract translatable strings, but not merge the translations
index 1801724..65751a0 100644 (file)
@@ -1,7 +1,7 @@
 #include <stdlib.h>
 #include <locale.h>
 #include <libintl.h>
-#include <gio.h>
+#include <gio/gio.h>
 #include <gstdio.h>
 #define G_SETTINGS_ENABLE_BACKEND
 #include <gio/gsettingsbackend.h>