作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在将代码从 dbus-glib 迁移到 GDBus,因为前者已弃用。我无法在 GDBus 中找到 dbus_connection_setup_with_g_main() 的等效函数。 https://dbus.freedesktop.org/doc/dbus-glib/dbus-glib-DBus-GLib-low-level.html#dbus-connection-setup-with-g-main
有人能给我指出 GDBus 中的等效函数或执行类似工作的函数吗?
最佳答案
不完全相同,但您可以使用 g_main_context_push_thread_default()如果您需要更改当前运行线程的默认上下文。
如果这不是您想要做的,您可能需要稍微扩展一下问题。
关于c - GDBus 相当于 dbus_connection_setup_with_g_main(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56788812/
我正在将代码从 dbus-glib 迁移到 GDBus,因为前者已弃用。我无法在 GDBus 中找到 dbus_connection_setup_with_g_main() 的等效函数。 https:
我是一名优秀的程序员,十分优秀!