diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-02 09:22:50 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-02 09:45:33 -0500 |
| commit | bbad88aa21f01a70faf824cbb2825bd7f9d95253 (patch) | |
| tree | b2800fc898f08a6fc3d91ec2bb6b21acc9ee16d6 /parser/parse.h | |
| parent | 674c042c68602fbe19d525a697b35870b7029b41 (diff) | |
add a --config-file command line option, and OB_CONFIG_FILE root hint
Diffstat (limited to 'parser/parse.h')
| -rw-r--r-- | parser/parse.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 */ |
