libgeda
|
Scheme API initialisation. More...
#include <config.h>
#include "libgeda_priv.h"
#include "libgedaguile_priv.h"
#include "scheme_init.x"
Go to the source code of this file.
Functions | |
SCM_GLOBAL_SYMBOL (edascm_object_state_sym,"object-state") | |
static void * | edascm_init_impl (void *data) |
Scheme API initialisation worker function. | |
void | edascm_init () |
Initialise the Scheme API. | |
Variables | |
static int | init_called = 0 |
Definition in file scheme_init.c.
SCM_GLOBAL_SYMBOL | ( | edascm_object_state_sym | , |
"object-state" | |||
) |
static void* edascm_init_impl | ( | void * | data | ) | [static] |
Definition at line 39 of file scheme_init.c.
int init_called = 0 [static] |
Non-zero if the Scheme API has been initialised.
Definition at line 30 of file scheme_init.c.