dconf 0.23.1
[dconf.git] / tests / tmpdir.h
blob6e9dae8e10f124e82a9fc841a3e50d0d33a4a41e
1 #ifndef __dconf_tmpdir_h__
2 #define __dconf_tmpdir_h__
4 #include <glib.h>
6 gchar *dconf_test_create_tmpdir (void);
7 void dconf_test_remove_tmpdir (const gchar *tmpdir);
9 #endif /* __dconf_tmpdir_h__ */