diff options
author | Martin Pitt <martinpitt@gnome.org> | 2013-12-11 15:13:42 +0100 |
---|---|---|
committer | Martin Pitt <martinpitt@gnome.org> | 2013-12-11 15:13:42 +0100 |
commit | c1f22aa7ee718217b465d362235948272a09d677 (patch) | |
tree | c0dc28e33eb6cb3647983f38107c3621da5ea280 /gir/glib-2.0.c | |
parent | d355a386f8f03bdfacf6b48a8fccb0a4218cc4fa (diff) | |
download | gobject-introspection-c1f22aa7ee718217b465d362235948272a09d677.tar.gz |
Update glib annotations from git master
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r-- | gir/glib-2.0.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index 885afd01..3c3a1a63 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -15112,6 +15112,11 @@ * The encoding of the returned string is system defined. * On Windows, it is always UTF-8. * + * Since GLib 2.40, this function will return the value of the "PWD" + * environment variable if it is set and it happens to be the same as + * the current directory. This can make a difference in the case that + * the current directory is the target of a symbolic link. + * * Returns: the current directory */ |