#include <gobjconfig.h>
#include <gobj/decls.h>
#include <gobj/types.h>
#include <gobj/threads.h>
Go to the source code of this file.
Compounds | |
struct | Gj_Session_struct |
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.
|