From 24b9748f0a988110dfeda660d2f20df6e14cde3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20K=C3=BChl?= Date: Thu, 22 Jul 2010 11:21:21 +0200 Subject: [PATCH] Fixed more set using *_get_* typos. http://bugzilla.clutter-project.org/show_bug.cgi?id=2233 --- clutter/clutter-texture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clutter/clutter-texture.c b/clutter/clutter-texture.c index b03b368ce..ef274207d 100644 --- a/clutter/clutter-texture.c +++ b/clutter/clutter-texture.c @@ -2670,7 +2670,7 @@ clutter_texture_set_keep_aspect_ratio (ClutterTexture *texture, * clutter_texture_get_keep_aspect_ratio: * @texture: a #ClutterTexture * - * Retrieves the value set using clutter_texture_get_keep_aspect_ratio() + * Retrieves the value set using clutter_texture_set_keep_aspect_ratio() * * Return value: %TRUE if the #ClutterTexture should maintain the * aspect ratio of the underlying image @@ -2726,7 +2726,7 @@ clutter_texture_set_load_async (ClutterTexture *texture, * clutter_texture_get_load_async: * @texture: a #ClutterTexture * - * Retrieves the value set using clutter_texture_get_load_async() + * Retrieves the value set using clutter_texture_set_load_async() * * Return value: %TRUE if the #ClutterTexture should load the data from * disk asynchronously