mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-10 14:50:08 +02:00
Fix typos in doc comments. (#358421, Tom Tromey)
2006-10-01 Matthias Clasen <mclasen@redhat.com> * glib/gmain.c: Fix typos in doc comments. (#358421, Tom Tromey)
This commit is contained in:
parent
48876d7fb5
commit
3080ebdaa8
@ -1,3 +1,8 @@
|
|||||||
|
2006-10-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gmain.c: Fix typos in doc comments.
|
||||||
|
(#358421, Tom Tromey)
|
||||||
|
|
||||||
2006-09-30 Matthias Clasen <mclasen@redhat.com>
|
2006-09-30 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/pltcheck.sh: A script to check PLT entries.
|
* glib/pltcheck.sh: A script to check PLT entries.
|
||||||
|
@ -3931,7 +3931,7 @@ g_child_watch_source_init (void)
|
|||||||
* <literal>g_spawn...</literal> when the %G_SPAWN_DO_NOT_REAP_CHILD
|
* <literal>g_spawn...</literal> when the %G_SPAWN_DO_NOT_REAP_CHILD
|
||||||
* flag is used.
|
* flag is used.
|
||||||
*
|
*
|
||||||
* Note that on platforms where #GPid must be explicitely closed
|
* Note that on platforms where #GPid must be explicitly closed
|
||||||
* (see g_spawn_close_pid()) @pid must not be closed while the
|
* (see g_spawn_close_pid()) @pid must not be closed while the
|
||||||
* source is still active. Typically, you will want to call
|
* source is still active. Typically, you will want to call
|
||||||
* g_spawn_close_pid() in the callback function for the source.
|
* g_spawn_close_pid() in the callback function for the source.
|
||||||
@ -3977,7 +3977,7 @@ g_child_watch_source_new (GPid pid)
|
|||||||
* Sets a function to be called when the child indicated by @pid exits, at a
|
* Sets a function to be called when the child indicated by @pid exits, at a
|
||||||
* default priority, #G_PRIORITY_DEFAULT.
|
* default priority, #G_PRIORITY_DEFAULT.
|
||||||
*
|
*
|
||||||
* Note that on platforms where #GPid must be explicitely closed
|
* Note that on platforms where #GPid must be explicitly closed
|
||||||
* (see g_spawn_close_pid()) @pid must not be closed while the
|
* (see g_spawn_close_pid()) @pid must not be closed while the
|
||||||
* source is still active. Typically, you will want to call
|
* source is still active. Typically, you will want to call
|
||||||
* g_spawn_close_pid() in the callback function for the source.
|
* g_spawn_close_pid() in the callback function for the source.
|
||||||
@ -4021,7 +4021,7 @@ g_child_watch_add_full (gint priority,
|
|||||||
* Sets a function to be called when the child indicated by @pid exits, at a
|
* Sets a function to be called when the child indicated by @pid exits, at a
|
||||||
* default priority, #G_PRIORITY_DEFAULT.
|
* default priority, #G_PRIORITY_DEFAULT.
|
||||||
*
|
*
|
||||||
* Note that on platforms where #GPid must be explicitely closed
|
* Note that on platforms where #GPid must be explicitly closed
|
||||||
* (see g_spawn_close_pid()) @pid must not be closed while the
|
* (see g_spawn_close_pid()) @pid must not be closed while the
|
||||||
* source is still active. Typically, you will want to call
|
* source is still active. Typically, you will want to call
|
||||||
* g_spawn_close_pid() in the callback function for the source.
|
* g_spawn_close_pid() in the callback function for the source.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user