X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fgis-plugin.h;h=685c8a125bb39d6606ab76cdf95059016c478a42;hp=7ba3ae8979bf7a32e1b6b8fdaffc1ac5760e5c04;hb=c2e39b9d64035038a19d753129cc2124b4ed1382;hpb=3ebe95528320be9e3821fe23e39d41fd89b10fdd diff --git a/src/gis-plugin.h b/src/gis-plugin.h index 7ba3ae8..685c8a1 100644 --- a/src/gis-plugin.h +++ b/src/gis-plugin.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -49,8 +49,8 @@ GtkWidget *gis_plugin_get_config(GisPlugin *self); #include "gis-prefs.h" struct _GisPlugins { - gchar *dir; - GPtrArray *plugins; + gchar *dir; + GList *plugins; }; typedef GisPlugin *(*GisPluginConstructor)(GisViewer *viewer, GisPrefs *prefs);