summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-06-03 18:03:51 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-06-03 18:03:51 +0000
commit3ae9cc81c4635df28736a86ee6e5d974ea0d426e (patch)
treeafc91b3340635fbe67590a703cd9377fb639b87e /tools
parent55ad6f8b53769651c7d6bb2071f8abb137083d44 (diff)
downloadwireshark-3ae9cc81c4635df28736a86ee6e5d974ea0d426e.tar.gz
Add more depricated functions
svn path=/trunk/; revision=43040
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checkAPIs.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index 93efb74c57..22b75b6f07 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -575,8 +575,10 @@ my %deprecatedGtkFunctions = (
'gtk_font_selection_get_font', 'E', # gtk_font_selection_get_font_name() [!=]
'GTK_FUNDAMENTAL_TYPE', 'E',
'gtk_gamma_curve_new', 'E', # since 2.20
+ 'gtk_hbox_new', 'W', # gtk_box_new
'gtk_hbutton_box_get_layout_default', 'E',
'gtk_hbutton_box_get_spacing_default', 'E',
+ 'gtk_hbutton_box_new', 'W', # gtk_button_box_new
'gtk_hbutton_box_set_layout_default', 'E',
'gtk_hbutton_box_set_spacing_default', 'E',
'gtk_hruler_new', 'E', # since 2.24
@@ -961,6 +963,7 @@ my %deprecatedGtkFunctions = (
'GTK_VALUE_UCHAR', 'E',
'GTK_VALUE_UINT', 'E',
'GTK_VALUE_ULONG', 'E',
+ 'gtk_vbox_new', 'W', # ws_gtk_box_new
'gtk_vbutton_box_get_layout_default', 'E',
'gtk_vbutton_box_get_spacing_default', 'E',
'gtk_vbutton_box_set_layout_default', 'E',