binding C callback function in API #4059
Unanswered
soundarsurya
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm writing python wrapper for my c API using pybind11. One of my API is taking callback function as input arguments, i have no idea how we can write binding for the API with callback function. Below is my case which i'm trying,
header.h
Below is pybind11 wrapper i am trying
pybind11_wrapper.cpp
Beta Was this translation helpful? Give feedback.
All reactions