gattrib

g_register.c File Reference

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"
Include dependency graph for g_register.c:

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.

Detailed Description

Functions to register Scheme functions

Definition in file g_register.c.


Function Documentation

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.

Here is the call graph for this function:

SCM g_quit ( void  )

Quit the application from within Scheme.

Definition at line 77 of file g_register.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines