Adding module interface.
[tweakr] / maemo-tweaks-module.c
1 /*
2  * vim:ts=4:sw=4:et:cindent:cino=(0
3  */ 
4
5 #include "maemo-tweaks-module.h"
6
7 void maemo_tweaks_module_build (MaemoTweaksModule *self)
8 {
9     MAEMO_TWEAKS_MODULE_GET_INTERFACE (self)->build (self);
10 }
11