summaryrefslogtreecommitdiffstats
path: root/suil
diff options
context:
space:
mode:
Diffstat (limited to 'suil')
-rw-r--r--suil/suil.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/suil/suil.h b/suil/suil.h
index 310d6ab..6d6981d 100644
--- a/suil/suil.h
+++ b/suil/suil.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011 David Robillard <http://drobilla.net>
+ Copyright 2011-2012 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@@ -174,6 +174,11 @@ suil_ui_supported(const char* host_type_uri,
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 application.
+ Note that some situations (Gtk in Qt, Windows in Gtk) require a parent
+ container to be passed as a feature with URI LV2_UI__parent
+ (http://lv2plug.in/ns/extensions/ui#ui) in order to work correctly. The
+ data must point to a single child container of the host widget set.
+
@param host Host descriptor.
@param controller Opaque host controller pointer.
@param container_type_uri URI of the desired host container widget type.