mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Merge branch 'update-gtimer-annotations' into 'main'
Update GTimer annotations See merge request GNOME/glib!3573
This commit is contained in:
commit
57169dd92f
@ -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