docs: Fix Since tag for frame clock functions
This commit is contained in:
@ -2676,6 +2676,7 @@ gtk_style_context_set_frame_clock (GtkStyleContext *context,
|
|||||||
*
|
*
|
||||||
* Returns: (transfer none): a #GdkFrameClock, or %NULL
|
* Returns: (transfer none): a #GdkFrameClock, or %NULL
|
||||||
* if @context does not have an attached frame clock.
|
* if @context does not have an attached frame clock.
|
||||||
|
*
|
||||||
* Since: 3.8
|
* Since: 3.8
|
||||||
**/
|
**/
|
||||||
GdkFrameClock *
|
GdkFrameClock *
|
||||||
|
@ -5178,7 +5178,7 @@ gtk_widget_queue_resize_no_redraw (GtkWidget *widget)
|
|||||||
*
|
*
|
||||||
* Return value: (transfer none): a #GdkFrameClock (or #NULL if widget is unrealized)
|
* Return value: (transfer none): a #GdkFrameClock (or #NULL if widget is unrealized)
|
||||||
*
|
*
|
||||||
* Since: 3.0
|
* Since: 3.8
|
||||||
*/
|
*/
|
||||||
GdkFrameClock*
|
GdkFrameClock*
|
||||||
gtk_widget_get_frame_clock (GtkWidget *widget)
|
gtk_widget_get_frame_clock (GtkWidget *widget)
|
||||||
|
Reference in New Issue
Block a user