mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
Function to canonicalize parameter names. Faster than using g_strcanon().
2002-03-13 Alexander Larsson <alla@lysator.liu.se> * gparam.c (canonalize_key): Function to canonicalize parameter names. Faster than using g_strcanon(). (g_param_spec_internal, param_spec_ht_lookup): Use canonalize_key.
This commit is contained in:
committed by
Alexander Larsson
parent
738c1cfd6b
commit
f318cdcacb
@@ -1,10 +1,17 @@
|
||||
2002-03-13 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gparam.c (canonalize_key):
|
||||
Function to canonicalize parameter names. Faster than
|
||||
using g_strcanon().
|
||||
(g_param_spec_internal, param_spec_ht_lookup):
|
||||
Use canonalize_key.
|
||||
|
||||
2002-03-13 Erwann Chenede <erwann.chenede@sun.com>
|
||||
* gobject/gclosure.c
|
||||
* gobject/gobject.c
|
||||
* gobject/gsignal.c: fixed cast problems with function pointer
|
||||
to avoid warnings (with forte compiler) (#73898)
|
||||
|
||||
|
||||
2002-03-05 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gvaluetransform.c (g_value_transforms_init): don't try to
|
||||
|
Reference in New Issue
Block a user