diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/imaker.api-module.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/imaker.api-module.html Fri Sep 11 11:54:49 2009 +0100
@@ -0,0 +1,217 @@
+
+
+
+
+ imaker.api
+
+
+
+
+
+
+
+
+
+Module api
source code
+This module is an helper to interface iMaker.
+
+
+
+
+
+
+
+
+ |
+ IMakerConfigScanner
+ Specialize the abstract filescanner to support detection of the configuration.
+ |
+
+
+
+
+
+
+
+
+
+ |
+
+
+ scan_configs(includes,
+ excludes)
+ Use iMaker to scan the available buildable configurations. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ targets_for_config(config)
+ Return the list of target supported by the provided configuration of iMaker. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ get_product_dir(product)
+ Return the PRODUCT_DIR variable from iMaker. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ get_variable(variable,
+ target=None,
+ product=None,
+ config=None,
+ default=None)
+ Get variable value from iMaker. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+