GNOME Bugzilla – Bug 492677
Misprint in specification of the interface "g_spawn_async_with_pipes"
Last modified: 2007-11-07 16:47:32 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
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)