mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-24 08:06:52 +02:00
Fix a typo in the docs
svn path=/trunk/; revision=6930
This commit is contained in:
parent
9f64fa6fe9
commit
528094002f
@ -1,3 +1,7 @@
|
|||||||
|
2008-05-25 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gspawn.c: Fix a typo in the docs
|
||||||
|
|
||||||
2008-05-25 Tor Lillqvist <tml@novell.com>
|
2008-05-25 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
Bug 534319 - GLib's .pc files could use Libs.private
|
Bug 534319 - GLib's .pc files could use Libs.private
|
||||||
|
@ -583,7 +583,7 @@ g_spawn_sync (const gchar *working_directory,
|
|||||||
* If you are writing a GTK+ application, and the program you
|
* If you are writing a GTK+ application, and the program you
|
||||||
* are spawning is a graphical application, too, then you may
|
* are spawning is a graphical application, too, then you may
|
||||||
* want to use gdk_spawn_on_screen_with_pipes() instead to ensure that
|
* want to use gdk_spawn_on_screen_with_pipes() instead to ensure that
|
||||||
* the spawned program opens its windows no the right screen.
|
* the spawned program opens its windows on the right screen.
|
||||||
* </para></note>
|
* </para></note>
|
||||||
*
|
*
|
||||||
* Return value: %TRUE on success, %FALSE if an error was set
|
* Return value: %TRUE on success, %FALSE if an error was set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user