mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
const correctness fixes, found by Arjan van de Ven and gcc.
2005-11-17 Matthias Clasen <mclasen@redhat.com> * glib/gbacktrace.c: * glib/gdate.c: * glib/gthread.c: const correctness fixes, found by Arjan van de Ven and gcc.
This commit is contained in:
committed by
Matthias Clasen
parent
cac3d6ea8d
commit
92ea153ae9
@@ -1,3 +1,8 @@
|
||||
2005-11-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib-genmarshal.c: const correctness fixes, found
|
||||
by Arjan van de Ven and gcc.
|
||||
|
||||
Tue Nov 1 17:07:43 2005 Tim Janik <timj@imendio.com>
|
||||
|
||||
* gsignal.c: allocate signal handlers and handler match structures
|
||||
|
@@ -115,7 +115,7 @@ static GScannerConfig scanner_config_template =
|
||||
FALSE /* symbol_2_token */,
|
||||
FALSE /* scope_0_fallback */,
|
||||
};
|
||||
static gchar *std_marshaller_prefix = "g_cclosure_marshal";
|
||||
static gchar * const std_marshaller_prefix = "g_cclosure_marshal";
|
||||
static gchar *marshaller_prefix = "g_cclosure_user_marshal";
|
||||
static GHashTable *marshallers = NULL;
|
||||
static gboolean gen_cheader = FALSE;
|
||||
|
Reference in New Issue
Block a user