mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-07 19:35:50 +01:00
Mention that the second parameter of g_timer_elapsed can be NULL (#333916,
2006-03-09 Matthias Clasen <mclasen@redhat.com> * glib/templ/timers.sgml: Mention that the second parameter of g_timer_elapsed can be NULL (#333916, Christian Neumair)
This commit is contained in:
parent
0b8901daee
commit
ee0dfe573e
@ -1,3 +1,9 @@
|
|||||||
|
2006-03-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/templ/timers.sgml: Mention that the second
|
||||||
|
parameter of g_timer_elapsed can be NULL (#333916,
|
||||||
|
Christian Neumair)
|
||||||
|
|
||||||
2006-03-07 Matthias Clasen <mclasen@redhat.com>
|
2006-03-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.10.1 ===
|
* === Released 2.10.1 ===
|
||||||
|
@ -75,9 +75,9 @@ out parameter is essentially useless.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@timer: a #GTimer.
|
@timer: a #GTimer.
|
||||||
@microseconds: fractional part of seconds elapsed, in microseconds
|
@microseconds: return location for the fractional part of seconds elapsed,
|
||||||
(that is, the total number of microseconds elapsed, modulo
|
in microseconds (that is, the total number of microseconds elapsed, modulo
|
||||||
1000000)
|
1000000), or %NULL
|
||||||
@Returns: seconds elapsed as a floating point value, including
|
@Returns: seconds elapsed as a floating point value, including
|
||||||
any fractional part.
|
any fractional part.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user