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
I wanted to try fiddling around with the embedding api allthough i think the VALUE_FROM_CLOSURE macro mentioned in the api docs seems to be missing from the source. Can you help me out?
The text was updated successfully, but these errors were encountered:
There is no VALUE_FROM_CLOSURE nor VALUE_FROM_FUNCTION macros.
Just use VALUE_FROM_OBJECT and pass your closure/function as argument.
For example: VALUE_FROM_OBJECT(closure).
I wanted to try fiddling around with the embedding api allthough i think the
VALUE_FROM_CLOSURE
macro mentioned in the api docs seems to be missing from the source. Can you help me out?The text was updated successfully, but these errors were encountered: