search for: f303048

Displaying 2 results from an estimated 2 matches for "f303048".

Did you mean: 003048
2016 Feb 26
1
[PATCH] doc: add info on per-function needed feature
...on the feature \"%s\".\n" opt; + pr " * See also guestfs_session_feature_available().\n"; + pr " *\n"; + ); + pr " * Returns: "; (match ret with | RErr -> diff --git a/generator/java.ml b/generator/java.ml index f303048..4821b34 100644 --- a/generator/java.ml +++ b/generator/java.ml @@ -274,6 +274,13 @@ public class GuestFS { pr " * %s\n" f.shortdesc; pr " * </p><p>\n"; pr " * %s\n" doc; + (match f.optional with + | None ->...
2016 Feb 23
7
[PATCH 0/4] Various tweaks to the generator.
Use interfaces files (*.mli files) instead of exporting all symbols randomly. Change the 'file is generated' warnings at the top of generated files so they accurately describe which source file generates each output file. Rich.