gschem

x_rc.c File Reference

#include <config.h>
#include "gschem.h"
Include dependency graph for x_rc.c:

Go to the source code of this file.

Functions

static void x_rc_parse_gschem_error (GError **err, GSCHEM_TOPLEVEL *w_current)
void x_rc_parse_gschem (GSCHEM_TOPLEVEL *w_current, const gchar *rcfile)
 Load gschem configuration files and display error dialogs.

Function Documentation

static void x_rc_parse_gschem_error ( GError **  err,
GSCHEM_TOPLEVEL w_current 
) [static]

Definition at line 28 of file x_rc.c.

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_currentThe current GSCHEM_TOPLEVEL structure.
rcfileSpecific config file path, or NULL.

Definition at line 85 of file x_rc.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines