]> Pileus Git - grits/blobdiff - src/aweather-plugin.h
Adding a prefs dialog (which needs a lot more work)
[grits] / src / aweather-plugin.h
index 7112e64983f26ef781578935509c71ec3b6efd4d..7ef76cd304427c7821e925b159e8c9c30df3a3db 100644 (file)
@@ -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