Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cef_time_t callbacks not defined #1

Open
fluffynukeit opened this issue Nov 6, 2014 · 0 comments
Open

cef_time_t callbacks not defined #1

fluffynukeit opened this issue Nov 6, 2014 · 0 comments

Comments

@fluffynukeit
Copy link
Owner

cef3 callbacks returning cef_time_t are not implemented. Trying to define them results in "unacceptable return type in foreign declaration" errors. I believe this is because the Haskell FFI cannot return structure by value. Since the CEF3 framework invokes these callbacks, they must return a structure by value because CEF expects them to. I do not know how to reconcile this, if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant