After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 492677 - Misprint in specification of the interface "g_spawn_async_with_pipes"
Misprint in specification of the interface "g_spawn_async_with_pipes"
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
2.14.x
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-11-02 12:18 UTC by Areg Beketovski
Modified: 2007-11-07 16:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Areg Beketovski 2007-11-02 12:18:27 UTC
Documentation 
Section: http://www.gtk.org/api/2.6/glib/glib-Spawning-Processes.html#g-spawn-async-with-pipes
Unicode characters that are not part of the system codepage passed in argument vectors will be correctly available in the spawned program only if it uses wide character API to retrieve its command line.

Correct version:
Unicode characters that are not part of the system codepage passed in argument vector will be correctly available in the spawned program only if it uses wide character API to retrieve its command line.

Other information:
The detailed issue description can be found at:

http://linuxtesting.org/results/report?num=D0051
Comment 1 Matthias Clasen 2007-11-07 16:47:32 UTC
2007-11-07  Matthias Clasen <mclasen@redhat.com>

        * glib/gspawn.c (g_spawn_async_with_pipes): Slightly improve
        the wording of the docs.  (#492677, Areg Beketovski)