Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 661 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 661 Bytes

GDBus Template Usage

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

Features

  • Support Meson & CMake build system
  • Automatic D-Bus Interface Generation
  • Structured Code Template

Build

  • CMake
mkdir build & cd build
cmake ..
make
  • Meson
meson build

Reference

gdbus-codegen freedesktop-dbus systemd