bindings-cef3 icon indicating copy to clipboard operation
bindings-cef3 copied to clipboard

cef_time_t callbacks not defined

Open fluffynukeit opened this issue 11 years ago • 0 comments

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.

fluffynukeit avatar Nov 06 '14 07:11 fluffynukeit