dbus-glib

GLib bindings for D-Bus message bus system

brewmacoslinux
Try with needOr install directly
Source

About

GLib bindings for the D-Bus message bus system

Commands

dbus-binding-tool

Examples

Generate C code from D-Bus interface XML specification$ dbus-binding-tool --prefix=my_object /path/to/interface.xml
Generate GLib-style bindings with mode flag$ dbus-binding-tool --mode=glib-server --prefix=service /usr/share/dbus-1/interfaces/org.freedesktop.Service.xml
Output generated bindings to a specific file$ dbus-binding-tool --prefix=my_app interface.xml > my_app_binding.h