/+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/gego_web_application.c

  • Committer: Gustav Hartvigsson
  • Date: 2015-07-08 17:45:06 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150708174506-swjhwawl76eu0pi5
* Made it compile again

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#include "gego_web_application.h"
 
3
 
 
4
struct
 
5
_GegoWebApplicationPrivate {
 
6
  char * tmp_var;
 
7
};
 
8
 
 
9
 
 
10
G_DEFINE_TYPE_WITH_PRIVATE (GegoWebApplication, gego_web_application, G_TYPE_APPLICATION)
 
11
 
 
12
void
 
13
gego_web_application_init (GegoWebApplication * self) {
 
14
  
 
15
}
 
16
 
 
17
void gego_web_application_class_init (GegoWebApplicationClass * klass) {
 
18
  
 
19
}