/+junk/libgego

To get this branch, use:
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
#include "gego_web_application.h"

struct
_GegoWebApplicationPrivate {
  char * tmp_var;
};


G_DEFINE_TYPE (GegoWebApplication, gego_web_application, G_TYPE_APPLICATION)

void
gego_web_application_init (GegoWebApplication * self) {
  
}

void gego_web_application_class_init (GegoWebApplicationClass * klass) {
  
}