bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/libgego
1
by Gustav Hartvigsson
* Initial code. |
1 |
#ifndef LIB_GEGO_H
|
2 |
#define LIB_GEGO_H
|
|
3 |
||
4 |
/**
|
|
5 |
* @section: LibGego
|
|
6 |
* @short_description: convinience shuff.
|
|
14
by Gustav Hartvigsson
* Moved build_docs into ./docs/ |
7 |
* @title: LibGego the super duper awesome library.
|
8 |
* @section_id:
|
|
9 |
* @include:libgego/libgego.h
|
|
10 |
*
|
|
1
by Gustav Hartvigsson
* Initial code. |
11 |
* LibGego is a collection of strange and iteresting GObject based classes.
|
12 |
*
|
|
13 |
* It provides utility functions and datastructures.
|
|
14 |
*
|
|
15 |
* Classes:
|
|
16 |
* #GegoGlobalNotiy
|
|
14
by Gustav Hartvigsson
* Moved build_docs into ./docs/ |
17 |
* #GegoWebApplication
|
1
by Gustav Hartvigsson
* Initial code. |
18 |
*/
|
19 |
||
20 |
#include "gego_global_notify.h" |
|
16
by Gustav Hartvigsson
* Moved GegoWebApplication out of the way |
21 |
#if 0
|
5
by Gustav Hartvigsson
* Annotate everything! |
22 |
#include "gego_web_application.h"
|
16
by Gustav Hartvigsson
* Moved GegoWebApplication out of the way |
23 |
#endif
|
1
by Gustav Hartvigsson
* Initial code. |
24 |
#endif /* LIB_GEGO_H */ |