Skip to content

cef_time_t callbacks not defined #1

@fluffynukeit

Description

@fluffynukeit

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions