comparison src/modplug/plugin.cxx @ 2544:97d0ed3b2631

Mark common fields and input-plugin specific fields via comments.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 30 Apr 2008 04:59:30 +0300
parents f791c889f74c
children e23ce346f239
comparison
equal deleted inserted replaced
2543:6a92c4f14338 2544:97d0ed3b2631
87 "zip", "gz", "bz2", "rar", "rb", 87 "zip", "gz", "bz2", "rar", "rb",
88 NULL }; 88 NULL };
89 89
90 InputPlugin gModPlug = 90 InputPlugin gModPlug =
91 { 91 {
92 /* Common plugin fields */
92 NULL, 93 NULL,
93 NULL, 94 NULL,
94 (gchar *)"ModPlug Audio Plugin", 95 (gchar *)"ModPlug Audio Plugin",
95 Init, 96 Init,
96 NULL, 97 NULL,
97 ShowAboutBox, 98 ShowAboutBox,
98 ShowConfigureBox, 99 ShowConfigureBox,
99 FALSE, 100 FALSE,
101
102 /* Input plugin fields */
100 NULL, 103 NULL,
101 NULL, 104 NULL,
102 PlayFile, 105 PlayFile,
103 Stop, 106 Stop,
104 Pause, 107 Pause,