#include "gobj/session.h"
#include "gobj/context.h"
Defines | |
#define | FOLLOWLINKS_STD false |
Functions | |
int | Gj_session_new (Gj_Ctx* ctx) |
Create a new session. More... | |
int | Gj_session_delete (Gj_Ctx* ctx) |
Destroy a session structure. More... | |
int | Gj_session_initStd (Gj_Ctx* ctx) |
Initialize the session with standard components. More... | |
Gj_Bool | Gj_session_isInit (Gj_Ctx* ctx) |
Check if the session is completely initialized. |
|
Create a new session.
|
|
Destroy a session structure.
|
|
Initialize the session with standard components.
|