mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Fix but in forwarded object return
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15985 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1f7b60b370
commit
c5a763be4c
4 changed files with 27 additions and 20 deletions
|
@ -34,10 +34,10 @@ typedef struct _cifframe_t {
|
|||
int nargs;
|
||||
ffi_type **arg_types;
|
||||
void **values;
|
||||
void *retval;
|
||||
} cifframe_t;
|
||||
|
||||
extern cifframe_t *cifframe_from_info (NSArgumentInfo *info, int numargs);
|
||||
extern cifframe_t *cifframe_from_info (NSArgumentInfo *info, int numargs,
|
||||
void **retval);
|
||||
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