From: jacob berkman Date: Mon, 11 Feb 2002 16:28:59 +0000 (+0000) Subject: match the signature in the implementation X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ed9ba133efbb5a1e370c0bef2181a64fcbb6c60c;p=dana%2Fcg-glib.git match the signature in the implementation 2002-02-11 jacob berkman * glib/gmarkup.h (g_markup_error_quark): match the signature in the implementation --- diff --git a/ChangeLog b/ChangeLog index c3317b29..4204d237 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-02-11 jacob berkman + + * glib/gmarkup.h (g_markup_error_quark): match the signature in + the implementation + 2002-02-10 Hans Breuer * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index c3317b29..4204d237 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2002-02-11 jacob berkman + + * glib/gmarkup.h (g_markup_error_quark): match the signature in + the implementation + 2002-02-10 Hans Breuer * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c3317b29..4204d237 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2002-02-11 jacob berkman + + * glib/gmarkup.h (g_markup_error_quark): match the signature in + the implementation + 2002-02-10 Hans Breuer * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index c3317b29..4204d237 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2002-02-11 jacob berkman + + * glib/gmarkup.h (g_markup_error_quark): match the signature in + the implementation + 2002-02-10 Hans Breuer * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index c3317b29..4204d237 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2002-02-11 jacob berkman + + * glib/gmarkup.h (g_markup_error_quark): match the signature in + the implementation + 2002-02-10 Hans Breuer * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index c3317b29..4204d237 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2002-02-11 jacob berkman + + * glib/gmarkup.h (g_markup_error_quark): match the signature in + the implementation + 2002-02-10 Hans Breuer * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index c3317b29..4204d237 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2002-02-11 jacob berkman + + * glib/gmarkup.h (g_markup_error_quark): match the signature in + the implementation + 2002-02-10 Hans Breuer * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index c3317b29..4204d237 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2002-02-11 jacob berkman + + * glib/gmarkup.h (g_markup_error_quark): match the signature in + the implementation + 2002-02-10 Hans Breuer * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt diff --git a/glib/gmarkup.h b/glib/gmarkup.h index 3fba0d67..2e533f24 100644 --- a/glib/gmarkup.h +++ b/glib/gmarkup.h @@ -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 {