summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-11 00:06:07 +0000
committerDavid Robillard <d@drobilla.net>2011-03-11 00:06:07 +0000
commit0ad295a550f8637cbc71cf15652f94a0cba763d6 (patch)
tree780fc86cb4ac8cc3c0da6454c6e0a77968b5eb1c /src/slv2_internal.h
parent21d99cda2491dca95217a4a0012020da31090d8a (diff)
downloadlilv-0ad295a550f8637cbc71cf15652f94a0cba763d6.tar.gz
lilv-0ad295a550f8637cbc71cf15652f94a0cba763d6.tar.bz2
lilv-0ad295a550f8637cbc71cf15652f94a0cba763d6.zip
Add slv2_plugin_is_replaced to allow hosts to hide old plugins.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3066 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h
index b1f223f..c6b8a41 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -123,6 +123,7 @@ struct _SLV2Plugin {
SLV2Port* ports;
uint32_t num_ports;
bool loaded;
+ bool replaced;
};
SLV2Plugin slv2_plugin_new(SLV2World world, SLV2Value uri, SLV2Value bundle_uri);
@@ -231,6 +232,7 @@ struct _SLV2World {
SLV2PluginClass lv2_plugin_class;
SLV2PluginClasses plugin_classes;
SLV2Plugins plugins;
+ SLV2Node dc_replaces_node;
SLV2Node dyn_manifest_node;
SLV2Node lv2_specification_node;
SLV2Node lv2_plugin_node;