diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-06-04 16:28:11 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-06-04 17:54:56 +0200 |
commit | a27778927072170fca3a8b9e028638f65d834369 (patch) | |
tree | 1994a35a6570e7b32528412c71e093c8c8fc6ad2 /gtk/gtktoolshell.c | |
parent | 95bc0f540555c15561ae1ddd2387ea5157591fda (diff) | |
download | gtk+-a27778927072170fca3a8b9e028638f65d834369.tar.gz |
[docs] gtktoolshell: Fix some "Since" tags
get_ellipsize_mode(), get_text_alignment(), get_text_orientation()
and get_text_size_group() were added in GTK+ 2.20, not 2.14.
Reported by Stanislas Marquis on IRC.
Diffstat (limited to 'gtk/gtktoolshell.c')
-rw-r--r-- | gtk/gtktoolshell.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtktoolshell.c b/gtk/gtktoolshell.c index ac7b84e569..11f886ed6c 100644 --- a/gtk/gtktoolshell.c +++ b/gtk/gtktoolshell.c @@ -166,7 +166,7 @@ gtk_tool_shell_rebuild_menu (GtkToolShell *shell) * * Return value: the current text orientation of @shell * - * Since: 2.14 + * Since: 2.20 **/ GtkOrientation gtk_tool_shell_get_text_orientation (GtkToolShell *shell) @@ -189,7 +189,7 @@ gtk_tool_shell_get_text_orientation (GtkToolShell *shell) * * Return value: the current text alignment of @shell * - * Since: 2.14 + * Since: 2.20 **/ gfloat gtk_tool_shell_get_text_alignment (GtkToolShell *shell) @@ -212,7 +212,7 @@ gtk_tool_shell_get_text_alignment (GtkToolShell *shell) * * Return value: the current ellipsize mode of @shell * - * Since: 2.14 + * Since: 2.20 **/ PangoEllipsizeMode gtk_tool_shell_get_ellipsize_mode (GtkToolShell *shell) @@ -235,7 +235,7 @@ gtk_tool_shell_get_ellipsize_mode (GtkToolShell *shell) * * Return value: the current text size group of @shell * - * Since: 2.14 + * Since: 2.20 **/ GtkSizeGroup * gtk_tool_shell_get_text_size_group (GtkToolShell *shell) |