|
| struct ged * | ged_create (void) |
| |
| void | ged_destroy (struct ged *) |
| |
| void | ged_init (struct ged *gedp) |
| |
| void | ged_free (struct ged *gedp) |
| |
| int | ged_clbk_set (struct ged *gedp, const char *cmd, int mode, bu_clbk_t f, void *d) |
| |
| int | ged_clbk_get (bu_clbk_t *f, void **d, struct ged *gedp, const char *cmd, int mode) |
| |
| int | ged_clbk_exec (struct bu_vls *log, struct ged *gedp, int limit, bu_clbk_t f, int ac, const char **av, void *u1, void *u2) |
| |
| void | ged_dm_ctx_set (struct ged *gedp, const char *dm_type, void *ctx) |
| |
| void * | ged_dm_ctx_get (struct ged *gedp, const char *dm_type) |
| |
| int | ged_results_ret (struct ged_results *results) |
| |
| size_t | ged_results_count (struct ged_results *results) |
| |
| const char * | ged_results_get (struct ged_results *results, size_t index) |
| |
| void | ged_results_clear (struct ged_results *results) |
| |
| void | ged_results_free (struct ged_results *results) |
| |
| struct ged * | ged_open (const char *dbtype, const char *filename, int existing_only) |
| |
| void | ged_close (struct ged *gedp) |
| |
| void | ged_subprocesses_terminate (struct ged *gedp) |
| |
| const char * | ged_init_msgs (void) |
| |