SLV2 0.6.6
pluginclass.h
00001 /* SLV2
00002  * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
00003  *
00004  * This library is free software; you can redistribute it and/or modify it
00005  * under the terms of the GNU General Public License as published by the Free
00006  * Software Foundation; either version 2 of the License, or (at your option)
00007  * any later version.
00008  *
00009  * This library is distributed in the hope that it will be useful, but WITHOUT
00010  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
00011  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
00012  * for more details.
00013  *
00014  * You should have received a copy of the GNU General Public License along
00015  * with this program; if not, write to the Free Software Foundation, Inc.,
00016  * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
00017  */
00018 
00019 #ifndef __SLV2_PLUGIN_CLASS_H__
00020 #define __SLV2_PLUGIN_CLASS_H__
00021 
00022 #ifdef __cplusplus
00023 extern "C" {
00024 #endif
00025 
00026 #include "slv2/types.h"
00027 
00040 SLV2Value slv2_plugin_class_get_parent_uri(SLV2PluginClass plugin_class);
00041 
00042 
00049 SLV2Value slv2_plugin_class_get_uri(SLV2PluginClass plugin_class);
00050 
00051 
00058 SLV2Value slv2_plugin_class_get_label(SLV2PluginClass plugin_class);
00059 
00060 
00067 SLV2PluginClasses
00068 slv2_plugin_class_get_children(SLV2PluginClass plugin_class);
00069 
00070 
00073 #ifdef __cplusplus
00074 } /* extern "C" */
00075 #endif
00076 
00077 #endif /* __SLV2_PLUGIN_CLASS_H__ */

Generated for SLV2 by doxygen 1.7.4