mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
Fix typos
svn path=/trunk/; revision=5558
This commit is contained in:
parent
50cf599eb3
commit
b2d6494a5e
@ -1,3 +1,8 @@
|
|||||||
|
2007-06-14 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gmain.c (g_timeout_add_seconds): Fix doc typos. (#447534,
|
||||||
|
Vincent Untz)
|
||||||
|
|
||||||
2007-06-13 Behdad Esfahbod <behdad@gnome.org>
|
2007-06-13 Behdad Esfahbod <behdad@gnome.org>
|
||||||
|
|
||||||
* glib/pltcheck.sh: Whitelist g_atomic_{int,pointer}_[gs]et() as
|
* glib/pltcheck.sh: Whitelist g_atomic_{int,pointer}_[gs]et() as
|
||||||
|
@ -3671,8 +3671,8 @@ g_timeout_add (guint32 interval,
|
|||||||
*
|
*
|
||||||
* The grouping of timers to fire at the same time results in a more power
|
* The grouping of timers to fire at the same time results in a more power
|
||||||
* and CPU efficient behavior so if your timer is in multiples of seconds
|
* and CPU efficient behavior so if your timer is in multiples of seconds
|
||||||
* and you don't require the first timer exactly 1 second from now, the
|
* and you don't require the first timer exactly one second from now, the
|
||||||
* use of g_timeout_add_second() is prefered over g_timeout_add().
|
* use of g_timeout_add_seconds() is preferred over g_timeout_add().
|
||||||
*
|
*
|
||||||
* Return value: the ID (greater than 0) of the event source.
|
* Return value: the ID (greater than 0) of the event source.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user