mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 02:16:17 +01:00
Merge branch 'wip/hadess/timer-docs' into 'main'
gtestutils: Mention the unit used for the test timer See merge request GNOME/glib!2378
This commit is contained in:
commit
6fd53df562
@ -1923,9 +1923,10 @@ g_test_timer_start (void)
|
||||
/**
|
||||
* g_test_timer_elapsed:
|
||||
*
|
||||
* Get the time since the last start of the timer with g_test_timer_start().
|
||||
* Get the number of seconds since the last start of the timer with
|
||||
* g_test_timer_start().
|
||||
*
|
||||
* Returns: the time since the last start of the timer, as a double
|
||||
* Returns: the time since the last start of the timer in seconds, as a double
|
||||
*
|
||||
* Since: 2.16
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user