Mercurial > audlegacy-plugins
changeset 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 | 6a92c4f14338 |
children | 585f2fc4134e |
files | src/modplug/plugin.cxx |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/modplug/plugin.cxx Tue Apr 29 02:17:57 2008 +0300 +++ b/src/modplug/plugin.cxx Wed Apr 30 04:59:30 2008 +0300 @@ -89,6 +89,7 @@ InputPlugin gModPlug = { + /* Common plugin fields */ NULL, NULL, (gchar *)"ModPlug Audio Plugin", @@ -97,6 +98,8 @@ ShowAboutBox, ShowConfigureBox, FALSE, + + /* Input plugin fields */ NULL, NULL, PlayFile,