touchups.
authorElliot Lee <sopwith@src.gnome.org>
Wed, 29 Nov 2000 16:25:36 +0000 (16:25 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Wed, 29 Nov 2000 16:25:36 +0000 (16:25 +0000)
touchups.

gcompletion.h
glib/gcompletion.h
glib/gmarkup.c
gmarkup.c

index 6ad6533..83b243b 100644 (file)
@@ -39,7 +39,6 @@ typedef gchar*          (*GCompletionFunc)      (gpointer);
 /* GCompletion
  */
 
-typedef int (*GCompletionStrcmpFunc)(const char *s1, const char *s2);
 typedef int (*GCompletionStrncmpFunc)(const char *s1, const char *s2, size_t n);
 
 struct _GCompletion
index 6ad6533..83b243b 100644 (file)
@@ -39,7 +39,6 @@ typedef gchar*          (*GCompletionFunc)      (gpointer);
 /* GCompletion
  */
 
-typedef int (*GCompletionStrcmpFunc)(const char *s1, const char *s2);
 typedef int (*GCompletionStrncmpFunc)(const char *s1, const char *s2, size_t n);
 
 struct _GCompletion
index 58f9438..0160d8c 100644 (file)
@@ -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);
 
index 58f9438..0160d8c 100644 (file)
--- a/gmarkup.c
+++ b/gmarkup.c
@@ -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);