ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 33677: /trunk/gtk/ /trunk/gtk/: graph_analysis.c

Date: Fri, 30 Jul 2010 00:17:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33677

User: wmeier
Date: 2010/07/29 05:17 PM

Log:
 Minor code cleanup:
 - Define several event callback functions with the correct number of args;
 - Remove several unnecessary 'if (!user_data)  exit(10);' code sequences;
 - Use 'user_data' arg of event callbacks instead of an object property
   in several cases;
 - Reformat some long lines.

Directory: /trunk/gtk/
  Changes    Path                Action
  +68 -115   graph_analysis.c    Modified