diff options
author | Timm Bäder <mail@baedert.org> | 2016-02-08 22:49:01 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2016-02-08 22:56:52 +0100 |
commit | c5369356e86171c5d955cf9252e5c6bcde88d554 (patch) | |
tree | 51b9ff5b30293be1c93a33828d40715c4dc1628e /gtk/gtkstack.c | |
parent | 76fedc188289c595ec3cf965b77803e362020973 (diff) | |
download | gtk+-c5369356e86171c5d955cf9252e5c6bcde88d554.tar.gz |
Various documentation fixes
Always have Since: annotations at the very bottom, use the correct
ClassName::signal-name/ClassName:property-name syntax, fix a few typos
in type names, wrong function names, non-existing type names, etc.
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 998f08f575..94389333ad 100644 --- a/gtk/gtkstack.c +++ b/gtk/gtkstack.c @@ -1690,7 +1690,7 @@ gtk_stack_get_transition_running (GtkStack *stack) * @interpolate_size: the new value * * Sets whether or not @stack will interpolate its size when - * changing the visible child. If the #GtkStack::interpolate-size + * changing the visible child. If the #GtkStack:interpolate-size * property is set to %TRUE, @stack will interpolate its size between * the current one and the one it'll take after changing the * visible child, according to the set transition duration. |