|
gwenhywfar
5.10.1
|
#include "typemaker2.h"#include "tm_typemanager.h"#include "tm_builder_c.h"#include <gwenhywfar/debug.h>#include <gwenhywfar/gwenhywfar.h>#include <gwenhywfar/pathmanager.h>
Go to the source code of this file.
Functions | |
| int | buildDefs (GWEN_DB_NODE *dbArgs) |
| int | doBuildDefs (GWEN_DB_NODE *dbArgs, const char *fname) |
| int buildDefs | ( | GWEN_DB_NODE * | dbArgs | ) |
Definition at line 136 of file builddefs.c.
References DBG_ERROR, doBuildDefs(), GWEN_DB_Dump(), GWEN_DB_GetCharValue(), GWEN_LOGDOMAIN, and NULL.
Referenced by main().


| int doBuildDefs | ( | GWEN_DB_NODE * | dbArgs, |
| const char * | fname | ||
| ) |
Definition at line 24 of file builddefs.c.
References DBG_ERROR, GWEN_Buffer_AppendString(), GWEN_Buffer_free(), GWEN_Buffer_GetStart(), GWEN_Buffer_new(), GWEN_DB_GetCharValue(), GWEN_LOGDOMAIN, GWEN_PathManager_GetPaths(), GWEN_PM_DATADIR, GWEN_PM_LIBNAME, GWEN_StringList_FirstEntry(), GWEN_StringList_free(), GWEN_StringListEntry_Data(), GWEN_StringListEntry_Next(), NULL, Typemaker2_Builder_C_new(), Typemaker2_Builder_SetDestFolderName(), Typemaker2_Builder_SetSourceFileName(), Typemaker2_Builder_SetTypeManager(), TYPEMAKER2_BUILDER_WRITEFILE_FLAGS_WRITE_DEFS, Typemaker2_Builder_WriteFiles(), Typemaker2_TypeManager_AddFolder(), Typemaker2_TypeManager_Dump(), Typemaker2_TypeManager_GetLanguage(), Typemaker2_TypeManager_LoadTypeFileNoLookup(), Typemaker2_TypeManager_new(), Typemaker2_TypeManager_SetApiDeclaration(), and Typemaker2_TypeManager_SetLanguage().
Referenced by buildDefs().


1.8.14