GTK配置源码

发布于 2024-12-03 13:46:59 字数 196 浏览 1 评论 0原文

我正在使用 Mono 和 Gtk# 开发跨平台(Windows、Linux)桌面应用程序。应用程序将有一些配置。我有一个关于存储配置数据的问题。最好的地方在哪里?我本来打算使用 sqlite db,但我发现 gtk# 也支持 gconf。 mono gconf 包装器可以在 Windows 上运行吗?如果是,它将在哪里存储配置?或者 gconf 不是跨平台应用程序的好地方?

I am developing cross platform(Windows, Linux) desktop application using Mono and Gtk#. Application will have some configuration. And I have a question about storing configuration data. Where is the best place for it? I was going to use sqlite db for it, but I found that gtk# also support gconf.
Does mono gconf wrapper works on Windows? And if yes, where it will store configuration? Or gconf isn't good place for cross platform application?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

誰ツ都不明白 2024-12-10 13:46:59

注册表类适用于单声道,如果您只需要简单的设置,它们可能会对您有所帮助。

请参阅 Mono:应用程序可移植性

The registry classes work on mono, They may be of some help to you if you only want simple settings.

See Mono: Application Portability

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