Add complete list of deprecated GTK API's (as of GTK 2.14.7).
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 15 Mar 2009 20:09:25 +0000 (20:09 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 15 Mar 2009 20:09:25 +0000 (20:09 +0000)
commit04363641fa3a40fc1ada46e7676c6d87a2d7ebee
treed0a9a7883d9997275664bcfa863d4cdcb6f2b47e
parent70ec67e5d4f0d92c1ecaa44af873fa09aa9f1f2e
Add complete list of deprecated GTK API's (as of GTK 2.14.7).
 Group 'deprecated-gtk' lists all deprecated GTK APIs which
  are not currently used in Wireshark.
  -g deprecated-gtk will 'Error';

 Group 'deprecated-gtk-todo' lists the deprecated GTK APIs
  which are still used in Wireshark (ie: not yet fixed).
  -g deprecated-gtk-todo will 'Warn'.

Also: two new options added:
 -M: -g output is one line per function per file;
 -s summary-group: gives a count of the usage of each function in that group
    [currently: any group used in -s must also be specified with -g option].

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27729 f5534014-38df-0310-8fa8-9805f1628bb7
tools/checkAPIs.pl