Sha256: ce59c0b06781c5f4c61ee7de8d4ce62e7d098a9e82e7164d06e131df7e36c2e7

Contents?: true

Size: 417 Bytes

Versions: 9

Compression:

Stored size: 417 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 void set_property_by_name(char* name, char* value);
extern void show_log();
extern int send_log();

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rhodes-1.5.5 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-1.5.4 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-1.5.3 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-1.5.2 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-1.5.1 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-1.5.0 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-1.4.2 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-1.4.1 platform/shared/ruby/ext/rhoconf/rhoconf.i
rhodes-1.4.0 platform/shared/ruby/ext/rhoconf/rhoconf.i