mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
gmain: Fix some minor typos in the documentation
Signed-off-by: Philip Withnall <withnall@endlessm.com> Reviewed-by: nobody
This commit is contained in:
parent
e2bd6a6a8f
commit
9dd8e833ef
@ -4697,7 +4697,7 @@ g_timeout_source_new (guint interval)
|
||||
* The scheduling granularity/accuracy of this timeout source will be
|
||||
* in seconds.
|
||||
*
|
||||
* The interval given in terms of monotonic time, not wall clock time.
|
||||
* The interval given is in terms of monotonic time, not wall clock time.
|
||||
* See g_get_monotonic_time().
|
||||
*
|
||||
* Returns: the newly-created timeout source
|
||||
@ -4751,7 +4751,7 @@ g_timeout_source_new_seconds (guint interval)
|
||||
* context. You can do these steps manually if you need greater control or to
|
||||
* use a custom main context.
|
||||
*
|
||||
* The interval given in terms of monotonic time, not wall clock time.
|
||||
* The interval given is in terms of monotonic time, not wall clock time.
|
||||
* See g_get_monotonic_time().
|
||||
*
|
||||
* Returns: the ID (greater than 0) of the event source.
|
||||
|
Loading…
Reference in New Issue
Block a user