From bbad88aa21f01a70faf824cbb2825bd7f9d95253 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 2 Feb 2008 09:22:50 -0500 Subject: add a --config-file command line option, and OB_CONFIG_FILE root hint --- parser/parse.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'parser/parse.h') diff --git a/parser/parse.h b/parser/parse.h index 4a8ec9a7..28af64bc 100644 --- a/parser/parse.h +++ b/parser/parse.h @@ -35,10 +35,10 @@ ObParseInst* parse_startup(); void parse_shutdown(ObParseInst *inst); /*! Loads Openbox's rc, from the normal paths - @type The configuration type to load, or NULL to use the default. - e.g. "gnome" would load rc-gnome.xml. + @param file The path of the config to try load. NULL to load from the + default path */ -gboolean parse_load_rc(const gchar *type, xmlDocPtr *doc, xmlNodePtr *root); +gboolean parse_load_rc(const gchar *file, xmlDocPtr *doc, xmlNodePtr *root); /* Loads an Openbox menu, from the normal paths */ gboolean parse_load_menu(const gchar *file, xmlDocPtr *doc, xmlNodePtr *root); /* Loads an Openbox theme, from the normal paths */ -- cgit v1.2.3