]> Pileus Git - ~andy/gtk/commitdiff
[docs] gtktoolshell: Fix some "Since" tags
authorJavier Jardón <jjardon@gnome.org>
Fri, 4 Jun 2010 14:28:11 +0000 (16:28 +0200)
committerJavier Jardón <jjardon@gnome.org>
Fri, 4 Jun 2010 15:54:56 +0000 (17:54 +0200)
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.

gtk/gtktoolshell.c

index ac7b84e5697b578bab298230e96e1c5903899057..11f886ed6c300852fca9f595633d0603a8c1dc4b 100644 (file)
@@ -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)