mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-24 22:50:08 +01:00
* python/dbus.py: Add a nicer-but-less-flexible alternate API for handling calls to virtual objects in dbus.ObjectTree. Screw up the argument order to the dbus.Object constructor for consistency with dbus.ObjectTree (and to make dbus_methods optional for future extension) * python/examples/Makefile.am: * python/examples/gconf-proxy-service.py: * python/examples/gconf-proxy-service2.py: Alternate implementation of gconf-proxy-service using the nicer dbus.ObjectTree API. * python/examples/example-service.py: * python/tests/test-server.py Reverse the argument order to deal with dbus.Object constructor changes.
12 lines
205 B
Makefile
12 lines
205 B
Makefile
NULL=
|
|
|
|
EXTRA_DIST = \
|
|
example-service.py \
|
|
example-client.py \
|
|
example-signal.py \
|
|
gconf-proxy-client.py \
|
|
gconf-proxy-service.py \
|
|
gconf-proxy-service2.py \
|
|
list-system-services.py \
|
|
$(NULL)
|
|
|