[Libosinfo] [libosinfo PATCH 4/6] install_script: Document OsinfoInstallScriptInstallationSource

Fabiano Fidêncio fidencio at redhat.com
Mon May 6 10:02:16 UTC 2019


Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 osinfo/osinfo_install_script.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/osinfo/osinfo_install_script.h b/osinfo/osinfo_install_script.h
index c722518..dd90ca5 100644
--- a/osinfo/osinfo_install_script.h
+++ b/osinfo/osinfo_install_script.h
@@ -136,6 +136,13 @@ typedef enum {
     OSINFO_INSTALL_SCRIPT_INJECTION_METHOD_WEB    = 1 << 4,
 } OsinfoInstallScriptInjectionMethod;
 
+/**
+ * OsinfoInstallScriptInstallationSource:
+ * @OSINFO_INSTALL_SCRIPT_INSTALLATION_SOURCE_MEDIA: A media will be used as
+ * the installation source.
+ * @OSINFO_INSTALL_SCRIPT_INSTALLATION_SOURCE_NETWORK: A network method will
+ * be used as installation source.
+ */
 typedef enum {
     OSINFO_INSTALL_SCRIPT_INSTALLATION_SOURCE_MEDIA,
     OSINFO_INSTALL_SCRIPT_INSTALLATION_SOURCE_NETWORK
-- 
2.21.0




More information about the Libosinfo mailing list