mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
Move allocator and memchunk docs from tmpl to .c
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user