mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
[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.
This commit is contained in:
parent
95bc0f5405
commit
a277789270
@ -166,7 +166,7 @@ gtk_tool_shell_rebuild_menu (GtkToolShell *shell)
|
|||||||
*
|
*
|
||||||
* Return value: the current text orientation of @shell
|
* Return value: the current text orientation of @shell
|
||||||
*
|
*
|
||||||
* Since: 2.14
|
* Since: 2.20
|
||||||
**/
|
**/
|
||||||
GtkOrientation
|
GtkOrientation
|
||||||
gtk_tool_shell_get_text_orientation (GtkToolShell *shell)
|
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
|
* Return value: the current text alignment of @shell
|
||||||
*
|
*
|
||||||
* Since: 2.14
|
* Since: 2.20
|
||||||
**/
|
**/
|
||||||
gfloat
|
gfloat
|
||||||
gtk_tool_shell_get_text_alignment (GtkToolShell *shell)
|
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
|
* Return value: the current ellipsize mode of @shell
|
||||||
*
|
*
|
||||||
* Since: 2.14
|
* Since: 2.20
|
||||||
**/
|
**/
|
||||||
PangoEllipsizeMode
|
PangoEllipsizeMode
|
||||||
gtk_tool_shell_get_ellipsize_mode (GtkToolShell *shell)
|
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
|
* Return value: the current text size group of @shell
|
||||||
*
|
*
|
||||||
* Since: 2.14
|
* Since: 2.20
|
||||||
**/
|
**/
|
||||||
GtkSizeGroup *
|
GtkSizeGroup *
|
||||||
gtk_tool_shell_get_text_size_group (GtkToolShell *shell)
|
gtk_tool_shell_get_text_size_group (GtkToolShell *shell)
|
||||||
|
Loading…
Reference in New Issue
Block a user