package
0.0.0-20240927105425-f6cbe64b58da
Repository: https://github.com/gxde-os/golang-gxde-dev.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# README
dlib/dbus
The core dbus communication code is mainly use go.dbus with little modify.
This library is mainly create an easy frame-less dbus golang interface.
Features
- Auto export struct in golang to dbus,
- implement an dbus.Property interface to auto manager property's set/get/notify
- an dbus-binding code generator that can generate dbus-binding for QML/PyQt/Golang.