aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-02-22 14:47:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-02-22 14:47:07 +0000
commite88a6e5392313f3b0d3966f831f5099e766f498e (patch)
tree42d82ad9f8de72a4bbeccb77f00def34a4404d30 /tools
parentace93cb4bb376fb55422bcc1b493c7e0ad85b32b (diff)
Update CheckApi with:
#'gtk_clist_new', should we depriceate? # GtkCList has been deprecated since GTK+ 2.0 and should not be used # in newly written code. Use GtkTreeView instead. 'gtk_file_selection_new', svn path=/trunk/; revision=27508
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checkAPIs.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index 46ffc04786..973dded1d5 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -131,6 +131,11 @@ my %APIs = (
'g_scanner_foreach_symbol',
'g_scanner_freeze_symbol_table',
'g_scanner_thaw_symbol_table',
+ #'gtk_clist_new', should we depriceate?
+ # GtkCList has been deprecated since GTK+ 2.0 and should not be used
+ # in newly written code. Use GtkTreeView instead.
+ 'gtk_file_selection_new',
+ # Use gtk_file_chooser_dialog_new() instead
# Use strerror() and report messages in whatever
# fashion is appropriate for the code in question.
'perror',