More string interning

This commit is contained in:
Matthias Clasen
2005-08-31 17:56:49 +00:00
parent 3a151501cc
commit 63b1b0c187
4 changed files with 34 additions and 29 deletions

View File

@@ -1,5 +1,10 @@
2005-08-31 Matthias Clasen <mclasen@redhat.com>
* gboxed.c:
* gparamspecs.c:
* gtype.c (g_type_init_with_debug_flags): Intern type name
before registering the types.
* gtype.h (G_DEFINE_TYPE_EXTENDED): Intern type name
before registering the type.