From cecc7a4bfbae6dc4891f3cd1888e85fc1148dc1a Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 18 Jan 2011 14:46:02 +0000 Subject: [PATCH] stage: Fix gtk-doc annotation for set_accept_focus() --- clutter/clutter-stage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-stage.c b/clutter/clutter-stage.c index 21dc9829c..60d54a096 100644 --- a/clutter/clutter-stage.c +++ b/clutter/clutter-stage.c @@ -3325,7 +3325,7 @@ _clutter_stage_maybe_finish_queue_redraws (ClutterStage *stage) } /** - * clutter_stage_get_accept_focus: + * clutter_stage_set_accept_focus: * @stage: a #ClutterStage * @accept_focus: %TRUE to accept focus on show *