From 9cfad7c6214e187624e165a18b64fe266ec68340 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Thu, 15 Aug 2019 16:28:58 +0200 Subject: egg-testing: Sync with gnome-keyring --- egg/egg-testing.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'egg/egg-testing.h') diff --git a/egg/egg-testing.h b/egg/egg-testing.h index 1f07f0c..1a240b2 100644 --- a/egg/egg-testing.h +++ b/egg/egg-testing.h @@ -56,4 +56,12 @@ void egg_test_wait_idle (void); gint egg_tests_run_with_loop (void); -#endif /* EGG_DH_H_ */ +void egg_tests_copy_scratch_file (const gchar *directory, + const gchar *file_to_copy); + +gchar * egg_tests_create_scratch_directory (const gchar *file_to_copy, + ...) G_GNUC_NULL_TERMINATED; + +void egg_tests_remove_scratch_directory (const gchar *directory); + +#endif /* EGG_TESTING_H_ */ -- cgit v1.2.1