1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-06-30 23:46:35 +00:00

test-utilities: Export hierarchy creation function

This commit is contained in:
Khalid Abu Shawarib 2024-01-11 16:40:17 +03:00
parent 3cd96ff99c
commit 7b460d79ae
2 changed files with 4 additions and 1 deletions

View File

@ -57,7 +57,7 @@ empty_directory_by_prefix (GFile *parent,
}
}
static void
void
create_hierarchy_from_template (const GStrv hier,
const gchar *substitution)
{

View File

@ -16,6 +16,9 @@ void test_clear_tmp_dir (void);
void empty_directory_by_prefix (GFile *parent,
gchar *prefix);
void create_hierarchy_from_template (const GStrv hier,
const gchar *substitution);
void create_search_file_hierarchy (gchar *search_engine);
void delete_search_file_hierarchy (gchar *search_engine);