notebook: vborder/hborder deprecations are Since: 3.4, not 3.2

This commit is contained in:
Cosimo Cecchi 2011-09-27 13:45:46 -04:00
parent c2f5d3d8b0
commit 63124e81b6

View File

@ -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)