18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
*/
/* This file is automatically generated from amiga-library.xml */
#import "ObjFWRT.h"
#import "private.h"
extern bool glue_objc_init(unsigned int version, struct objc_libC *libC);
extern void glue___objc_exec_class(struct objc_module *_Nonnull module);
extern int glue___gnu_objc_personality_v0(int version, int actions, uint64_t _Nonnull exClass, void *_Nonnull ex, void *_Nonnull ctx);
extern void glue_class_registerAlias_np(Class _Nonnull class_, const char *_Nonnull name);
extern IMP _Nonnull glue_objc_msg_lookup(id _Nullable object, SEL _Nonnull selector);
extern IMP _Nonnull glue_objc_msg_lookup_stret(id _Nullable object, SEL _Nonnull selector);
extern IMP _Nonnull glue_objc_msg_lookup_super(struct objc_super *_Nonnull super, SEL _Nonnull selector);
extern IMP _Nonnull glue_objc_msg_lookup_super_stret(struct objc_super *_Nonnull super, SEL _Nonnull selector);
|
|
|
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
*/
/* This file is automatically generated from amiga-library.xml */
#import "ObjFWRT.h"
#import "private.h"
extern bool glue_objc_init(struct objc_linklib_context *ctx);
extern void glue___objc_exec_class(struct objc_module *_Nonnull module);
extern int glue___gnu_objc_personality_v0(int version, int actions, uint64_t _Nonnull exClass, void *_Nonnull ex, void *_Nonnull ctx);
extern void glue_class_registerAlias_np(Class _Nonnull class_, const char *_Nonnull name);
extern IMP _Nonnull glue_objc_msg_lookup(id _Nullable object, SEL _Nonnull selector);
extern IMP _Nonnull glue_objc_msg_lookup_stret(id _Nullable object, SEL _Nonnull selector);
extern IMP _Nonnull glue_objc_msg_lookup_super(struct objc_super *_Nonnull super, SEL _Nonnull selector);
extern IMP _Nonnull glue_objc_msg_lookup_super_stret(struct objc_super *_Nonnull super, SEL _Nonnull selector);
|