Add proper annotation for gdk_frame_clock_get_refresh_info

See https://gitlab.gnome.org/GNOME/gtk/issues/77
This commit is contained in:
Sander Sweers 2018-03-12 14:29:09 +01:00
parent 72ed0c9539
commit f0bea1ab1d
No known key found for this signature in database
GPG Key ID: 25A595AEC7EAE458

View File

@ -541,10 +541,10 @@ _gdk_frame_clock_debug_print_timings (GdkFrameClock *clock,
* gdk_frame_clock_get_refresh_info:
* @frame_clock: a #GdkFrameClock
* @base_time: base time for determining a presentaton time
* @refresh_interval_return: a location to store the determined refresh
* interval, or %NULL. A default refresh interval of 1/60th of
* a second will be stored if no history is present.
* @presentation_time_return: a location to store the next
* @refresh_interval_return: (out) (optional): a location to store the
* determined refresh interval, or %NULL. A default refresh interval of
* 1/60th of a second will be stored if no history is present.
* @presentation_time_return: (out): a location to store the next
* candidate presentation time after the given base time.
* 0 will be will be stored if no history is present.
*