Add depreceated glib API:s

svn path=/trunk/; revision=25230
This commit is contained in:
Anders Broman 2008-05-05 06:27:15 +00:00
parent 2db1a78da6
commit 163d568fe6
1 changed files with 10 additions and 0 deletions

View File

@ -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