📄 gclosure.zc
字号:
import "glib/glib/gtypes"
import "glib/gobject/gtype"
public [name="c"]
typedef GCallback = {} void
typedef GClosureNotify = {gpointer, GClosure} void
typedef GClosureMarshal = {GClosure, GValue, guint, GValue, gpointer, gpointer} void
struct GClosureNotifyData
data: gpointer
notify: GClosureNotify
end
struct GClosure
dummy:int
end
struct GCClosure : local GClosure; end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -