On Thu, May 07, 2015 at 05:36:36PM +0100, Zeeshan Ali (Khattak) wrote: > --- > osinfo/osinfo_install_script.c | 41 ++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 40 insertions(+), 1 deletion(-) > > diff --git a/osinfo/osinfo_install_script.c b/osinfo/osinfo_install_script.c > index 9304b97..a6a5bab 100644 > --- a/osinfo/osinfo_install_script.c > +++ b/osinfo/osinfo_install_script.c > @@ -891,7 +891,19 @@ static void osinfo_install_script_template_loaded(GObject *src, > g_free(uri); > } > > - > +/** > + * osinfo_install_script_generate_async: > + * @script: the install script > + * @os: the os Here @os is "the os" > > +/** > + * osinfo_install_script_generate: > + * @script: the install script > + * @os: the os entity and here it's "the os entity". > + * @config: the install script config > + * @cancellable: (allow-none): a #GCancellable, or %NULL > + * @error: The location where to store any error, or %NULL > + * > + * Creates an install script. > + * > + * Returns: (transfer full): the script as string. > + */ > gchar *osinfo_install_script_generate(OsinfoInstallScript *script, > OsinfoOs *os, > OsinfoInstallConfig *config, > @@ -1101,6 +1125,21 @@ static void osinfo_install_script_generate_output_write_file(GObject *src, > } > } > > +/** > + * osinfo_install_script_generate_output_async: > + * @script: the install script > + * @os: the os ditto Ack with this discrepancy fixed. Christophe
Attachment:
pgpPy9JTTPPSd.pgp
Description: PGP signature
_______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo