balde
master
A microframework for C based on GLib.
|
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... | |
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.
gboolean copy |
Private field.
Shouldn't be touched by users.
struct _balde_app_private_t* priv |
Private structure.
Shouldn't be touched by users.