mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Imprivemewnts to get NS_MESSAGE and NS_INVOCATION working for FFI.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26733 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a12a537b6f
commit
af084a115a
6 changed files with 123 additions and 10 deletions
|
@ -52,6 +52,8 @@ typedef struct _cifframe_t {
|
|||
|
||||
extern cifframe_t *cifframe_from_info (NSArgumentInfo *info, int numargs,
|
||||
void **retval);
|
||||
extern unsigned retval_offset_from_info (NSArgumentInfo *info, int numargs);
|
||||
|
||||
extern void cifframe_set_arg(cifframe_t *cframe, int index, void *buffer,
|
||||
int size);
|
||||
extern void cifframe_get_arg(cifframe_t *cframe, int index, void *buffer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue