[Libguestfs] [PATCH 1/2] generator: Note in comment that CamelName is only used by gobject

Richard W.M. Jones rjones at redhat.com
Fri Jan 20 18:02:08 UTC 2012


On Fri, Jan 20, 2012 at 05:58:37PM +0000, Matthew Booth wrote:
> ---
>  generator/generator_types.ml |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/generator/generator_types.ml b/generator/generator_types.ml
> index 5a0c425..dffe7c5 100644
> --- a/generator/generator_types.ml
> +++ b/generator/generator_types.ml
> @@ -224,7 +224,9 @@ type flags =
>    | Progress              (* function can generate progress messages *)
>    | CamelName of string   (* Pretty camel case name of function. Only specify
>                               this if the generator doesn't make a good job of
> -                             it, for example if it contains an abbreviation *)
> +                             it, for example if it contains an abbreviation.
> +                             This flag is currently only used by the GObject
> +                             bindings. *)
>    | Cancellable           (* The user can cancel this long-running function *)
>  
>  and fish_output_t =
> -- 
> 1.7.7.5

ACK.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top




More information about the Libguestfs mailing list