create_from_location
Description:
[ Version ( since = "0.1.0" ) ]
public static Tree create_from_location (string location, Cancellable? cancellable = null) throws Error
public static Tree create_from_location (string location, Cancellable? cancellable = null) throws Error
Creates a new Tree for installation tree at location.
The location could be a http:// or a https:// URI, or a local file.
NOTE: Currently this only works for trees with a .treeinfo file
Parameters:
| location |
the location of an installation tree |
| cancellable |
a Cancellable, or null |
Returns:
|
a new Tree , or NULL on error |