Removed the win32 limitation.

2000-10-27  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* glib/tmpl/misc_utils.sgml: Removed the win32 limitation.
This commit is contained in:
Sebastian Wilhelmi 2000-10-27 12:53:05 +00:00 committed by Sebastian Wilhelmi
parent bf590bce72
commit e6dfecacc0
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2000-10-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2000-10-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/tmpl/misc_utils.sgml: Removed the win32 limitation.
* glib/glib-sections.txt, glib/tmpl/hash_tables.sgml, * glib/glib-sections.txt, glib/tmpl/hash_tables.sgml,
glib/tmpl/macros_misc.sgml, glib/tmpl/misc_utils.sgml, glib/tmpl/macros_misc.sgml, glib/tmpl/misc_utils.sgml,
glib/tmpl/scanner.sgml: Document the recently deprecated functions glib/tmpl/scanner.sgml: Document the recently deprecated functions

View File

@ -36,8 +36,6 @@ Sets the name of the program.
<!-- ##### FUNCTION g_getenv ##### --> <!-- ##### FUNCTION g_getenv ##### -->
<para> <para>
Returns an environment variable. Returns an environment variable.
On windows systems the returned value is only valid until the next call to
g_getenv().
</para> </para>
@variable: the environment variable to get. @variable: the environment variable to get.