Sha256: 40635d75fd997dff40dbef335551f2d034e74d744162b9d5e26013f493f60cff

Contents?: true

Size: 392 Bytes

Versions: 1

Compression:

Stored size: 392 Bytes

Contents

#include "common/app_build_capabilities.h"


extern "C" void Init_JSAPI_WebView();
#ifndef RHO_NO_RUBY_API
extern "C" void Init_RubyAPI_WebView();
extern "C" int  rho_ruby_is_started();
#endif

extern "C" void Init_WebView_API()
{
#ifndef RHO_NO_RUBY_API
    if (rho_ruby_is_started())
    {
    	Init_RubyAPI_WebView();
    }
#endif

#ifndef RHO_NO_JS_API
    Init_JSAPI_WebView();
#endif
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tauplatform-1.0.1 lib/commonAPI/coreapi/ext/shared/generated/webview_api_init.cpp