Sha256: 7d0ffe9c2a08729eed66f485c0cf9c1b813d503f95078aa49cf51a539630ae29

Contents?: true

Size: 447 Bytes

Versions: 76

Compression:

Stored size: 447 Bytes

Contents

/*
 *  syscall.h
 *  rhoextlib
 *
 *  Created by Vlad on 6/8/09.
 *
 */
#ifndef __RHO_SYSCALL_H__
#define __RHO_SYSCALL_H__

#if defined(__cplusplus)
extern "C" {
#endif
	
	
typedef struct __params_wrapper__ {
	int _nparams;
	char** _names;
	char** _values;
	const char* _callname;
	int _call_on_ui_thread;
} PARAMS_WRAPPER;
	
PARAMS_WRAPPER* do_syscall(PARAMS_WRAPPER* params);
	
#if defined(__cplusplus)
}
#endif

#endif	/* __RHO_SYSCALL_H__ */

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
rhodes-3.0.2 platform/iphone/rhoextlib/syscall.h
rhodes-3.0.2.beta.1 platform/iphone/rhoextlib/syscall.h
rhodes-3.0.1 platform/iphone/rhoextlib/syscall.h
rhodes-3.0.1.beta.8 platform/iphone/rhoextlib/syscall.h
rhodes-3.0.1.beta.7 platform/iphone/rhoextlib/syscall.h
rhodes-3.0.1.beta.6 platform/iphone/rhoextlib/syscall.h
rhodes-3.0.1.beta.5 platform/iphone/rhoextlib/syscall.h
rhodes-3.0.1.beta.4 platform/iphone/rhoextlib/syscall.h
rhodes-3.0.1.beta.3 platform/iphone/rhoextlib/syscall.h
rhodes-3.0.1.beta.2 platform/iphone/rhoextlib/syscall.h
rhodes-3.0.0 platform/iphone/rhoextlib/syscall.h
rhodes-3.0.0.beta.7 platform/iphone/rhoextlib/syscall.h
rhodes-3.0.0.beta.6 platform/iphone/rhoextlib/syscall.h
rhodes-3.0.0.beta.5 platform/iphone/rhoextlib/syscall.h
rhodes-3.0.0.beta.4 platform/iphone/rhoextlib/syscall.h
rhodes-3.0.0.beta.3 platform/iphone/rhoextlib/syscall.h
rhodes-3.0.0.beta.2 platform/iphone/rhoextlib/syscall.h
rhodes-3.0.0.beta.1 platform/iphone/rhoextlib/syscall.h
rhodes-2.4.1 platform/iphone/rhoextlib/syscall.h
rhodes-2.4.1.beta.1 platform/iphone/rhoextlib/syscall.h