bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/libgego
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
#ifndef LIB_GEGO_H #define LIB_GEGO_H /** * @section: LibGego * @short_description: convinience shuff. * * LibGego is a collection of strange and iteresting GObject based classes. * * It provides utility functions and datastructures. * * Classes: * #GegoGlobalNotiy */ #include "gego_global_notify.h" #endif /* LIB_GEGO_H */ |