mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 12:41:50 +01:00
Clarify the docs. (#162747, Crispin Flowerday)
2005-01-02 Matthias Clasen <mclasen@redhat.com> * glib/gutils.c (g_setenv, g_unsetenv): Clarify the docs. (#162747, Crispin Flowerday)
This commit is contained in:
parent
572e8b2756
commit
59e5059f05
@ -1,3 +1,8 @@
|
|||||||
|
2005-01-02 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gutils.c (g_setenv, g_unsetenv): Clarify the
|
||||||
|
docs. (#162747, Crispin Flowerday)
|
||||||
|
|
||||||
2005-01-01 J. Ali Harlow <ali@juiblex.co.uk>
|
2005-01-01 J. Ali Harlow <ali@juiblex.co.uk>
|
||||||
|
|
||||||
* configure.in: Don't use AC_TRY_RUN to test for long long format
|
* configure.in: Don't use AC_TRY_RUN to test for long long format
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-01-02 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gutils.c (g_setenv, g_unsetenv): Clarify the
|
||||||
|
docs. (#162747, Crispin Flowerday)
|
||||||
|
|
||||||
2005-01-01 J. Ali Harlow <ali@juiblex.co.uk>
|
2005-01-01 J. Ali Harlow <ali@juiblex.co.uk>
|
||||||
|
|
||||||
* configure.in: Don't use AC_TRY_RUN to test for long long format
|
* configure.in: Don't use AC_TRY_RUN to test for long long format
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-01-02 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gutils.c (g_setenv, g_unsetenv): Clarify the
|
||||||
|
docs. (#162747, Crispin Flowerday)
|
||||||
|
|
||||||
2005-01-01 J. Ali Harlow <ali@juiblex.co.uk>
|
2005-01-01 J. Ali Harlow <ali@juiblex.co.uk>
|
||||||
|
|
||||||
* configure.in: Don't use AC_TRY_RUN to test for long long format
|
* configure.in: Don't use AC_TRY_RUN to test for long long format
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-01-02 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gutils.c (g_setenv, g_unsetenv): Clarify the
|
||||||
|
docs. (#162747, Crispin Flowerday)
|
||||||
|
|
||||||
2005-01-01 J. Ali Harlow <ali@juiblex.co.uk>
|
2005-01-01 J. Ali Harlow <ali@juiblex.co.uk>
|
||||||
|
|
||||||
* configure.in: Don't use AC_TRY_RUN to test for long long format
|
* configure.in: Don't use AC_TRY_RUN to test for long long format
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-01-02 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gutils.c (g_setenv, g_unsetenv): Clarify the
|
||||||
|
docs. (#162747, Crispin Flowerday)
|
||||||
|
|
||||||
2005-01-01 J. Ali Harlow <ali@juiblex.co.uk>
|
2005-01-01 J. Ali Harlow <ali@juiblex.co.uk>
|
||||||
|
|
||||||
* configure.in: Don't use AC_TRY_RUN to test for long long format
|
* configure.in: Don't use AC_TRY_RUN to test for long long format
|
||||||
|
@ -1035,8 +1035,8 @@ g_getenv (const gchar *variable)
|
|||||||
* they can be any sequence of bytes. On Windows, they should be in
|
* they can be any sequence of bytes. On Windows, they should be in
|
||||||
* UTF-8.
|
* UTF-8.
|
||||||
*
|
*
|
||||||
* Note that on some systems, the memory used for the variable and its value
|
* Note that on some systems, when variables are overwritten, the memory
|
||||||
* can't be reclaimed later.
|
* used for the previous variables and its value isn't reclaimed.
|
||||||
*
|
*
|
||||||
* Returns: %FALSE if the environment variable couldn't be set.
|
* Returns: %FALSE if the environment variable couldn't be set.
|
||||||
*
|
*
|
||||||
@ -1149,8 +1149,9 @@ extern char **environ;
|
|||||||
*
|
*
|
||||||
* Removes an environment variable from the environment.
|
* Removes an environment variable from the environment.
|
||||||
*
|
*
|
||||||
* Note that on some systems, the memory used for the variable and its value
|
* Note that on some systems, when variables are overwritten, the memory
|
||||||
* can't be reclaimed. Furthermore, this function can't be guaranteed to operate in a
|
* used for the previous variables and its value isn't reclaimed.
|
||||||
|
* Furthermore, this function can't be guaranteed to operate in a
|
||||||
* threadsafe way.
|
* threadsafe way.
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
|
Loading…
Reference in New Issue
Block a user