forked from AuroraMiddleware/gtk
notebook: vborder/hborder deprecations are Since: 3.4, not 3.2
This commit is contained in:
parent
c2f5d3d8b0
commit
63124e81b6
@ -7403,7 +7403,7 @@ gtk_notebook_get_scrollable (GtkNotebook *notebook)
|
||||
*
|
||||
* Since: 2.22
|
||||
*
|
||||
* Deprecated: 3.2: this function returns zero
|
||||
* Deprecated: 3.4: this function returns zero
|
||||
*/
|
||||
guint16
|
||||
gtk_notebook_get_tab_hborder (GtkNotebook *notebook)
|
||||
@ -7423,7 +7423,7 @@ gtk_notebook_get_tab_hborder (GtkNotebook *notebook)
|
||||
*
|
||||
* Since: 2.22
|
||||
*
|
||||
* Deprecated: 3.2: this function returns zero
|
||||
* Deprecated: 3.4: this function returns zero
|
||||
*/
|
||||
guint16
|
||||
gtk_notebook_get_tab_vborder (GtkNotebook *notebook)
|
||||
|
Loading…
Reference in New Issue
Block a user