summaryrefslogtreecommitdiff
path: root/egg/egg-testing.h
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@src.gnome.org>2019-08-15 16:28:58 +0200
committerDaiki Ueno <ueno@gnu.org>2019-10-13 06:21:37 +0000
commit9cfad7c6214e187624e165a18b64fe266ec68340 (patch)
tree7e924482870c48899176e9ede18eca21eaaee82a /egg/egg-testing.h
parent29cc14153df36cfd917c3743c4ecd1625cd9b399 (diff)
downloadlibsecret-9cfad7c6214e187624e165a18b64fe266ec68340.tar.gz
egg-testing: Sync with gnome-keyring
Diffstat (limited to 'egg/egg-testing.h')
-rw-r--r--egg/egg-testing.h10
1 files changed, 9 insertions, 1 deletions
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_ */