dynamic call in dbus
Michael 'Mickey' Lauer
mickey at vanille-media.de
Sat Jul 10 03:57:42 PDT 2010
Am Samstag, den 10.07.2010, 15:07 +0800 schrieb 黄川:
> Hi, all! Is there any implementation for dynamic call in dbus like DII
> in corba?
Yes, since at the heart of it, all is stringified anyways, e.g.
consider this method from libdbus-1:
DBusMessage* dbus_message_new_method_call (const char *bus_name,
const char *path,
const char *interface,
const char *method);
Cheers,
--
:M:
More information about the dbus
mailing list