CEF

This creates a base class for a thing to help you implement the function pointers.

class MyApp : CEF!cef_app_t {

}

version(cef)
abstract
class CEF (
Base
) {}

Members

Functions

passable
Base* passable()

Call this to pass to CEF. It will add ref for you.

Meta