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
23 extern "C" {
24 #endif
25 
38 SLV2Value
39 slv2_ui_get_uri(SLV2UI ui);
40 
41 
49 SLV2Values
50 slv2_ui_get_classes(SLV2UI ui);
51 
52 
60 bool
61 slv2_ui_is_a(SLV2UI ui, SLV2Value class_uri);
62 
63 
71 SLV2Value
72 slv2_ui_get_bundle_uri(SLV2UI ui);
73 
74 
82 SLV2Value
83 slv2_ui_get_binary_uri(SLV2UI ui);
84 
85 
88 #ifdef __cplusplus
89 } /* extern "C" */
90 #endif
91 
92 #endif /* __SLV2_PLUGIN_UI_H__ */
93 
SLV2Values slv2_ui_get_classes(SLV2UI ui)
Get the types (URIs of RDF classes) of a Plugin UI.
SLV2Value slv2_ui_get_binary_uri(SLV2UI ui)
Get the URI for a Plugin UI's shared library.
SLV2Value slv2_ui_get_uri(SLV2UI ui)
Get the URI of a Plugin UI.
bool slv2_ui_is_a(SLV2UI ui, SLV2Value class_uri)
Check whether a plugin UI is a given type.
SLV2Value slv2_ui_get_bundle_uri(SLV2UI ui)
Get the URI for a Plugin UI's bundle.

Generated for SLV2 by doxygen 1.8.15