Main Page   Compound List   File List   Compound Members   File Members  

lib/gobj/session.h File Reference

Session structure. More...

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


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:58 2001 for Gobj by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000