1
#ifndef GEGO_WEB_APPLICATION_HEADER
2
#define GEGO_WEB_APPLICATION_HEADER
5
#include <libsoup/soup.h>
9
#define GEGO_TYPE_WEB_APPLICATION (gego_web_application_get_type ())
10
G_DEFINE_TYPE_WITH_PRIVATE (GegoWebApplication, gego_web_application, GEGO, WEB_APPLICATION, GApplication);
12
typedef struct _GegoWebApplication GegoWebApplication;
13
typedef struct _GegoWebApplicationPrivate GegoWebApplicationPrivate;
16
struct _GegoWebApplication {
17
GApplication parent_instance;
21
gego_web_application_get_type (void);
27
#endif GEGO_WEB_APPLICATION_HEADER