diff options
Diffstat (limited to 'gdk/gdkframeclock.c')
-rw-r--r-- | gdk/gdkframeclock.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gdk/gdkframeclock.c b/gdk/gdkframeclock.c index 5e329304ab..a1f20c40e9 100644 --- a/gdk/gdkframeclock.c +++ b/gdk/gdkframeclock.c @@ -265,7 +265,6 @@ gdk_frame_clock_init (GdkFrameClock *clock) * the actual previous frame time, or if that’s too old, an updated * time. * - * Since: 3.8 * Returns: a timestamp in microseconds, in the timescale of * of g_get_monotonic_time(). */ @@ -292,8 +291,6 @@ gdk_frame_clock_get_frame_time (GdkFrameClock *frame_clock) * you should use gdk_frame_clock_begin_updating() instead, since * this allows GTK+ to adjust system parameters to get maximally * smooth animations. - * - * Since: 3.8 */ void gdk_frame_clock_request_phase (GdkFrameClock *frame_clock, @@ -314,8 +311,6 @@ gdk_frame_clock_request_phase (GdkFrameClock *frame_clock, * This function may be called multiple times and frames will be * requested until gdk_frame_clock_end_updating() is called the same * number of times. - * - * Since: 3.8 */ void gdk_frame_clock_begin_updating (GdkFrameClock *frame_clock) @@ -331,8 +326,6 @@ gdk_frame_clock_begin_updating (GdkFrameClock *frame_clock) * * Stops updates for an animation. See the documentation for * gdk_frame_clock_begin_updating(). - * - * Since: 3.8 */ void gdk_frame_clock_end_updating (GdkFrameClock *frame_clock) @@ -369,7 +362,6 @@ _gdk_frame_clock_thaw (GdkFrameClock *clock) * Returns: inside frame processing, the value of the frame counter * for the current frame. Outside of frame processing, the frame * counter for the last frame. - * Since: 3.8 */ gint64 gdk_frame_clock_get_frame_counter (GdkFrameClock *frame_clock) @@ -397,7 +389,6 @@ gdk_frame_clock_get_frame_counter (GdkFrameClock *frame_clock) * Returns: the frame counter value for the oldest frame * that is available in the internal frame history of the * #GdkFrameClock. - * Since: 3.8 */ gint64 gdk_frame_clock_get_history_start (GdkFrameClock *frame_clock) @@ -452,7 +443,6 @@ _gdk_frame_clock_begin_frame (GdkFrameClock *frame_clock) * Returns: (nullable): the #GdkFrameTimings object for the specified * frame, or %NULL if it is not available. See * gdk_frame_clock_get_history_start(). - * Since: 3.8 */ GdkFrameTimings * gdk_frame_clock_get_timings (GdkFrameClock *frame_clock, @@ -486,7 +476,6 @@ gdk_frame_clock_get_timings (GdkFrameClock *frame_clock, * being processed, or even no frame is being processed, for the * previous frame. Before any frames have been processed, returns * %NULL. - * Since: 3.8 */ GdkFrameTimings * gdk_frame_clock_get_current_timings (GdkFrameClock *frame_clock) @@ -560,8 +549,6 @@ _gdk_frame_clock_debug_print_timings (GdkFrameClock *clock, * presentation times are separated by the refresh interval, * predicts a presentation time that is a multiple of the refresh * interval after the last presentation time, and later than @base_time. - * - * Since: 3.8 */ void gdk_frame_clock_get_refresh_info (GdkFrameClock *frame_clock, |