mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 18:36:17 +01:00
Merge branch 'getenv-nullable' into 'main'
Annotate `g_getenv()` and `g_environ_getenv()` return value as `nullable` See merge request GNOME/glib!2349
This commit is contained in:
commit
6d324cb081
@ -88,7 +88,7 @@ g_environ_find (gchar **envp,
|
||||
* Returns the value of the environment variable @variable in the
|
||||
* provided list @envp.
|
||||
*
|
||||
* Returns: (type filename): the value of the environment variable, or %NULL if
|
||||
* Returns: (type filename) (nullable): the value of the environment variable, or %NULL if
|
||||
* the environment variable is not set in @envp. The returned
|
||||
* string is owned by @envp, and will be freed if @variable is
|
||||
* set or unset again.
|
||||
@ -242,7 +242,7 @@ g_environ_unsetenv (gchar **envp,
|
||||
* On Windows, in case the environment variable's value contains
|
||||
* references to other environment variables, they are expanded.
|
||||
*
|
||||
* Returns: (type filename): the value of the environment variable, or %NULL if
|
||||
* Returns: (type filename) (nullable): the value of the environment variable, or %NULL if
|
||||
* the environment variable is not found. The returned string
|
||||
* may be overwritten by the next call to g_getenv(), g_setenv()
|
||||
* or g_unsetenv().
|
||||
|
Loading…
Reference in New Issue
Block a user