Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 37159: /trunk/gtk/ /trunk/gtk/: rtp_player.c

Date: Sun, 15 May 2011 16:51:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37159

User: wmeier
Date: 2011/05/15 09:51 AM

Log:
 Use correct signature for event callback functions;
 Use event callback function user_data arg instead of using a property;
 Replace an 'if(...) {... exit(10);}' by a g_assert;
 Remove several unneeded 'if(...) {... exit(10);}' groups of code;
 Do whitespace cleanuip.

Directory: /trunk/gtk/
  Changes    Path            Action
  +39 -59    rtp_player.c    Modified