mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
gtimer: remove warnings about threads
GTimer no longer uses the thread system for time information and g_thread_init() no longer does anything, so remove the doubly-untrue warning about these topics. https://bugzilla.gnome.org/show_bug.cgi?id=527214
This commit is contained in:
parent
e3be556728
commit
6b566e1d0b
@ -213,11 +213,6 @@ g_timer_continue (GTimer *timer)
|
||||
* stopped. The return value is the number of seconds elapsed,
|
||||
* including any fractional part. The @microseconds out parameter is
|
||||
* essentially useless.
|
||||
*
|
||||
* <warning><para>
|
||||
* Calling initialization functions, in particular g_thread_init(), while a
|
||||
* timer is running will cause invalid return values from this function.
|
||||
* </para></warning>
|
||||
**/
|
||||
gdouble
|
||||
g_timer_elapsed (GTimer *timer,
|
||||
|
Loading…
Reference in New Issue
Block a user