mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-26 19:08:57 +02: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:
@@ -4697,7 +4697,7 @@ g_timeout_source_new (guint interval)
|
|||||||
* The scheduling granularity/accuracy of this timeout source will be
|
* The scheduling granularity/accuracy of this timeout source will be
|
||||||
* in seconds.
|
* 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().
|
* See g_get_monotonic_time().
|
||||||
*
|
*
|
||||||
* Returns: the newly-created timeout source
|
* 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
|
* context. You can do these steps manually if you need greater control or to
|
||||||
* use a custom main context.
|
* 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().
|
* See g_get_monotonic_time().
|
||||||
*
|
*
|
||||||
* Returns: the ID (greater than 0) of the event source.
|
* Returns: the ID (greater than 0) of the event source.
|
||||||
|
Reference in New Issue
Block a user