]> Pileus Git - grits/blob - src/plugin-example.h
Converting a lot of stuff to GObject and adding gtk-doc support
[grits] / src / plugin-example.h
1 #ifndef EXAMPLE_H
2 #define EXAMPLE_H
3
4 gboolean example_init(AWeatherGui *gui);
5
6 #endif