mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 18:40:58 +01:00
Include the right header
This commit is contained in:
parent
71c5e3f899
commit
486c46b945
@ -343,7 +343,7 @@ gsettings_SCHEMAS = my.app.gschema.xml
|
|||||||
extracted into your gettext catalog. One way to do that is to use
|
extracted into your gettext catalog. One way to do that is to use
|
||||||
intltool. For that, you use <tag class="starttag">_summary</tag>
|
intltool. For that, you use <tag class="starttag">_summary</tag>
|
||||||
and <tag class="starttag">_description</tag> elements in a
|
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>@INTLTOOL_XML_NOMERGE_RULE@</literal>
|
||||||
in your Makefile.am to produce the .gschema.xml file. The
|
in your Makefile.am to produce the .gschema.xml file. The
|
||||||
<literal>NOMERGE</literal> part of the rule instructs intltool
|
<literal>NOMERGE</literal> part of the rule instructs intltool
|
||||||
to extract translatable strings, but not merge the translations
|
to extract translatable strings, but not merge the translations
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#include <libintl.h>
|
#include <libintl.h>
|
||||||
#include <gio.h>
|
#include <gio/gio.h>
|
||||||
#include <gstdio.h>
|
#include <gstdio.h>
|
||||||
#define G_SETTINGS_ENABLE_BACKEND
|
#define G_SETTINGS_ENABLE_BACKEND
|
||||||
#include <gio/gsettingsbackend.h>
|
#include <gio/gsettingsbackend.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user