aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-05-05 06:27:15 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-05-05 06:27:15 +0000
commit163d568fe6e1f59d191154207b8f1dda126bb85a (patch)
tree7de05ae535fbd87a1ce7539cb4aef5ab19cf6352 /tools/checkAPIs.pl
parent2db1a78da6849c763f33a5286132c87536997e71 (diff)
Add depreceated glib API:s
svn path=/trunk/; revision=25230
Diffstat (limited to 'tools/checkAPIs.pl')
-rwxr-xr-xtools/checkAPIs.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index c425aa1c7b..762d5f8eed 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -66,6 +66,16 @@ my @prohibitedAPIs=
'strncasecmp',
'g_strcasecmp',
'g_strncasecmp',
+ 'g_strup',
+ 'g_strdown',
+ 'g_string_up',
+ 'g_string_down',
+ # Depreciated glib functions
+ 'g_string_sprintf',
+ # use g_string_printf().
+ 'g_string_sprintfa',
+ # use g_string_append_print
+ 'g_tree_traverse',
# Use the eth_* version of these:
# (Necessary because on Windows we use UTF8 for throughout the code
# so we must tweak that to UTF16 before operating on the file. Code