mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 15:38:44 +02:00
Remove definition of g_hash_table_freeze and g_hash_table_thaw. Instead
2001-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * ghash.c, ghash.h: Remove definition of g_hash_table_freeze and g_hash_table_thaw. Instead added G_DISABLE_DEPRECATED-guarded macros to ghash.h to go along the lines of the standard. * gscanner.c, gscanner.h: Dito for g_scanner_freeze_symbol_table and g_scanner_thaw_symbol_table. * gutils.c, gutils.h: Dito for g_dirname. g_basename is still defined in gutils.c, but declared ing gutils.h only G_DISABLE_DEPRECATED-guarded.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
4f5ea7fce3
commit
d52e5cd5cf
@@ -1,5 +1,16 @@
|
||||
2001-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* ghash.c, ghash.h: Remove definition of g_hash_table_freeze and
|
||||
g_hash_table_thaw. Instead added G_DISABLE_DEPRECATED-guarded
|
||||
macros to ghash.h to go along the lines of the standard.
|
||||
|
||||
* gscanner.c, gscanner.h: Dito for g_scanner_freeze_symbol_table
|
||||
and g_scanner_thaw_symbol_table.
|
||||
|
||||
* gutils.c, gutils.h: Dito for g_dirname. g_basename is still
|
||||
defined in gutils.c, but declared ing gutils.h only
|
||||
G_DISABLE_DEPRECATED-guarded.
|
||||
|
||||
* configure.in: Removed bashism in test for the pkg-config
|
||||
version.
|
||||
|
||||
|
Reference in New Issue
Block a user