* mu-guile-misc -> mu-guile-log, and some cleanups

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-25 08:48:21 +03:00
parent 3b78cdd023
commit 2f556738e8
7 changed files with 46 additions and 40 deletions

View File

@ -21,6 +21,9 @@
#endif /*HAVE_CONFIG_H*/
#include "mu-guile-common.h"
#include "mu-guile-store.h"
#include "mu-guile-msg.h"
#include "mu-guile-log.h"
void
mu_guile_error (const char *func_name, int status,
@ -45,6 +48,15 @@ mu_guile_g_error (const char *func_name, GError *err)
void
mu_guile_init (void)
{
scm_with_guile (&mu_guile_msg_init, NULL);
scm_with_guile (&mu_guile_store_init, NULL);
scm_with_guile (&mu_guile_log_init, NULL);
}
/*
* backward compat for pre-2.x guile - note, this will fail miserably
* if you don't use a UTF8 locale