From 66366a7475e5855a9c599f45137b1f4e3cee7176 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 23 Oct 2012 13:36:44 +0200 Subject: remove gtk_clutter_texture_new() annotation Constructor should not have any annotation. https://bugzilla.gnome.org/show_bug.cgi?id=686697 --- clutter-gtk/gtk-clutter-texture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter-gtk/gtk-clutter-texture.c b/clutter-gtk/gtk-clutter-texture.c index 259610d..9d46e20 100644 --- a/clutter-gtk/gtk-clutter-texture.c +++ b/clutter-gtk/gtk-clutter-texture.c @@ -57,7 +57,7 @@ gtk_clutter_texture_error_quark (void) * * Creates a new #GtkClutterTexture actor. * - * Return value: (transfer full): the newly created #GtkClutterTexture + * Return value: the newly created #GtkClutterTexture * instance * * Since: 1.0 -- cgit v1.2.1