summaryrefslogtreecommitdiff
path: root/builder/builder-utils.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-06 16:37:47 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-09 09:00:20 +0200
commit6a613d1fabce5e93656cfbcb6815cc9bc98f437b (patch)
tree0cd0258d16ef75e15287d7e1288af117f20d6751 /builder/builder-utils.h
parentce20be26f80dbb9769e8b758b3483edc827e7aaa (diff)
downloadxdg-app-6a613d1fabce5e93656cfbcb6815cc9bc98f437b.tar.gz
Rename all non-autogenerated symbols to flatpak
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);