1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
#ifndef LIB_GEGO_H
#define LIB_GEGO_H
/**
* @section: LibGego
* @short_description: convinience shuff.
* @title: LibGego the super duper awesome library.
* @section_id:
* @include:libgego/libgego.h
*
* LibGego is a collection of strange and iteresting GObject based classes.
*
* It provides utility functions and datastructures.
*
* Classes:
* #GegoGlobalNotiy
* #GegoWebApplication
*/
#include "gego_global_notify.h"
#if 0
#include "gego_web_application.h"
#endif
#endif /* LIB_GEGO_H */
|