Sha256: 3608be5f49c3c688354803efbbfe034a177bc5837d499d5cb5fa2e09a2a4a98e
Contents?: true
Size: 469 Bytes
Versions: 9
Compression:
Stored size: 469 Bytes
Contents
#pragma once #include "json/JSONIterator.h" namespace rho { namespace apiGenerator { template <typename T> class ApiHandler; typedef rho::String (*Func_JS)(const String& strObjID, rho::json::CJSONArray& argv, const String& strCallbackID, const String& strJsVmID, const String& strCallbackParam); void defineJSApiModule(ApiHandler<Func_JS>*); rho::String js_entry_point(const char* szJSON); void rho_http_js_entry_point(void *arg, rho::String const &query ); } }
Version data entries
9 entries across 9 versions & 2 rubygems