mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 22:46:15 +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
|
* Creates a new timer, and starts timing (i.e. g_timer_start() is
|
||||||
* implicitly called for you).
|
* implicitly called for you).
|
||||||
*
|
*
|
||||||
* Returns: a new #GTimer.
|
* Returns: (transfer full): a new #GTimer.
|
||||||
**/
|
**/
|
||||||
GTimer*
|
GTimer*
|
||||||
g_timer_new (void)
|
g_timer_new (void)
|
||||||
|
Loading…
Reference in New Issue
Block a user