]> Dogcows Code - chaz/openbox/blobdiff - parser/parse.h
Don't hilite new windows when we're restoring them from a saved session.
[chaz/openbox] / parser / parse.h
index 7f27339869eaec872be2be1c57c22141b57b3bee..28af64bc8797b7eca61d491aa5b1ab1d2fb9fb36 100644 (file)
@@ -35,13 +35,13 @@ 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 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);
 
This page took 0.020183 seconds and 4 git commands to generate.