search for: camelname

Displaying 5 results from an estimated 5 matches for "camelname".

Did you mean: camel_name
2012 Jan 20
0
CamelName patch
...iced I'd mixed this one up with a similar one. You reviewed the other one. I have pushed this one accidentally. > commit 83c20f02dc0e97b098e9de837839a3f4a4416129 > Author: Matthew Booth<mbooth at redhat.com> > Date: Fri Jan 13 10:00:30 2012 +0000 > > generator: Add CamelName flag > > We can make a good guess at camel case names for most APIs. For example, > add_drive_opts can be automatically transformed to AddDriveOpts. However, ot > apis don't produce a satisfactory name when transformed automatically. For > example, we would wa...
2012 Jan 20
11
[PATCH 01/10] Revert "Revert "generator: Add CamelName flag""
...nt tags is returned."); - ("mount_9p", (RErr, [String "mounttag"; String "mountpoint"], [OString "options"]), 286, [], + ("mount_9p", (RErr, [String "mounttag"; String "mountpoint"], [OString "options"]), 286, [CamelName "Mount9P"], [], "mount 9p filesystem", "\ @@ -6213,7 +6213,7 @@ Device mapper devices which correspond to logical volumes are I<not> returned in this list. Call C<guestfs_lvs> if you want to list logical volumes."); - ("ntfsresize_opt...
2012 Jan 16
1
[PATCH] generator: Add an explicit Cancellable flag
...failwithf "%s: guestfish alias %s should not contain uppercase chars" name n; diff --git a/generator/generator_types.ml b/generator/generator_types.ml index 0f43d35..17905ce 100644 --- a/generator/generator_types.ml +++ b/generator/generator_types.ml @@ -225,6 +225,7 @@ type flags = | 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 *) + | Cancellable (* The user can cancel this long-running func...
2006 Dec 27
6
file upload
I ma trying to get this upload working, http://mongrel.rubyforge.org/docs/upload_progress.html, ....after starting from the command line, mongrel_rails start -d -p 3001 -S config/mongrel_upload_progress.conf I get this eror in the browser, NameError uninitialized constant UploadProgressRailsController RAILS_ROOT: /usr/opt/tomcat/workspace/upload/config/.. Application Trace | Framework Trace
2012 Jan 17
3
GObject bindings
This is the first iteration of the GObject bindings. I have 'kicked the tyres' on these, meaning I have ensured that a bunch of basic manual tests work as expected. I'm in the process of adding more comprehensive tests. Here's an example simple javascript program which uses these bindings: === const Guestfs = imports.gi.Guestfs; print('Starting'); var g = new