Wireshark-commits: [Wireshark-commits] rev 27729: /trunk/tools/ /trunk/tools/: checkAPIs.pl

Date: Sun, 15 Mar 2009 20:09:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27729

User: wmeier
Date: 2009/03/15 01:09 PM

Log:
 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].

Directory: /trunk/tools/
  Changes    Path            Action
  +736 -72   checkAPIs.pl    Modified