Small doc additions.

This commit is contained in:
Matthias Clasen
2003-07-30 19:00:36 +00:00
parent beca86c32b
commit b3814b0cdc
9 changed files with 40 additions and 4 deletions

View File

@@ -54,12 +54,30 @@ reasons this function can only be called once.
<!-- ##### FUNCTION g_getenv ##### -->
<para>
Returns an environment variable.
</para>
@variable: the environment variable to get.
@Returns: the value of the environment variable, or %NULL if the environment
variable is not found.
@variable:
@Returns:
<!-- ##### FUNCTION g_setenv ##### -->
<para>
</para>
@variable:
@value:
@overwrite:
@Returns:
<!-- ##### FUNCTION g_unsetenv ##### -->
<para>
</para>
@variable:
<!-- ##### FUNCTION g_get_user_name ##### -->