Main Page   Compound List   File List   Compound Members   File Members  

lib/session.c File Reference

Session structure. More...

#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.


Detailed Description

Session structure.


Function Documentation

int Gj_session_new ( Gj_Ctx * ctx )
 

Create a new session.

Returns:
0 on success, -1 otherwise.

int Gj_session_delete ( Gj_Ctx * ctx )
 

Destroy a session structure.

Returns:
0 on success, -1 otherwise.

int Gj_session_initStd ( Gj_Ctx * ctx )
 

Initialize the session with standard components.

Returns:
0 on success, -1 otherwise.


Generated at Fri Aug 17 18:28:59 2001 for Gobj by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000