mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
Make the parser struct const
This commit is contained in:
parent
34b2972c4f
commit
5d1c3924e1
@ -1,3 +1,7 @@
|
|||||||
|
2006-04-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gbookmarkfile.c: Make the parser struct const.
|
||||||
|
|
||||||
2006-04-04 Behdad Esfahbod <behdad@gnome.org>
|
2006-04-04 Behdad Esfahbod <behdad@gnome.org>
|
||||||
|
|
||||||
* glib/gbookmarkfile.c: Fix accidentally broken build.
|
* glib/gbookmarkfile.c: Fix accidentally broken build.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2006-04-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gbookmarkfile.c: Make the parser struct const.
|
||||||
|
|
||||||
2006-04-04 Behdad Esfahbod <behdad@gnome.org>
|
2006-04-04 Behdad Esfahbod <behdad@gnome.org>
|
||||||
|
|
||||||
* glib/gbookmarkfile.c: Fix accidentally broken build.
|
* glib/gbookmarkfile.c: Fix accidentally broken build.
|
||||||
|
@ -1372,7 +1372,7 @@ text_raw_cb (GMarkupParseContext *context,
|
|||||||
g_free (payload);
|
g_free (payload);
|
||||||
}
|
}
|
||||||
|
|
||||||
static GMarkupParser markup_parser =
|
static const GMarkupParser markup_parser =
|
||||||
{
|
{
|
||||||
start_element_raw_cb, /* start_element */
|
start_element_raw_cb, /* start_element */
|
||||||
end_element_raw_cb, /* end_element */
|
end_element_raw_cb, /* end_element */
|
||||||
|
Loading…
Reference in New Issue
Block a user