View | Details | Raw Unified | Return to bug 152555
Collapse All | Expand All

(-)gio/glib-compile-schemas.c (-2 / +2 lines)
Lines 1458-1464 Link Here
1458
}
1458
}
1459
/* Text {{{2 */
1459
/* Text {{{2 */
1460
static void
1460
static void
1461
text (GMarkupParseContext  *context,
1461
XXXtext (GMarkupParseContext  *context,
1462
      const gchar          *text,
1462
      const gchar          *text,
1463
      gsize                 text_len,
1463
      gsize                 text_len,
1464
      gpointer              user_data,
1464
      gpointer              user_data,
Lines 1590-1596 Link Here
1590
parse_gschema_files (gchar    **files,
1590
parse_gschema_files (gchar    **files,
1591
                     gboolean   strict)
1591
                     gboolean   strict)
1592
{
1592
{
1593
  GMarkupParser parser = { start_element, end_element, text };
1593
  GMarkupParser parser = { start_element, end_element, XXXtext };
1594
  ParseState state = { 0, };
1594
  ParseState state = { 0, };
1595
  const gchar *filename;
1595
  const gchar *filename;
1596
  GError *error = NULL;
1596
  GError *error = NULL;

Return to bug 152555