gdbus 例子收集
基于GDBUS 的例子
https://blog.csdn.net/snakezy1988/article/details/103522742
https://www.geek-share.com/detail/2721058142.html
编译方法如下
./autogen.sh
./configure $CONFIGURE_FLAGS –prefix=/usr
make
make install
生成gdbus_server 和gdbus_client
https://gitee.com/RTplay/gdbus-demo
https://gitee.com/RTplay/gdbus-p2p-demo
https://blog.csdn.net/a624731186/article/details/22691623
https://blog.csdn.net/snakezy1988/article/details/103522742
https://blog.csdn.net/theArcticOcean/article/details/80720429
https://github.com/theArcticOcean/CLib/tree/master/DbusTest
gdbus-codegen 自动生成的代码的规则可参考:http://people.freedesktop.org/~david/gio-gdbus-codegen-20110412/gdbus-codegen.html
https://blog.csdn.net/yanlinembed/article/details/46985605
官方文档:https://developer.gnome.org/gio/
参考:
基于GDBus技术的IPC通信编程详解(1)
https://blog.csdn.net/adlindary/article/details/80167840
gdbus demo程序简介
https://blog.csdn.net/quinta2008/article/details/78472170
GDBus 通信机制介绍及Demo版本
https://blog.csdn.net/yanlinembed/article/details/46985605