mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-02 05:43:07 +02:00
touchups.
touchups.
This commit is contained in:
parent
55ec7f32a6
commit
61c2307387
@ -39,7 +39,6 @@ typedef gchar* (*GCompletionFunc) (gpointer);
|
|||||||
/* GCompletion
|
/* GCompletion
|
||||||
*/
|
*/
|
||||||
|
|
||||||
typedef int (*GCompletionStrcmpFunc)(const char *s1, const char *s2);
|
|
||||||
typedef int (*GCompletionStrncmpFunc)(const char *s1, const char *s2, size_t n);
|
typedef int (*GCompletionStrncmpFunc)(const char *s1, const char *s2, size_t n);
|
||||||
|
|
||||||
struct _GCompletion
|
struct _GCompletion
|
||||||
|
@ -39,7 +39,6 @@ typedef gchar* (*GCompletionFunc) (gpointer);
|
|||||||
/* GCompletion
|
/* GCompletion
|
||||||
*/
|
*/
|
||||||
|
|
||||||
typedef int (*GCompletionStrcmpFunc)(const char *s1, const char *s2);
|
|
||||||
typedef int (*GCompletionStrncmpFunc)(const char *s1, const char *s2, size_t n);
|
typedef int (*GCompletionStrncmpFunc)(const char *s1, const char *s2, size_t n);
|
||||||
|
|
||||||
struct _GCompletion
|
struct _GCompletion
|
||||||
|
@ -1263,8 +1263,8 @@ g_markup_parse_context_parse (GMarkupParseContext *context,
|
|||||||
if (context->parser->start_element)
|
if (context->parser->start_element)
|
||||||
(* context->parser->start_element) (context,
|
(* context->parser->start_element) (context,
|
||||||
start_name,
|
start_name,
|
||||||
(const gchar *)attr_names,
|
(const gchar **)attr_names,
|
||||||
(const gchar *)attr_values,
|
(const gchar **)attr_values,
|
||||||
context->user_data,
|
context->user_data,
|
||||||
&tmp_error);
|
&tmp_error);
|
||||||
|
|
||||||
|
@ -1263,8 +1263,8 @@ g_markup_parse_context_parse (GMarkupParseContext *context,
|
|||||||
if (context->parser->start_element)
|
if (context->parser->start_element)
|
||||||
(* context->parser->start_element) (context,
|
(* context->parser->start_element) (context,
|
||||||
start_name,
|
start_name,
|
||||||
(const gchar *)attr_names,
|
(const gchar **)attr_names,
|
||||||
(const gchar *)attr_values,
|
(const gchar **)attr_values,
|
||||||
context->user_data,
|
context->user_data,
|
||||||
&tmp_error);
|
&tmp_error);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user