#include <gobjconfig.h>
#include <gobj/context.h>
#include <gobj/object.h>
#include <stdio.h>
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) |
| void | Gj_objectmgr_releaseObject (Gj_Ctx* ctx, Gj_Object* object) |
| void | Gj_objectmgr_dump (Gj_Ctx* ctx, FILE* stream) |
1.2.1 written by Dimitri van Heesch,
© 1997-2000