From 361f21b9e1f59bd602d0e1ed8b80f726605995be Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 24 Jan 2008 16:11:18 +0000 Subject: Make SLV2 UI class interface match ports. git-svn-id: http://svn.drobilla.net/lad/slv2@1112 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/pluginui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slv2') diff --git a/slv2/pluginui.h b/slv2/pluginui.h index 7de54aa..b01bf34 100644 --- a/slv2/pluginui.h +++ b/slv2/pluginui.h @@ -45,7 +45,7 @@ slv2_ui_get_uri(SLV2UI ui); * Time = O(1) */ SLV2Values -slv2_ui_get_types(SLV2UI ui); +slv2_ui_get_classes(SLV2UI ui); /** Check whether a plugin UI is a given type. @@ -56,7 +56,7 @@ slv2_ui_get_types(SLV2UI ui); * Time = O(1) */ bool -slv2_ui_is_type(SLV2UI ui, const char* type_uri); +slv2_ui_is_a(SLV2UI ui, const char* type_uri); /** Get the URI for a Plugin UI's bundle. -- cgit v1.2.1