gattrib
|
Functions to register Scheme functions. More...
#include <config.h>
#include <stdio.h>
#include <sys/stat.h>
#include <libgeda/libgeda.h>
#include "../include/struct.h"
#include "../include/prototype.h"
#include "../include/globals.h"
#include "../include/i_vars.h"
Go to the source code of this file.
Functions | |
void | g_register_funcs (void) |
Register Scheme functions. | |
SCM | g_quit (void) |
Scheme function to quit the application. |
Functions to register Scheme functions
Definition in file g_register.c.
void g_register_funcs | ( | void | ) |
This function registers the Scheme functions required to use gattrib. They are mostly unnecessary, except for reading in the gattribrc file at the beginning of the prog which gives the library search paths.
Definition at line 62 of file g_register.c.
SCM g_quit | ( | void | ) |
Quit the application from within Scheme.
Definition at line 77 of file g_register.c.