mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
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:
parent
d52e5cd5cf
commit
7ee286440d
@ -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
|
||||||
|
@ -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:
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user