diff options
Diffstat (limited to 'slv2/slv2.h')
-rw-r--r-- | slv2/slv2.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/slv2/slv2.h b/slv2/slv2.h index c4c2420..2434561 100644 --- a/slv2/slv2.h +++ b/slv2/slv2.h @@ -517,6 +517,14 @@ slv2_plugins_get_at(SLV2Plugins collection, unsigned index) { } /** + This function is deprecated, it does nothing. +*/ +SLV2_DEPRECATED +static inline void +slv2_plugins_free(SLV2World world, SLV2Plugins plugins) { +} + +/** Get a plugin from @a plugins by URI. Return value is shared (stored in @a plugins) and must not be freed or modified by the caller in any way. |