19 #ifndef __SLV2_PLUGINS_H__
20 #define __SLV2_PLUGINS_H__
26 #include "slv2/types.h"
27 #include "slv2/value.h"
40 #define SLV2_COLLECTION(CollType, ElemType, prefix) \
47 prefix ## _free(CollType collection); \
55 prefix ## _size(CollType collection); \
70 prefix ## _get_at(CollType collection, \
73 SLV2_COLLECTION(SLV2PluginClasses, SLV2PluginClass, slv2_plugin_classes)
74 SLV2_COLLECTION(SLV2ScalePoints, SLV2ScalePoint, slv2_scale_points)
75 SLV2_COLLECTION(SLV2Values, SLV2Value, slv2_values)
76 SLV2_COLLECTION(SLV2UIs, SLV2UI, slv2_uis)