Update GTimer annotations

This commit is contained in:
badcel 2023-09-11 11:55:45 +02:00
parent a4a356e137
commit bd7bd87c8e
No known key found for this signature in database
GPG Key ID: 70A8373EEB2233E0

View File

@ -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)