Update russian translation.
[mikachu/openbox.git] / parser / parse.h
index 7aba2e4..28af64b 100644 (file)
@@ -34,12 +34,14 @@ typedef void (*ParseCallback)(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
 ObParseInst* parse_startup();
 void parse_shutdown(ObParseInst *inst);
 
-/* Loads Openbox's rc, from the normal paths */
-gboolean parse_load_rc(const gchar *file, xmlDocPtr *doc, xmlNodePtr *root,
-                       gchar **fileused);
+/*! Loads Openbox's rc, from the normal paths
+  @param file The path of the config to try load.  NULL to load from the
+         default path
+ */
+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 menu, from the normal paths */
+/* Loads an Openbox theme, from the normal paths */
 gboolean parse_load_theme(const gchar *name, xmlDocPtr *doc, xmlNodePtr *root,
                           gchar **path);