Sha256: 944a232c1b537f8ae544781ce03cddf44af64d0cc08b683155ea744dc3cd6a29

Contents?: true

Size: 574 Bytes

Versions: 15

Compression:

Stored size: 574 Bytes

Contents

/* system.i */
%module RhoConf
%{
	extern void rho_conf_set_property_by_name(char* name, char* value);
	#define set_property_by_name rho_conf_set_property_by_name
	
	extern void rho_conf_show_log();
	#define show_log rho_conf_show_log

	extern int rho_conf_send_log();
	#define send_log rho_conf_send_log

	extern VALUE rho_conf_is_property_exists(char* name);
	#define is_property_exists rho_conf_is_property_exists
	
%}

extern void set_property_by_name(char* name, char* value);
extern void show_log();
extern int send_log();
extern VALUE is_property_exists(char* name);

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
rhodes-2.0.3 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-2.0.2 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-2.0.0 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-2.0.0.rc2 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-2.0.0.rc1 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-2.0.0.beta11 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-2.0.0.beta10 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-2.0.0.beta9 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-2.0.0.beta8 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-2.0.0.beta7 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-2.0.0.beta6 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-2.0.0.beta4 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-2.0.0.beta3 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-2.0.0.beta2 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-2.0.0.beta1 platform/shared/ruby/ext/rhoconf/rhoconf.i