有关使用 Python 包装 gobject 的最新文档

发布于 2024-09-02 11:15:34 字数 70 浏览 1 评论 0原文

我正在寻找有关为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

童话 2024-09-09 11:15:34

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文