summaryrefslogtreecommitdiff
path: root/builder/builder-utils.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-02-18 21:47:29 +0100
committerAlexander Larsson <alexl@redhat.com>2016-02-18 21:47:29 +0100
commitb44bbc13c3630a0f1fd055dd1518e52dde3dc241 (patch)
tree0c020677a96ba702c577d630b0b917790546fa74 /builder/builder-utils.h
parentd5d47aa458a909b6fc8dc9e0e804966417dbdf72 (diff)
downloadxdg-app-b44bbc13c3630a0f1fd055dd1518e52dde3dc241.tar.gz
Move migrate_locales to builder-utils.c
Diffstat (limited to 'builder/builder-utils.h')
-rw-r--r--builder/builder-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/builder/builder-utils.h b/builder/builder-utils.h
index 173f353..ee1d4e1 100644
--- a/builder/builder-utils.h
+++ b/builder/builder-utils.h
@@ -45,6 +45,8 @@ void xdg_app_collect_matches_for_path_pattern (const char *path,
const char *pattern,
const char *add_prefix,
GHashTable *to_remove_ht);
+gboolean builder_migrate_locale_dirs (GFile *root_dir,
+ GError **error);
G_END_DECLS