mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-21 03:34:51 +02: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,
|
* stopped. The return value is the number of seconds elapsed,
|
||||||
* including any fractional part. The @microseconds out parameter is
|
* including any fractional part. The @microseconds out parameter is
|
||||||
* essentially useless.
|
* 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
|
gdouble
|
||||||
g_timer_elapsed (GTimer *timer,
|
g_timer_elapsed (GTimer *timer,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user