A Perl API for dbus
Havoc Pennington
hp at redhat.com
Mon Aug 9 19:01:17 PDT 2004
Hi,
Cool, nice work. Did you look at the Python bindings?
Much of libdbus is only useful for creating bindings; so binding the
libdbus API completely/directly is not exactly what's intended.
The idea is rather to have a "proxy objects" sort of API on the binding
level.
Even if you want to keep the message-based API, you'll want to be sure
and exclude API features that are basically useless for tasks other than
binding construction (such as all the set_data() stuff)
Havoc
More information about the dbus
mailing list