From 1434d7213487ad42626fcc4b1da180fe98192ef1 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Wed, 5 Aug 2009 15:51:49 +0100 Subject: [PATCH] Small doc fix to clutter_text_get_color Bug reported by Rob Bradford. --- clutter/clutter-text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-text.c b/clutter/clutter-text.c index e4e687d1b..14c511ef3 100644 --- a/clutter/clutter-text.c +++ b/clutter/clutter-text.c @@ -3448,7 +3448,7 @@ clutter_text_set_color (ClutterText *self, * @self: a #ClutterText * @color: return location for a #ClutterColor * - * Retrieves the text color as set by clutter_text_get_color(). + * Retrieves the text color as set by clutter_text_set_color(). * * Since: 1.0 */