[gtk+] notebook: vborder/hborder deprecations are Since: 3.4, not 3.2



commit 63124e81b6131e29c2f06c7ad795ac570f92e275
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Sep 27 13:45:46 2011 -0400

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

 gtk/gtknotebook.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c
index bc01de8..02012e9 100644
--- a/gtk/gtknotebook.c
+++ b/gtk/gtknotebook.c
@@ -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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]