diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2013-04-22 11:19:54 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2013-04-22 11:20:06 -0400 |
commit | d82257e1c865959d4ea771c50dc8e6e6f7f3c0c0 (patch) | |
tree | 3e456b94a98c608688741298c2560995829710db /gtk/gtkstack.c | |
parent | b88c0d73878ef1f2b50218d424bd356b817ee4c1 (diff) | |
download | gtk+-d82257e1c865959d4ea771c50dc8e6e6f7f3c0c0.tar.gz |
stack: fix a typo in docs
Diffstat (limited to 'gtk/gtkstack.c')
-rw-r--r-- | gtk/gtkstack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c index a7d42c51d3..03aae33227 100644 --- a/gtk/gtkstack.c +++ b/gtk/gtkstack.c @@ -1269,7 +1269,7 @@ gtk_stack_set_visible_child_name (GtkStack *stack, } /** - * gtk_stack_set_visible_child_name: + * gtk_stack_set_visible_child_full: * @stack: a #GtkStack * @name: the name of the child to make visible * @transition: the transition type to use |