Sha256: 7aed4f1a1a652b3f46ae0c58ff8050c49eda090c6a2c82709979a90fbfcec953
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 Bytes
Contents
#include "common/app_build_capabilities.h" extern "C" void Init_JSAPI_NativeTabbar(); #ifndef RHO_NO_RUBY_API extern "C" void Init_RubyAPI_NativeTabbar(); extern "C" int rho_ruby_is_started(); #endif extern "C" void Init_NativeTabbar_API() { #ifndef RHO_NO_RUBY_API if (rho_ruby_is_started()) { Init_RubyAPI_NativeTabbar(); } #endif #ifndef RHO_NO_JS_API Init_JSAPI_NativeTabbar(); #endif }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tauplatform-1.0.1 | lib/commonAPI/coreapi/ext/shared/generated/nativetabbar_api_init.cpp |