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.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/builder/builder-utils.h b/builder/builder-utils.h
index 12dadab..c192e2b 100644
--- a/builder/builder-utils.h
+++ b/builder/builder-utils.h
@@ -30,25 +30,27 @@ typedef struct BuilderUtils BuilderUtils;
char *builder_uri_to_filename (const char *uri);
-gboolean strip (GError **error, ...);
-gboolean eu_strip (GError **error, ...);
+gboolean strip (GError **error,
+ ...);
+gboolean eu_strip (GError **error,
+ ...);
gboolean is_elf_file (const char *path,
- gboolean *is_shared,
- gboolean *is_stripped);
+ gboolean *is_shared,
+ gboolean *is_stripped);
char ** builder_get_debuginfo_file_references (const char *filename,
- GError **error);
+ GError **error);
gboolean directory_is_empty (const char *path);
-gboolean xdg_app_matches_path_pattern (const char *path,
- const char *pattern);
+gboolean xdg_app_matches_path_pattern (const char *path,
+ const char *pattern);
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,
+gboolean builder_migrate_locale_dirs (GFile *root_dir,
GError **error);
G_END_DECLS