Mercurial > audlegacy-plugins
changeset 1114:95b56005de33 trunk
[svn] - aosd: converted to v2 plugin system
author | giacomo |
---|---|
date | Fri, 25 May 2007 02:35:33 -0700 |
parents | 0eddd8516e32 |
children | ea375203932e |
files | ChangeLog src/aosd/aosd.c |
diffstat | 2 files changed, 10 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri May 25 02:15:17 2007 -0700 +++ b/ChangeLog Fri May 25 02:35:33 2007 -0700 @@ -1,3 +1,10 @@ +2007-05-25 09:15:17 +0000 Giacomo Lozito <james@develia.org> + revision [2392] + - filewriter: stop pretending to be a input plugin + trunk/src/filewriter/filewriter.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + 2007-05-25 09:07:04 +0000 Giacomo Lozito <james@develia.org> revision [2390] - amidi-plug: remove g_free(description) in cleanup function to avoid crash on quit
--- a/src/aosd/aosd.c Fri May 25 02:15:17 2007 -0700 +++ b/src/aosd/aosd.c Fri May 25 02:35:33 2007 -0700 @@ -26,6 +26,9 @@ #include <audacious/i18n.h> +GeneralPlugin *aosd_gplist[] = { &aosd_gp, NULL }; +DECLARE_PLUGIN(aosd, NULL, NULL, NULL, NULL, NULL, aosd_gplist, NULL); + aosd_cfg_t * global_config = NULL; gboolean plugin_is_active = FALSE; @@ -33,12 +36,6 @@ /* ***************** */ /* plug-in functions */ -GeneralPlugin *get_gplugin_info() -{ - return &aosd_gp; -} - - void aosd_init ( void ) {