+2001-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * glib/tmpl/hash_tables.sgml, glib/tmpl/misc_utils.sgml,
+ glib/tmpl/scanner.sgml: Changes due to deprecation update.
+
Mon Apr 16 12:18:26 2001 Owen Taylor <otaylor@redhat.com>
* {glib,gobject}/Makefile.am (tmpl-build.stamp): More tweaks
@Returns: TRUE if the key/value pair should be removed from the #GHashTable.
-<!-- ##### FUNCTION g_hash_table_freeze ##### -->
+<!-- ##### MACRO g_hash_table_freeze ##### -->
<para>
-
+This function is deprecated and will be removed in the next major
+ release of GLib. It does nothing.
</para>
@hash_table:
-<!-- ##### FUNCTION g_hash_table_thaw ##### -->
+<!-- ##### MACRO g_hash_table_thaw ##### -->
<para>
-
+This function is deprecated and will be removed in the next major
+ release of GLib. It does nothing.
</para>
@hash_table:
@Returns: the name of the file without any leading directory components.
-<!-- ##### FUNCTION g_dirname ##### -->
+<!-- ##### MACRO g_dirname ##### -->
<para>
This function is deprecated and will be removed in the next major
release of GLib. Use g_path_get_dirname() instead.
The returned string should be freed when no longer needed.
</para>
-@file_name: the name of the file.
@Returns: the directory components of the file.
@symbol:
-<!-- ##### FUNCTION g_scanner_freeze_symbol_table ##### -->
+<!-- ##### MACRO g_scanner_freeze_symbol_table ##### -->
<para>
This function is deprecated and will be removed in the next major
release of GLib. It does nothing.
@scanner:
-<!-- ##### FUNCTION g_scanner_thaw_symbol_table ##### -->
+<!-- ##### MACRO g_scanner_thaw_symbol_table ##### -->
<para>
This function is deprecated and will be removed in the next major
release of GLib. It does nothing.