mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 22:23:39 +02:00
touchups.
touchups.
This commit is contained in:
@@ -1263,8 +1263,8 @@ g_markup_parse_context_parse (GMarkupParseContext *context,
|
||||
if (context->parser->start_element)
|
||||
(* context->parser->start_element) (context,
|
||||
start_name,
|
||||
(const gchar *)attr_names,
|
||||
(const gchar *)attr_values,
|
||||
(const gchar **)attr_names,
|
||||
(const gchar **)attr_values,
|
||||
context->user_data,
|
||||
&tmp_error);
|
||||
|
||||
|
Reference in New Issue
Block a user