internal_test_only_optargs
Description:
public bool internal_test_only_optargs (InternalTestOnlyOptargs? 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 no args, some optargs correctly.
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 GuestfsInternalTestOnlyOptargs containing optional arguments |
cancellable |
A GCancellable object |
Returns:
true on success, false on error |