aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-22 12:39:00 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-22 12:39:00 +0000
commita40daa1eee460ad34edb486cc76dee6f9a3cf3d3 (patch)
treeb162c8e8cf5862b958ad39b874b02a1b84f6b99d /tools/checkAPIs.pl
parent37f132c4c3b46ca11affea9d16b8fd2faf12acd6 (diff)
gtk_exit(): deprecated and no longer used in Wireshark: 'W' ==> 'E'
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28445 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tools/checkAPIs.pl')
-rwxr-xr-xtools/checkAPIs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index be92ee9623..9e00a44fb4 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -451,7 +451,7 @@ my %deprecatedGtkFunctions = (
'gtk_entry_select_region', 'E',
'gtk_entry_set_editable', 'W', # >> gtk_editable_set_editable() [==?]
'gtk_entry_set_position', 'E',
- 'gtk_exit', 'W', # exit() [==?]
+ 'gtk_exit', 'E', # exit() [==]
'gtk_file_chooser_button_new_with_backend', 'E',
'gtk_file_chooser_dialog_new_with_backend', 'E',
'gtk_file_chooser_widget_new_with_backend', 'E',