Vala 用于洋泾浜插件
有人尝试过在 Vala 中编写 pidgin 或 libpurple 插件吗?快速浏览一下 Vala 主页,它似乎是一种很棒的语言,并制作一个学习 Vala 的好机会,但是同时学习 Vala 和洋泾浜插件的艺术有点让人不知所措。有人有任何指点吗?
Has anyone tried writing a pidgin or libpurple plugin in Vala? From a quick look at the Vala homepage it seems like it would be a great language for it, and make a good opportunity to learn Vala, but learning both Vala and the fine art of pidgin plugins at the same time is a little overwhelming. Anyone have any pointers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Pidgin-Games 是一个用 vala 编写的 pidgin 插件。你可以看一下它的源代码 http://pidgin -games.svn.sourceforge.net/viewvc/pidgin-games/trunk/src/。
如果您还没有阅读Vala 教程和代码示例,您可能需要先阅读。
Pidgin-Games is a plugin for pidgin written in vala. You could have a look at its source code http://pidgin-games.svn.sourceforge.net/viewvc/pidgin-games/trunk/src/.
You probably will want to read the Vala Tutorial and code samples first if you haven't already.
我还开始为 libpurple 编写 VAPI,并且我还能够编写一个小型 libpurple 客户端用于 Vala 中的测试目的...所以答案只能是当然! ;)
I also started writing a VAPI for libpurple and I also was able to write a small libpurple client for testing purposes in Vala... So the answer can only be of course! ;)