/+junk/libgego

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/libgego

« back to all changes in this revision

Viewing changes to src/libgego.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-06-01 20:38:00 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150601203800-ymkb9tmijhd4dkby
* Initial code.
* Bulding does not work.

Show diffs side-by-side

added added

removed removed

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