有关使用 Python 包装 gobject 的最新文档
我正在寻找有关为 gobjects 创建 Python 绑定的最新文档和教程。我在网上找到的所有内容要么不完整,要么已经过时。
I'm looking for up-to-date documentation and tutorials on creating Python bindings for gobjects. Everything I can find on the web is either incomplete or out of date.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
gobject
并不特殊 - 标准 Python 文档就是您想要的。查看扩展和嵌入教程(至少是“扩展”部分),并且然后在你的后兜里保留一份 Python/C API 的副本。此外,当教程中没有您想要执行的操作的示例时,Google 代码搜索通常是您的好帮手。
gobject
's aren't special - the standard Python documentation is what you want. Check out the Extending and Embedding Tutorial (at least the "Extending" parts), and then keep a copy of the Python/C API in your back pocket.Also, Google Code Search is generally your friend when the tutorials don't have examples of what you want to do.