Cgo 如何传递 函数指针给 注册回调函数的函数?

2019-09-04 20:58:40 +08:00
 V2WT

如题,我有一个 C 的 .so, 里面有一个函数是注册回调的。 类似于

#ifndef __TEST_H__
#define __TEST_H__
#ifdef __cplusplus
extern "C"{
#endif

#define API __attribute__((visibility("default")))

typedef struct info{
    int a;
}tInfo;

typedef int(*cb) (tInfo* n);


API int setcallback(cb s);


#ifdef __cplusplus
}
#endif

#endif

现在我想在 Go 里面通过 Cgo 调用setcallback,我要怎么做呢? 看了半天资料 还是看不懂。。

1388 次点击
所在节点    问与答
2 条回复
V2WT
2019-09-04 22:14:42 +08:00
zizhoutong
2019-09-05 08:56:09 +08:00
吓我一跳,你这头像我以为前女友呢 : )

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/598002

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX