summaryrefslogtreecommitdiff
path: root/builder/builder-module.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-09 17:24:42 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-09 17:24:42 +0200
commit28c1c65d8f3feb6235627e52c789199a436b4e3c (patch)
tree5cbb318468a006b2f14ac344a900bf045ed2cb26 /builder/builder-module.h
parent633bd42cc6c5e0613a577bb2740e836474368b69 (diff)
downloadxdg-app-28c1c65d8f3feb6235627e52c789199a436b4e3c.tar.gz
Builder: Support disabled=true to not build a module
This is a simple way to "comment out" a module.
Diffstat (limited to 'builder/builder-module.h')
-rw-r--r--builder/builder-module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/builder/builder-module.h b/builder/builder-module.h
index 513eac2..0adc3fb 100644
--- a/builder/builder-module.h
+++ b/builder/builder-module.h
@@ -40,6 +40,7 @@ typedef struct BuilderModule BuilderModule;
GType builder_module_get_type (void);
const char * builder_module_get_name (BuilderModule *self);
+gboolean builder_module_get_disabled (BuilderModule *self);
GList * builder_module_get_sources (BuilderModule *self);
GPtrArray * builder_module_get_changes (BuilderModule *self);
void builder_module_set_changes (BuilderModule *self,