Sha256: 0fd372a984536451c7d11b48a6f97f2406580df453cdea43cee01b1915fefe29
Contents?: true
Size: 422 Bytes
Versions: 1
Compression:
Stored size: 422 Bytes
Contents
#include "common/app_build_capabilities.h" extern "C" void Init_JSAPI_NativeMenubar(); #ifndef RHO_NO_RUBY_API extern "C" void Init_RubyAPI_NativeMenubar(); extern "C" int rho_ruby_is_started(); #endif extern "C" void Init_NativeMenubar_API() { #ifndef RHO_NO_RUBY_API if (rho_ruby_is_started()) { Init_RubyAPI_NativeMenubar(); } #endif #ifndef RHO_NO_JS_API Init_JSAPI_NativeMenubar(); #endif }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tauplatform-1.0.1 | lib/commonAPI/coreapi/ext/shared/generated/nativemenubar_api_init.cpp |