internal_test_63_optargs
Description:
public bool internal_test_63_optargs (InternalTest63Optargs? optargs, Cancellable? cancellable = null) throws Error
internal test function - do not use
This is an internal test function which is used to test whether the automatically generated bindings can handle the full range of 63 optargs correctly. (Note that 63 is not an absolute limit and it could be raised by changing the XDR protocol).
It echos the contents of each parameter to stdout (by default) or to a file (if internal_test_set_output was called).
You probably don't want to call this function.
Parameters:
this |
A GuestfsSession object |
optargs |
a GuestfsInternalTest63Optargs containing optional arguments |
cancellable |
A GCancellable object |
Returns:
true on success, false on error |