You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you be interested in having helper methods to set the callback functions which automatically create the function pointer with @cfunction ? Since the signature is fixed by the library we can just assume that the user is passing a valid method.
Would you be interested in having helper methods to set the callback functions which automatically create the function pointer with
@cfunction
? Since the signature is fixed by the library we can just assume that the user is passing a valid method.Eg. we could define:
Let me know if that would be good to have, and if the naming, or something else would need to be changed
The text was updated successfully, but these errors were encountered: