mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Fix g_usleep docs.
2001-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib/tmpl/date.sgml: Fix g_usleep docs.
This commit is contained in:
parent
ddc45b8892
commit
0d189bad07
@ -1,3 +1,7 @@
|
||||
2001-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/tmpl/date.sgml: Fix g_usleep docs.
|
||||
|
||||
2001-11-26 Matthias Clasen <matthiasc@poet.de>
|
||||
|
||||
* glib/tmpl/trees-binary.sgml: Document G_LEVEL_ORDER better.
|
||||
|
@ -92,10 +92,11 @@ Win32. Returns the current time.
|
||||
|
||||
<!-- ##### FUNCTION g_usleep ##### -->
|
||||
<para>
|
||||
Pauses the program for the given number of microseconds. There are 1 million
|
||||
microseconds per second (represented by the #G_USEC_PER_SEC macro). g_usleep()
|
||||
may have limited precision, depending on hardware and operating system; don't
|
||||
rely on the exact length of the sleep.
|
||||
Pauses the current thread for the given number of microseconds. There
|
||||
are 1 million microseconds per second (represented by the
|
||||
#G_USEC_PER_SEC macro). g_usleep() may have limited precision,
|
||||
depending on hardware and operating system; don't rely on the exact
|
||||
length of the sleep.
|
||||
</para>
|
||||
|
||||
@microseconds: number of microseconds to pause.
|
||||
|
Loading…
Reference in New Issue
Block a user