mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 00:46:16 +01:00
Fix a doc typo. (#427285, Jochen Baier)
2007-04-11 Matthias Clasen <mclasen@redhat.com> * glib/gspawn.c (g_spawn_async): Fix a doc typo. (#427285, Jochen Baier) svn path=/trunk/; revision=5446
This commit is contained in:
parent
3b6c740849
commit
613d81bcce
@ -1,3 +1,8 @@
|
||||
2007-04-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gspawn.c (g_spawn_async): Fix a doc typo. (#427285,
|
||||
Jochen Baier)
|
||||
|
||||
2007-04-11 Emmanuele Bassi <ebassi@gnome.org>
|
||||
|
||||
* glib/ghash.[ch]: Add g_hash_table_get_keys() and
|
||||
|
@ -89,7 +89,7 @@ g_spawn_error_quark (void)
|
||||
* If you are writing a GTK+ application, and the program you
|
||||
* are spawning is a graphical application, too, then you may
|
||||
* want to use gdk_spawn_on_screen() 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>
|
||||
*
|
||||
* Return value: %TRUE on success, %FALSE if error is set
|
||||
|
Loading…
Reference in New Issue
Block a user