diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2012-02-27 18:45:51 +0000 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2012-08-23 15:16:52 +0100 |
commit | 8ed01da848a65fb0fccf856ebac007c6aa52310e (patch) | |
tree | bc62e72b3ba2891bdfad1ebbf8b31c2c74745bc7 /docs | |
parent | 9f4dfebaff4f11a7cfef2295726d5c4f46166097 (diff) |
Add APIs for dealing with installer automation scripts
This introduces two new objects
- OsinfoInstallConfig - stores configuration parameters which get
substituted into the install script template.
- OsinfoInstallScript - provides a template and the mechanism for
turning it into an install script using XSLT
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Libosinfo.types | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/Libosinfo.types b/docs/reference/Libosinfo.types index 2cf0934..faf8643 100644 --- a/docs/reference/Libosinfo.types +++ b/docs/reference/Libosinfo.types @@ -8,6 +8,9 @@ osinfo_devicelinklist_get_type osinfo_devicelist_get_type osinfo_entity_get_type osinfo_filter_get_type +osinfo_install_config_get_type +osinfo_install_script_get_type +osinfo_install_scriptlist_get_type osinfo_list_get_type osinfo_loader_get_type osinfo_media_get_type |