summaryrefslogtreecommitdiff
path: root/builder/builder-manifest.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-03-23 16:42:40 +0100
committerAlexander Larsson <alexl@redhat.com>2016-03-23 16:42:40 +0100
commit7e6b18eddcc0a8a80a20b97d1ad89b803fc7b08f (patch)
treeda38afc8c4da3c6b6fe6cb2699de36e60be99f1f /builder/builder-manifest.h
parentd32b13a695184e863f9334f5f0832217e86101a3 (diff)
downloadxdg-app-7e6b18eddcc0a8a80a20b97d1ad89b803fc7b08f.tar.gz
builder: Actually respect the defined branch
Diffstat (limited to 'builder/builder-manifest.h')
-rw-r--r--builder/builder-manifest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/builder/builder-manifest.h b/builder/builder-manifest.h
index 4778705..32d966a 100644
--- a/builder/builder-manifest.h
+++ b/builder/builder-manifest.h
@@ -47,6 +47,7 @@ const char * builder_manifest_get_id (BuilderManifest *self);
const char * builder_manifest_get_id_platform (BuilderManifest *self);
BuilderOptions *builder_manifest_get_build_options (BuilderManifest *self);
GList * builder_manifest_get_modules (BuilderManifest *self);
+const char * builder_manifest_get_branch (BuilderManifest *self);
gboolean builder_manifest_start (BuilderManifest *self,
BuilderContext *context,