make GDebugKeys argument const

2001-03-23  Havoc Pennington  <hp@redhat.com>

	* gutils.c (g_parse_debug_string): make GDebugKeys argument
	const
This commit is contained in:
Havoc Pennington 2001-04-16 15:04:17 +00:00 committed by Havoc Pennington
parent 085254349a
commit f2faafacb9
12 changed files with 54 additions and 12 deletions

View File

@ -1,3 +1,8 @@
2001-03-23 Havoc Pennington <hp@redhat.com>
* gutils.c (g_parse_debug_string): make GDebugKeys argument
const
2001-04-14 Hans Breuer <hans@breuer.org> 2001-04-14 Hans Breuer <hans@breuer.org>
* glib.def : * glib.def :

View File

@ -1,3 +1,8 @@
2001-03-23 Havoc Pennington <hp@redhat.com>
* gutils.c (g_parse_debug_string): make GDebugKeys argument
const
2001-04-14 Hans Breuer <hans@breuer.org> 2001-04-14 Hans Breuer <hans@breuer.org>
* glib.def : * glib.def :

View File

@ -1,3 +1,8 @@
2001-03-23 Havoc Pennington <hp@redhat.com>
* gutils.c (g_parse_debug_string): make GDebugKeys argument
const
2001-04-14 Hans Breuer <hans@breuer.org> 2001-04-14 Hans Breuer <hans@breuer.org>
* glib.def : * glib.def :

View File

@ -1,3 +1,8 @@
2001-03-23 Havoc Pennington <hp@redhat.com>
* gutils.c (g_parse_debug_string): make GDebugKeys argument
const
2001-04-14 Hans Breuer <hans@breuer.org> 2001-04-14 Hans Breuer <hans@breuer.org>
* glib.def : * glib.def :

View File

@ -1,3 +1,8 @@
2001-03-23 Havoc Pennington <hp@redhat.com>
* gutils.c (g_parse_debug_string): make GDebugKeys argument
const
2001-04-14 Hans Breuer <hans@breuer.org> 2001-04-14 Hans Breuer <hans@breuer.org>
* glib.def : * glib.def :

View File

@ -1,3 +1,8 @@
2001-03-23 Havoc Pennington <hp@redhat.com>
* gutils.c (g_parse_debug_string): make GDebugKeys argument
const
2001-04-14 Hans Breuer <hans@breuer.org> 2001-04-14 Hans Breuer <hans@breuer.org>
* glib.def : * glib.def :

View File

@ -1,3 +1,8 @@
2001-03-23 Havoc Pennington <hp@redhat.com>
* gutils.c (g_parse_debug_string): make GDebugKeys argument
const
2001-04-14 Hans Breuer <hans@breuer.org> 2001-04-14 Hans Breuer <hans@breuer.org>
* glib.def : * glib.def :

View File

@ -1,3 +1,8 @@
2001-03-23 Havoc Pennington <hp@redhat.com>
* gutils.c (g_parse_debug_string): make GDebugKeys argument
const
2001-04-14 Hans Breuer <hans@breuer.org> 2001-04-14 Hans Breuer <hans@breuer.org>
* glib.def : * glib.def :

View File

@ -422,7 +422,7 @@ g_vsnprintf (gchar *str,
guint guint
g_parse_debug_string (const gchar *string, g_parse_debug_string (const gchar *string,
GDebugKey *keys, const GDebugKey *keys,
guint nkeys) guint nkeys)
{ {
guint i; guint i;

View File

@ -131,8 +131,9 @@ struct _GDebugKey
/* Miscellaneous utility functions /* Miscellaneous utility functions
*/ */
guint g_parse_debug_string (const gchar *string, guint g_parse_debug_string (const gchar *string,
GDebugKey *keys, const GDebugKey *keys,
guint nkeys); guint nkeys);
gint g_snprintf (gchar *string, gint g_snprintf (gchar *string,
gulong n, gulong n,
gchar const *format, gchar const *format,

View File

@ -422,7 +422,7 @@ g_vsnprintf (gchar *str,
guint guint
g_parse_debug_string (const gchar *string, g_parse_debug_string (const gchar *string,
GDebugKey *keys, const GDebugKey *keys,
guint nkeys) guint nkeys)
{ {
guint i; guint i;

View File

@ -131,8 +131,9 @@ struct _GDebugKey
/* Miscellaneous utility functions /* Miscellaneous utility functions
*/ */
guint g_parse_debug_string (const gchar *string, guint g_parse_debug_string (const gchar *string,
GDebugKey *keys, const GDebugKey *keys,
guint nkeys); guint nkeys);
gint g_snprintf (gchar *string, gint g_snprintf (gchar *string,
gulong n, gulong n,
gchar const *format, gchar const *format,