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