generate_for_tree
Description:
[ Version ( since = "1.6.0" ) ]
public string generate_for_tree (Tree tree, InstallConfig config, Cancellable? cancellable = null) throws Error
public string generate_for_tree (Tree tree, InstallConfig config, Cancellable? cancellable = null) throws Error
Creates an install script.
The tree tree must have been identified successfully using
identify_tree() before calling this function.
Parameters:
| this |
the install script |
| tree |
the tree |
| config |
the install script config |
| cancellable |
a Cancellable, or null |
Returns:
|
the script as string. |