]> Pileus Git - grits/blobdiff - src/plugin-example.h
Converting a lot of stuff to GObject and adding gtk-doc support
[grits] / src / plugin-example.h
index a896e644fba3050ace32575cc3346b1d7f896c26..85aa2d266c21570275fa30e1c6bee067a878578a 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef EXAMPLE_H
 #define EXAMPLE_H
 
-gboolean example_init(GtkDrawingArea *drawing, GtkNotebook *config);
+gboolean example_init(AWeatherGui *gui);
 
 #endif