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

  • Committer: Gustav Hartvigsson
  • Date: 2015-07-08 14:20:47 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150708142047-rmgvbdul1sff2p42
* Annotate everything!

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 (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
 
}