glib r7709 - in trunk: . glib



Author: behdad
Date: Sat Nov 29 01:21:11 2008
New Revision: 7709
URL: http://svn.gnome.org/viewvc/glib?rev=7709&view=rev

Log:
2008-11-28  Behdad Esfahbod  <behdad gnome org>

        Bug 562638 â GDebugKey key member should be const

        * glib/gutils.h: Change GDebugKey key member from gchar * to
        const gchar *.



Modified:
   trunk/ChangeLog
   trunk/glib/gutils.h

Modified: trunk/glib/gutils.h
==============================================================================
--- trunk/glib/gutils.h	(original)
+++ trunk/glib/gutils.h	Sat Nov 29 01:21:11 2008
@@ -189,8 +189,8 @@
 typedef struct _GDebugKey	GDebugKey;
 struct _GDebugKey
 {
-  gchar *key;
-  guint	 value;
+  const gchar *key;
+  guint	       value;
 };
 
 /* Miscellaneous utility functions



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]