* many changes to the config system

This commit is contained in:
Dirk-Jan C. Binnema
2011-01-04 23:19:03 +02:00
parent 38f9772270
commit fade4172fe
32 changed files with 485 additions and 602 deletions

View File

@ -90,7 +90,7 @@ const char* mu_runtime_bookmarks_file (void);
*
* @return the configuration options
*/
MuConfigOptions* mu_runtime_config_options (void);
MuConfig* mu_runtime_config (void);
G_END_DECLS