[Libosinfo] [PATCH 01/10] install-script: Add some missing docs

Christophe Fergeau cfergeau at redhat.com
Mon May 11 15:58:14 UTC 2015


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libosinfo/attachments/20150511/8bd71390/attachment.sig>


More information about the Libosinfo mailing list