generate_output_for_tree
Description:
[ Version ( since = "1.6.0" ) ]
public File generate_output_for_tree (Tree tree, InstallConfig config, File output_dir, Cancellable? cancellable = null) throws Error
public File generate_output_for_tree (Tree tree, InstallConfig config, File output_dir, Cancellable? cancellable = null) throws Error
Creates an install script that is written to the returned file.
Parameters:
| this |
the install script |
| tree |
the tree |
| config |
the install script config |
| output_dir |
the directory where the file containing the output script will be written |
| cancellable |
a Cancellable, or null |
Returns:
|
a file containing the script. |