/+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-09 17:15:02 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150709171502-k3jplqlsvpxxbdas
* Moved GegoWebApplication out of the way
* Added clean_docs script
* Added LIBRARY_PATH to build_doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
};
8
8
 
9
9
 
10
 
G_DEFINE_TYPE_WITH_PRIVATE (GegoWebApplication, gego_web_application, G_TYPE_APPLICATION)
 
10
G_DEFINE_TYPE (GegoWebApplication, gego_web_application, G_TYPE_APPLICATION)
11
11
 
12
12
void
13
13
gego_web_application_init (GegoWebApplication * self) {