RootDevice.full
Description:
[ CCode ( has_construct_function = false ) ]
public RootDevice.full (Context context, ResourceFactory factory, XMLDoc description_doc, string description_path, string description_dir)
public RootDevice.full (Context context, ResourceFactory factory, XMLDoc description_doc, string description_path, string description_dir)
Create a new RootDevice, automatically loading and parsing device description
document from description_path
if description_doc
is null
.
Parameters:
context |
A Context |
factory | |
description_doc |
Device description document, or |
description_path |
Path to device description document. This could either be an absolute path or path relative to |
description_dir |
Path to directory where description documents are provided. |
Returns:
A new RootDevice object. |