mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
Update GTimer annotations
This commit is contained in:
parent
a4a356e137
commit
bd7bd87c8e
@ -81,12 +81,12 @@ struct _GTimer
|
||||
};
|
||||
|
||||
/**
|
||||
* g_timer_new:
|
||||
* g_timer_new: (constructor)
|
||||
*
|
||||
* Creates a new timer, and starts timing (i.e. g_timer_start() is
|
||||
* implicitly called for you).
|
||||
*
|
||||
* Returns: a new #GTimer.
|
||||
* Returns: (transfer full): a new #GTimer.
|
||||
**/
|
||||
GTimer*
|
||||
g_timer_new (void)
|
||||
|
Loading…
Reference in New Issue
Block a user