Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 DBus 及其 Qt Binding 很熟悉。但我对 glib 和相关的东西很陌生。当我浏览某个项目的代码时,我遇到了“dbus_g_object_register_marshaller”函数。你能用简单的话简单地解释一下吗?
问候, Rajeev N Sambhu
必须有人知道 D-Bus 上的数据格式才能将其转换为所需的格式。这就是编组器正在为您做的事情。谷歌搜索“dbus_g_object_register_marshaller”,您会发现许多示例以便更好地理解。