Re: glib: GTimer patch for elapsed time
- From: "Matthias Clasen" <Matthias Clasen poet de>
- To: Gavin Baker <gavinb antonym org>
- Cc: gtk-devel-list gnome org
- Subject: Re: glib: GTimer patch for elapsed time
- Date: Mon, 15 Jul 2002 15:59:54 +0200
> In the process, I also added docstrings for all the functions,
> that are consistent with the API reference on the web. I can update the
> web reference if someone tells me where the source lives.
Its autogenerated from the docstrings, no need for furher action. But your
doc comments are missing documentation for the return values of non-void
functions. It should look like this:
/**
* g_timer_new:
* @returns: a new #GTimer
*
* Creates a new GTimer, and starts timing (ie. a #g_timer_start()
* is implicitly called for you).
**/
Matthias
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]