* move some system-initialization to mu_util_init_system;

set G_SLICE env far to always-malloc on FreeBSD, as g_slice does not work
  correctly there.
This commit is contained in:
Dirk-Jan C. Binnema
2010-09-09 00:12:06 +03:00
parent 32a218d76e
commit 3a4bfe1362
3 changed files with 37 additions and 10 deletions

View File

@ -24,6 +24,14 @@
G_BEGIN_DECLS
/**
* do system-specific initialization. should be called before anything
* else. Initializes the locale and Gtype
*
* @return TRUE if is succeeds, FALSE otherwise
*/
gboolean mu_util_init_system (void);
/**
* get the expanded path; ie. perform shell expansion on the path
*