summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-builder/asb-context.h')
-rw-r--r--libappstream-builder/asb-context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-builder/asb-context.h b/libappstream-builder/asb-context.h
index f4b8370..0a4cd47 100644
--- a/libappstream-builder/asb-context.h
+++ b/libappstream-builder/asb-context.h
@@ -119,6 +119,8 @@ void asb_context_set_output_dir (AsbContext *ctx,
const gchar *output_dir);
void asb_context_set_basename (AsbContext *ctx,
const gchar *basename);
+void asb_context_set_origin (AsbContext *ctx,
+ const gchar *origin);
const gchar *asb_context_get_temp_dir (AsbContext *ctx);
gboolean asb_context_get_add_cache_id (AsbContext *ctx);
gboolean asb_context_get_hidpi_enabled (AsbContext *ctx);