mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-02 02:40:07 +02:00
Add Windows notes to doc comment.
2006-06-14 Tor Lillqvist <tml@novell.com> * glib/gutils.c (g_listenv): Add Windows notes to doc comment.
This commit is contained in:
parent
cc37f43d1d
commit
fdc1c28a5e
@ -1,3 +1,7 @@
|
|||||||
|
2006-06-14 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
|
* glib/gutils.c (g_listenv): Add Windows notes to doc comment.
|
||||||
|
|
||||||
2006-06-12 Emmanuele Bassi <ebassi@cvs.gnome.org>
|
2006-06-12 Emmanuele Bassi <ebassi@cvs.gnome.org>
|
||||||
|
|
||||||
* glib/gbookmarkfile.h:
|
* glib/gbookmarkfile.h:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2006-06-14 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
|
* glib/gutils.c (g_listenv): Add Windows notes to doc comment.
|
||||||
|
|
||||||
2006-06-12 Emmanuele Bassi <ebassi@cvs.gnome.org>
|
2006-06-12 Emmanuele Bassi <ebassi@cvs.gnome.org>
|
||||||
|
|
||||||
* glib/gbookmarkfile.h:
|
* glib/gbookmarkfile.h:
|
||||||
|
@ -1399,6 +1399,13 @@ g_unsetenv (const gchar *variable)
|
|||||||
* Returns: a %NULL-terminated list of strings which must be freed
|
* Returns: a %NULL-terminated list of strings which must be freed
|
||||||
* with g_strfreev().
|
* with g_strfreev().
|
||||||
*
|
*
|
||||||
|
* Programs that want to be portable to Windows should typically use
|
||||||
|
* this function and g_getenv() instead of using the environ array
|
||||||
|
* from the C library directly. On Windows, the strings in the environ
|
||||||
|
* array are in system codepage encoding, while in most of the typical
|
||||||
|
* use cases for environment variables in GLib-using programs you want
|
||||||
|
* the UTF-8 encoding that this function and g_getenv() provide.
|
||||||
|
*
|
||||||
* Since: 2.8
|
* Since: 2.8
|
||||||
*/
|
*/
|
||||||
gchar **
|
gchar **
|
||||||
|
Loading…
x
Reference in New Issue
Block a user