mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 11:44:03 +02:00
gtestutils: Mention the unit used for the test timer
This commit is contained in:
@@ -1900,9 +1900,10 @@ g_test_timer_start (void)
|
|||||||
/**
|
/**
|
||||||
* g_test_timer_elapsed:
|
* 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
|
* Since: 2.16
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user