/+junk/libgego

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/libgego
10 by Gustav Hartvigsson
* Made it compile again
1
#include "gego_web_application.h"
2
3
struct
4
_GegoWebApplicationPrivate {
5
  char * tmp_var;
6
};
7
8
9
G_DEFINE_TYPE (GegoWebApplication, gego_web_application, G_TYPE_APPLICATION)
16 by Gustav Hartvigsson
* Moved GegoWebApplication out of the way
10
10 by Gustav Hartvigsson
* Made it compile again
11
void
12
gego_web_application_init (GegoWebApplication * self) {
13
  
14
}
15
16
void gego_web_application_class_init (GegoWebApplicationClass * klass) {
17
  
18
}
19