最終更新:2026-02-10 (火) 12:23:32 (8d)  

D-Bus/バインディング
Top / D-Bus / バインディング

https://www.freedesktop.org/wiki/Software/DBusBindings/

C言語

複数言語対応

GDBus (D-Bus support in GLib)

DBus-GLib?(廃止): dbus-glib

QtDBus?

Eldbus

libdbus

sd-bus?

C++

Python

Obsolete libraries

  • New applications should use pydbus, txdbus? or GDBus/QtDBus? bindings.
  • dbus-python is a binding for libdbus, the reference implementation of D-Bus.
  • For compatibility reasons, its API involves a lot of type-guessing (despite "explicit is better than implicit" and "resist the temptation to guess").