diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-08-05 14:20:00 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-08-05 14:20:12 -0400 |
commit | 9711608ba3b711dd50bac005f34d6fd1c5e95ea5 (patch) | |
tree | cbfdf236b3ea5c0931bdaed44f55dce180b9cc73 /gtk/gtkstack.c | |
parent | f2060d68812b0451e5a7ce8b646e0bd3fe188221 (diff) | |
download | gtk+-9711608ba3b711dd50bac005f34d6fd1c5e95ea5.tar.gz |
Fix a doc comment
Diffstat (limited to 'gtk/gtkstack.c')
-rw-r--r-- | gtk/gtkstack.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c index 56dc3cfafb..ce5486ccd7 100644 --- a/gtk/gtkstack.c +++ b/gtk/gtkstack.c @@ -1646,6 +1646,7 @@ gtk_stack_get_transition_running (GtkStack *stack) /** * gtk_stack_set_interpolate_size: * @stack: A #GtkStack + * @interpole_size: the new value * * Sets whether or not @stack will interpolate its size when * changing the visible child. If the interpolate-size property |