Changes due to deprecation update.

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.
This commit is contained in:
Sebastian Wilhelmi 2001-04-19 14:50:44 +00:00 committed by Sebastian Wilhelmi
parent d52e5cd5cf
commit 7ee286440d
4 changed files with 14 additions and 8 deletions

View 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> Mon Apr 16 12:18:26 2001 Owen Taylor <otaylor@redhat.com>
* {glib,gobject}/Makefile.am (tmpl-build.stamp): More tweaks * {glib,gobject}/Makefile.am (tmpl-build.stamp): More tweaks

View 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. @Returns: TRUE if the key/value pair should be removed from the #GHashTable.
<!-- ##### FUNCTION g_hash_table_freeze ##### --> <!-- ##### MACRO g_hash_table_freeze ##### -->
<para> <para>
This function is deprecated and will be removed in the next major
release of GLib. It does nothing.
</para> </para>
@hash_table: @hash_table:
<!-- ##### FUNCTION g_hash_table_thaw ##### --> <!-- ##### MACRO g_hash_table_thaw ##### -->
<para> <para>
This function is deprecated and will be removed in the next major
release of GLib. It does nothing.
</para> </para>
@hash_table: @hash_table:

View File

@ -103,7 +103,7 @@ string.
@Returns: the name of the file without any leading directory components. @Returns: the name of the file without any leading directory components.
<!-- ##### FUNCTION g_dirname ##### --> <!-- ##### MACRO g_dirname ##### -->
<para> <para>
This function is deprecated and will be removed in the next major This function is deprecated and will be removed in the next major
release of GLib. Use g_path_get_dirname() instead. 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. The returned string should be freed when no longer needed.
</para> </para>
@file_name: the name of the file.
@Returns: the directory components of the file. @Returns: the directory components of the file.

View File

@ -304,7 +304,7 @@ Adds a symbol to the given scope.
@symbol: @symbol:
<!-- ##### FUNCTION g_scanner_freeze_symbol_table ##### --> <!-- ##### MACRO g_scanner_freeze_symbol_table ##### -->
<para> <para>
This function is deprecated and will be removed in the next major This function is deprecated and will be removed in the next major
release of GLib. It does nothing. release of GLib. It does nothing.
@ -313,7 +313,7 @@ release of GLib. It does nothing.
@scanner: @scanner:
<!-- ##### FUNCTION g_scanner_thaw_symbol_table ##### --> <!-- ##### MACRO g_scanner_thaw_symbol_table ##### -->
<para> <para>
This function is deprecated and will be removed in the next major This function is deprecated and will be removed in the next major
release of GLib. It does nothing. release of GLib. It does nothing.