From f291f0a52c45c9ae14d031c1fc16d772c65d94ce Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 30 Jun 2007 23:33:36 +0000 Subject: Reworked GUI access in a safer way, anticipating various GUI specs (w/o breaking binary compatibility). Increment libtool library version number accordingly (new methods added, still backwards compatible). git-svn-id: http://svn.drobilla.net/lad/slv2@547 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slv2/plugin.h') diff --git a/slv2/plugin.h b/slv2/plugin.h index 9dc53e7..36add35 100644 --- a/slv2/plugin.h +++ b/slv2/plugin.h @@ -338,12 +338,12 @@ slv2_plugin_get_guis(SLV2Plugin plugin); /** Get the URI for a GUI library. * * \param plugin The plugin that the GUI is for. - * \param gui A GUI identifier as returned by slv2_plugin_get_guis(). + * \param gui A GUI identifier as returned by slv2_plugin_get_guis() (with type SLV2_VALUE_GUI). * * Time = Query */ SLV2Value -slv2_plugin_gui_get_library_uri(SLV2Plugin plugin, +slv2_plugin_get_gui_library_uri(SLV2Plugin plugin, SLV2Value gui); -- cgit v1.2.1