#include <config.h>
#include <stdio.h>
#include <sys/stat.h>
#include "gschem.h"
Go to the source code of this file.
Function Documentation
static SCM create_hook |
( |
const char * |
name, |
|
|
int |
n_args |
|
) |
| [static] |
- Function Description
- Creates a Guile new hook with n_args arguments, and binds it to the variable name, returning the newly created hook.
- Parameters:
-
n_args | Number of arguments the hook should take. |
name | Name of variable to bind the hook to. |
- Returns:
- the newly-created hook.
Definition at line 308 of file g_register.c.
void g_register_funcs |
( |
void |
| ) |
|
- Function Description
- Creates subr objects to make g_rc_* functions that are defined * #g_rc.c, #g_keys.c and #g_funcs.c visible to Scheme.
Definition at line 319 of file g_register.c.
Variable Documentation