balde  master
A microframework for C based on GLib.
balde_app_t Struct Reference

balde application context More...

#include <balde.h>

Data Fields

GError * error
 Application error context.
 
struct _balde_app_private_t * priv
 Private structure. More...
 
gboolean copy
 Private field. More...
 

Detailed Description

balde application context

This structure that stores everything related to the application context. It should stay loaded in memory during all the pplication life cycle, as it will be reused for all the requests.

Examples
hello-with-cookies.c, hello-with-form.c, hello-with-static.c, hello-with-template.c, hello-with-url_for.c, and hello.c.

Field Documentation

◆ copy

gboolean copy

Private field.

Shouldn't be touched by users.

◆ priv

struct _balde_app_private_t* priv

Private structure.

Shouldn't be touched by users.


The documentation for this struct was generated from the following file: