platform/shared/ruby/ext/rho/rhoruby.h in rhodes-2.2.6 vs platform/shared/ruby/ext/rho/rhoruby.h in rhodes-2.3.0.beta.1

- old
+ new

@@ -32,13 +32,18 @@ void RhoRubyStart(); void RhoRubyInitApp(); //void RhoRubyThreadStart(); //void RhoRubyThreadStop(); +void rho_ruby_call_config_conflicts(); void rho_ruby_activateApp(); void rho_ruby_deactivateApp(); +void rho_ruby_uiCreated(); +void rho_ruby_uiDestroyed(); void rho_ruby_loadserversources(const char* szData); +void rho_ruby_loadallsyncsources(); +void rho_ruby_reset_db_on_sync_user_changed(); void rho_ruby_start_threadidle(); void rho_ruby_stop_threadidle(); VALUE rho_ruby_createHash(); VALUE addTimeToHash(VALUE hash, const char* key, time_t val); @@ -110,9 +115,10 @@ VALUE rho_ruby_current_thread(); void rho_ruby_lock_mutex(VALUE val); void rho_ruby_unlock_mutex(VALUE val); void rho_ruby_raise_runtime(const char* szText); +void rho_ruby_raise_argerror(const char *fmt, ...); #define RHO_PARAM_UNKNWON 0 #define RHO_PARAM_STRING 1 #define RHO_PARAM_ARRAY 2 #define RHO_PARAM_HASH 3