Skip to content

Commit

Permalink
Add getPluginVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao authored and WolframRhodium committed Apr 4, 2024
1 parent dc004bf commit e2f6b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cython/vapoursynth.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ cdef extern from "include/VapourSynth4.h" nogil:
const char *getPluginFunctionArguments(VSPluginFunction *func) nogil
const char *getPluginFunctionReturnType(VSPluginFunction *func) nogil
const char *getPluginPath(const VSPlugin *plugin) nogil
int *getPluginVersion(const VSPlugin *plugin) nogil;
VSMap *invoke(VSPlugin *plugin, const char *name, const VSMap *args) nogil

# Core and information
Expand Down

0 comments on commit e2f6b4d

Please sign in to comment.