Move allocator and memchunk docs from tmpl to .c

This commit is contained in:
Ryan Lortie
2010-01-30 22:58:43 -05:00
parent 3a161ee8f3
commit 4431ac5dda
5 changed files with 357 additions and 389 deletions

View File

@@ -175,11 +175,12 @@ g_timer_reset (GTimer *timer)
/**
* g_timer_continue:
* @timer: a #GTimer.
* @Since: 2.4
*
* Resumes a timer that has previously been stopped with
* g_timer_stop(). g_timer_stop() must be called before using this
* function.
*
* Since: 2.4
**/
void
g_timer_continue (GTimer *timer)