SLV2 0.6.6
pluginui.h
1/* SLV2
2 * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
3 *
4 * This library is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the Free
6 * Software Foundation; either version 2 of the License, or (at your option)
7 * any later version.
8 *
9 * This library is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 * for more details.
13 *
14 * You should have received a copy of the GNU General Public License along
15 * with this program; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
17 */
18
19#ifndef __SLV2_PLUGIN_UI_H__
20#define __SLV2_PLUGIN_UI_H__
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
38SLV2Value
39slv2_ui_get_uri(SLV2UI ui);
40
41
49SLV2Values
51
52
60bool
61slv2_ui_is_a(SLV2UI ui, SLV2Value class_uri);
62
63
71SLV2Value
73
74
82SLV2Value
84
85
88#ifdef __cplusplus
89} /* extern "C" */
90#endif
91
92#endif /* __SLV2_PLUGIN_UI_H__ */
93
bool slv2_ui_is_a(SLV2UI ui, SLV2Value class_uri)
Check whether a plugin UI is a given type.
SLV2Value slv2_ui_get_uri(SLV2UI ui)
Get the URI of a Plugin UI.
SLV2Value slv2_ui_get_binary_uri(SLV2UI ui)
Get the URI for a Plugin UI's shared library.
SLV2Values slv2_ui_get_classes(SLV2UI ui)
Get the types (URIs of RDF classes) of a Plugin UI.
SLV2Value slv2_ui_get_bundle_uri(SLV2UI ui)
Get the URI for a Plugin UI's bundle.

Generated for SLV2 by doxygen 1.10.0