From e2aa954cb513cee1d50e03ea3512f2e37766c4ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 7 Feb 2012 20:44:48 +0100 Subject: [PATCH] st: Fix typo in doc comment --- src/st/st-widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/st/st-widget.c b/src/st/st-widget.c index 0fc225cc6..c2f712539 100644 --- a/src/st/st-widget.c +++ b/src/st/st-widget.c @@ -2438,7 +2438,7 @@ st_ui_root_destroyed (ClutterActor *actor, } /** - * st_get_ui_root: + * st_set_ui_root: * @stage: a #ClutterStage * @container: (allow-none): the new UI root *