summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.h
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2013-07-05 15:17:24 +0200
committerMatthias Clasen <mclasen@redhat.com>2013-07-09 06:54:26 -0400
commit16c08ae135c820e2855c8b23d0deee4ed0474a5f (patch)
tree80c1b7eeddbffa2d930be42c2f7b88a69f82c048 /gtk/gtknotebook.h
parentfc6e725d2f3adf5905a600c8dca1c0f4df2e16db (diff)
downloadgtk+-16c08ae135c820e2855c8b23d0deee4ed0474a5f.tar.gz
Fix some inconsistent deprecations
Some functions had only a deprecation comment in the .c file, or only a deprecation annotation in the .h file. Add the missing parts. https://bugzilla.gnome.org/show_bug.cgi?id=703616
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r--gtk/gtknotebook.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h
index dd32066df8..febfa9e3b8 100644
--- a/gtk/gtknotebook.h
+++ b/gtk/gtknotebook.h
@@ -217,9 +217,9 @@ void gtk_notebook_set_scrollable (GtkNotebook *notebook,
gboolean scrollable);
GDK_AVAILABLE_IN_ALL
gboolean gtk_notebook_get_scrollable (GtkNotebook *notebook);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_4
guint16 gtk_notebook_get_tab_hborder (GtkNotebook *notebook);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_4
guint16 gtk_notebook_get_tab_vborder (GtkNotebook *notebook);
/***********************************************************