X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Faweather-plugin.h;h=7ef76cd304427c7821e925b159e8c9c30df3a3db;hb=f705ad00b5d94f8ddc59575737b79feed191b404;hp=7112e64983f26ef781578935509c71ec3b6efd4d;hpb=55d69c616a9f4f3bae23045f1174047003e2e1d4;p=aweather diff --git a/src/aweather-plugin.h b/src/aweather-plugin.h index 7112e64..7ef76cd 100644 --- a/src/aweather-plugin.h +++ b/src/aweather-plugin.h @@ -37,8 +37,9 @@ struct _AWeatherPluginInterface void (*expose)(AWeatherPlugin *self); }; -GType aweather_plugin_get_type(void); +GType aweather_plugin_get_type(); +/* Methods */ void aweather_plugin_expose(AWeatherPlugin *self); #endif