aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-06-17 18:12:46 +0000
committerBill Meier <wmeier@newsguy.com>2010-06-17 18:12:46 +0000
commit459eb4eed787ee5e990c26f0482d8464f019fb38 (patch)
tree286053a938a05d36305921a3c4732d9bbbc86c79 /tools/checkAPIs.pl
parente636286b3cda1360bd885642ffb98afe1b96b47b (diff)
Add deprecated from GLib 2.24
svn path=/trunk/; revision=33247
Diffstat (limited to 'tools/checkAPIs.pl')
-rwxr-xr-xtools/checkAPIs.pl9
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index 08eabb979a..b46573bd81 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -114,20 +114,25 @@ my %APIs = (
'perror', # Use strerror() and report messages in whatever
# fashion is appropriate for the code in question.
'ctime', # Use abs_time_secs_to_str()
- ### Deprecated glib functions
- # (The list is based upon the GLib 2.22.3 documentation; Some of
+ ### Deprecated glib functions/macros
+ # (The list is based upon the GLib 2.24.1 documentation; Some of
# the entries are are commented out since they are currently
# being used in Wireshark and since the replacement functionality
# is not available in all the GLib versions that Wireshark
# currently supports (ie: versions starting with GLib 2.4).
+ 'G_ALLOC_AND_FREE',
+ 'G_ALLOC_ONLY',
'g_async_queue_ref_unlocked', # g_async_queue_ref() (OK since 2.8)
'g_async_queue_unref_and_unlock', # g_async_queue_unref() (OK since 2.8)
'g_basename',
'g_cache_value_foreach', # g_cache_key_foreach()
'g_date_set_time', # g_date_set_time_t (avail since 2.10)
'g_dirname',
+ 'G_GNUC_FUNCTION',
+ 'G_GNUC_PRETTY_FUNCTION',
'g_hash_table_freeze',
'g_hash_table_thaw',
+ 'G_HAVE_GINT64',
'g_io_channel_close',
'g_io_channel_read',
'g_io_channel_seek',