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

Matthew Booth mbooth at redhat.com
Fri Jan 20 17:58:37 UTC 2012


---
 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




More information about the Libguestfs mailing list