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

@@ -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.