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

@@ -421,9 +421,9 @@ g_vsnprintf (gchar *str,
}
guint
g_parse_debug_string (const gchar *string,
GDebugKey *keys,
guint nkeys)
g_parse_debug_string (const gchar *string,
const GDebugKey *keys,
guint nkeys)
{
guint i;
guint result = 0;