This repository provides a template for using GNOME’s gdbus-codegen tool to simplify D-Bus interface creation and usage With this template, you can quickly get started with D-Bus communication in your projects, boosting development efficiency
- Support Meson & CMake build system
- Automatic D-Bus Interface Generation
- Structured Code Template
- CMake
mkdir build & cd build
cmake ..
make
- Meson
meson build