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-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>
* === Released 2.10.1 ===
</para>
@timer: a #GTimer.
-@microseconds: fractional part of seconds elapsed, in microseconds
- (that is, the total number of microseconds elapsed, modulo
- 1000000)
+@microseconds: return location for the fractional part of seconds elapsed,
+ in microseconds (that is, the total number of microseconds elapsed, modulo
+ 1000000), or %NULL
@Returns: seconds elapsed as a floating point value, including
any fractional part.