From 3305105a8cf69dcc4ced98a896264559ef9d0f42 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 6 Feb 2012 17:34:26 +0000 Subject: [PATCH] docs: Fix up Since annotation We only use stable releases for "since" tags. --- clutter/clutter-text.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clutter/clutter-text.c b/clutter/clutter-text.c index ef24c9c04..9c0177ddb 100644 --- a/clutter/clutter-text.c +++ b/clutter/clutter-text.c @@ -5732,8 +5732,8 @@ clutter_text_set_preedit_string (ClutterText *self, * Obtains the coordinates where the #ClutterText will draw the #PangoLayout * representing the text. * - * Since: 1.7 - **/ + * Since: 1.8 + */ void clutter_text_get_layout_offsets (ClutterText *self, gint *x,