mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
Bug 562638 – GDebugKey key member should be const
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 *. svn path=/trunk/; revision=7709
This commit is contained in:
parent
a9df28d181
commit
6d0e4aa2cf
@ -1,3 +1,10 @@
|
||||
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 *.
|
||||
|
||||
2008-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 547264 – Missing "no flags" flag
|
||||
|
@ -189,7 +189,7 @@ G_CONST_RETURN gchar* g_get_user_special_dir (GUserDirectory directory);
|
||||
typedef struct _GDebugKey GDebugKey;
|
||||
struct _GDebugKey
|
||||
{
|
||||
gchar *key;
|
||||
const gchar *key;
|
||||
guint value;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user