match the signature in the implementation
authorjacob berkman <jacob@ximian.com>
Mon, 11 Feb 2002 16:28:59 +0000 (16:28 +0000)
committerJacob Berkman <jberkman@src.gnome.org>
Mon, 11 Feb 2002 16:28:59 +0000 (16:28 +0000)
2002-02-11  jacob berkman  <jacob@ximian.com>

* glib/gmarkup.h (g_markup_error_quark): match the signature in
the implementation

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gmarkup.h

index c3317b29dbc7668d26bc8d2eba7d41c0db248f06..4204d237afd7683c4f1adcfde9dca92124b38751 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-11  jacob berkman  <jacob@ximian.com>
+
+       * glib/gmarkup.h (g_markup_error_quark): match the signature in
+       the implementation
+
 2002-02-10  Hans Breuer  <hans@breuer.org>
 
        * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt
index c3317b29dbc7668d26bc8d2eba7d41c0db248f06..4204d237afd7683c4f1adcfde9dca92124b38751 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-11  jacob berkman  <jacob@ximian.com>
+
+       * glib/gmarkup.h (g_markup_error_quark): match the signature in
+       the implementation
+
 2002-02-10  Hans Breuer  <hans@breuer.org>
 
        * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt
index c3317b29dbc7668d26bc8d2eba7d41c0db248f06..4204d237afd7683c4f1adcfde9dca92124b38751 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-11  jacob berkman  <jacob@ximian.com>
+
+       * glib/gmarkup.h (g_markup_error_quark): match the signature in
+       the implementation
+
 2002-02-10  Hans Breuer  <hans@breuer.org>
 
        * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt
index c3317b29dbc7668d26bc8d2eba7d41c0db248f06..4204d237afd7683c4f1adcfde9dca92124b38751 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-11  jacob berkman  <jacob@ximian.com>
+
+       * glib/gmarkup.h (g_markup_error_quark): match the signature in
+       the implementation
+
 2002-02-10  Hans Breuer  <hans@breuer.org>
 
        * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt
index c3317b29dbc7668d26bc8d2eba7d41c0db248f06..4204d237afd7683c4f1adcfde9dca92124b38751 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-11  jacob berkman  <jacob@ximian.com>
+
+       * glib/gmarkup.h (g_markup_error_quark): match the signature in
+       the implementation
+
 2002-02-10  Hans Breuer  <hans@breuer.org>
 
        * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt
index c3317b29dbc7668d26bc8d2eba7d41c0db248f06..4204d237afd7683c4f1adcfde9dca92124b38751 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-11  jacob berkman  <jacob@ximian.com>
+
+       * glib/gmarkup.h (g_markup_error_quark): match the signature in
+       the implementation
+
 2002-02-10  Hans Breuer  <hans@breuer.org>
 
        * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt
index c3317b29dbc7668d26bc8d2eba7d41c0db248f06..4204d237afd7683c4f1adcfde9dca92124b38751 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-11  jacob berkman  <jacob@ximian.com>
+
+       * glib/gmarkup.h (g_markup_error_quark): match the signature in
+       the implementation
+
 2002-02-10  Hans Breuer  <hans@breuer.org>
 
        * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt
index c3317b29dbc7668d26bc8d2eba7d41c0db248f06..4204d237afd7683c4f1adcfde9dca92124b38751 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-11  jacob berkman  <jacob@ximian.com>
+
+       * glib/gmarkup.h (g_markup_error_quark): match the signature in
+       the implementation
+
 2002-02-10  Hans Breuer  <hans@breuer.org>
 
        * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt
index 3fba0d67717898eff46114e1c0a75a077fc3f0a8..2e533f24cfd8d802189f0d298a82a348231dfe7f 100644 (file)
@@ -40,7 +40,7 @@ typedef enum
 
 #define G_MARKUP_ERROR g_markup_error_quark ()
 
-GQuark g_markup_error_quark ();
+GQuark g_markup_error_quark (void);
 
 typedef enum
 {