Changes due to deprecation update.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Thu, 19 Apr 2001 14:50:44 +0000 (14:50 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Thu, 19 Apr 2001 14:50:44 +0000 (14:50 +0000)
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.

docs/reference/ChangeLog
docs/reference/glib/tmpl/hash_tables.sgml
docs/reference/glib/tmpl/misc_utils.sgml
docs/reference/glib/tmpl/scanner.sgml

index 7742f91..3e8ef0f 100644 (file)
@@ -1,3 +1,8 @@
+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
index 69909ff..59535ab 100644 (file)
@@ -204,17 +204,19 @@ It should return TRUE if the key/value pair should be removed from the
 @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: 
index e95f0b0..d6c999f 100644 (file)
@@ -103,7 +103,7 @@ string.
 @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.
@@ -115,7 +115,6 @@ If the file name has no directory components "." is returned.
 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.
 
 
index 1aeab65..2be0149 100644 (file)
@@ -304,7 +304,7 @@ Adds a symbol to the given scope.
 @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.
@@ -313,7 +313,7 @@ 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.