#include <config.h>
#include "gschem.h"
Go to the source code of this file.
Function Documentation
static void x_rc_parse_gschem_error |
( |
GError ** |
err, |
|
|
GSCHEM_TOPLEVEL * |
w_current |
|
) |
| [static] |
void x_rc_parse_gschem |
( |
GSCHEM_TOPLEVEL * |
w_current, |
|
|
const gchar * |
rcfile |
|
) |
| |
- Function Description
- Loads configuration files in a similar manner to g_rc_parse(). Instead of exiting on error, display error dialogs with explanatory messages.
- Parameters:
-
w_current | The current GSCHEM_TOPLEVEL structure. |
rcfile | Specific config file path, or NULL. |
Definition at line 85 of file x_rc.c.