summaryrefslogtreecommitdiff
path: root/builder/builder-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'builder/builder-utils.h')
-rw-r--r--builder/builder-utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/builder/builder-utils.h b/builder/builder-utils.h
index c192e2b..bd31c03 100644
--- a/builder/builder-utils.h
+++ b/builder/builder-utils.h
@@ -44,9 +44,9 @@ char ** builder_get_debuginfo_file_references (const char *filename,
gboolean directory_is_empty (const char *path);
-gboolean xdg_app_matches_path_pattern (const char *path,
+gboolean flatpak_matches_path_pattern (const char *path,
const char *pattern);
-void xdg_app_collect_matches_for_path_pattern (const char *path,
+void flatpak_collect_matches_for_path_pattern (const char *path,
const char *pattern,
const char *add_prefix,
GHashTable *to_remove_ht);