suil.h | suil.h | |||
---|---|---|---|---|
skipping to change at line 161 | skipping to change at line 161 | |||
where 1 is the highest quality (direct native embedding with no wrapping ) | where 1 is the highest quality (direct native embedding with no wrapping ) | |||
and increaing values are of a progressively lower quality and/or stabili ty. | and increaing values are of a progressively lower quality and/or stabili ty. | |||
*/ | */ | |||
SUIL_API | SUIL_API | |||
unsigned | unsigned | |||
suil_ui_supported(const char* host_type_uri, | suil_ui_supported(const char* host_type_uri, | |||
const char* ui_type_uri); | const char* ui_type_uri); | |||
/** | /** | |||
Instantiate a UI for an LV2 plugin. | Instantiate a UI for an LV2 plugin. | |||
This funcion may load a suil module to adapt the UI to the desired toolk | ||||
it. | ||||
Suil is configured at compile time to load modules from the appropriate | ||||
place, but this can be changed at run-time via the environment variable | ||||
SUIL_MODULE_DIR. This makes it possible to bundle suil with an applicat | ||||
ion. | ||||
@param host Host descriptor. | @param host Host descriptor. | |||
@param controller Opaque host controller pointer. | @param controller Opaque host controller pointer. | |||
@param container_type_uri URI of the desired host container widget type. | @param container_type_uri URI of the desired host container widget type. | |||
@param plugin_uri URI of the plugin to instantiate this UI for. | @param plugin_uri URI of the plugin to instantiate this UI for. | |||
@param ui_uri URI of the specifically desired UI. | @param ui_uri URI of the specifically desired UI. | |||
@param ui_type_uri URI of the actual UI widget type. | @param ui_type_uri URI of the actual UI widget type. | |||
@param ui_bundle_path Path of the UI bundle. | @param ui_bundle_path Path of the UI bundle. | |||
@param ui_binary_path Path of the UI binary. | @param ui_binary_path Path of the UI binary. | |||
@param features NULL-terminated array of supported features, or NULL. | @param features NULL-terminated array of supported features, or NULL. | |||
@return A new UI instance, or NULL if instantiation failed. | @return A new UI instance, or NULL if instantiation failed. | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 8 lines changed or added | |||