Wireshark-commits: [Wireshark-commits] rev 33843: /trunk/gtk/ /trunk/gtk/: io_stat.c

Date: Wed, 18 Aug 2010 22:20:07 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33843

User: wmeier
Date: 2010/08/18 03:20 PM

Log:
 Various minor cleanup:
  - Non-event signal callback functions should return void;
  - Event signal callback had missing 'user_data' arg;
  - Rename various symbols for clarity;
  - Rename local functions with names of form gtk_...;
  - Use gboolean where appropriate;
  - Remove all 'exit(10)' statements;
  - Whitespace;
  - ...

Directory: /trunk/gtk/
  Changes    Path          Action
  +135 -172  io_stat.c     Modified