#include "gobj/objectmgr.h"
#include "gobj/lang.h"
Compounds | |
| struct | Gj_Objectmgr_struct |
Functions | |
| void | Gj_objectmgr_new (Gj_Ctx* ctx) |
| int | Gj_objectmgr_create (Gj_Ctx* ctx, Gj_Stream* stream) |
| int | Gj_objectmgr_write (Gj_Ctx* ctx, Gj_Stream* stream) |
| void | Gj_objectmgr_delete (Gj_Ctx* ctx) |
| int | Gj_objectmgr_setRoot (Gj_Ctx* ctx, Gj_Object* obj) |
| Gj_Object* | Gj_objectmgr_getRoot (Gj_Ctx* ctx) |
| Gj_Object* | Gj_objectmgr_getObject (Gj_Ctx* ctx, Gj_Path* path) |
1.2.1 written by Dimitri van Heesch,
© 1997-2000