我正在尝试扩展gnome-sushi,它是使用新的基于GIntrospection的Javascript绑定编写的。 现在,我正在尝试创建一个Gtk.Plug对象:
this._gtkPlug = new Gtk.Plug({ socket_id: xid });
然而,这只会导致
JS ERROR: !!! Exception was: Error: No property socket_id on this GObject GtkPlug
我还没有找到任何文档如何将GTK对象映射到Javascript属性。任何人都可以指出我正确的文件或告诉我如何确定正确的属性吗?