docs: Fix Since tag for frame clock functions

This commit is contained in:
Benjamin Otte
2013-04-08 18:05:53 +02:00
parent 96982347b3
commit 72290fb538
2 changed files with 2 additions and 1 deletions

View File

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

View File

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