[Easydbus-developer] New Improvement on object management
Status: Pre-Alpha
Brought to you by:
geaaru
From: geaaru <ge...@gm...> - 2007-09-24 15:52:30
|
Hi at all, there are some improvement to easydbus library for: - manage more of one object on a dbus service; - fixed some bugs on manage introspect method; - manage events on dbus through a unix file This changes broken complaint with previous version of easydbus library, so: - For register an external signal to a service (and handle external signals): easydbus_add_ext_signal_to_obj is now renamed to easydbus_add_ext_signal_to_service. This means that external signals aren't connect to a dedicated object but to a service (or to a connection); - registration object changes: easydbus_register_object function now insert only object callback to dbus connection and so for enable introspectable check and external signals it is needed call easydbus_enable_filters_objects functions after that all objects are registed. See easydbus_example_obj.c example for more informations. Good Work. Ge@@ru |