summaryrefslogtreecommitdiffstats
path: root/avahi-python
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-11-15 01:49:54 +0000
committerLennart Poettering <lennart@poettering.net>2005-11-15 01:49:54 +0000
commite3f2e517162b80d256c966fa925c8e76e5691d6d (patch)
tree20f8148fcf80be99297299c82e9c82ac36fff2e9 /avahi-python
parent4b97b57d9388e2ffcf83bb7f5b576ce2cc99b7cc (diff)
add record browser DBUS interface names
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@977 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-python')
-rw-r--r--avahi-python/avahi/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/avahi-python/avahi/__init__.py b/avahi-python/avahi/__init__.py
index c91692e..81e2754 100644
--- a/avahi-python/avahi/__init__.py
+++ b/avahi-python/avahi/__init__.py
@@ -66,6 +66,7 @@ DBUS_INTERFACE_SERVICE_BROWSER = DBUS_NAME + ".ServiceBrowser"
DBUS_INTERFACE_ADDRESS_RESOLVER = DBUS_NAME + ".AddressResolver"
DBUS_INTERFACE_HOST_NAME_RESOLVER = DBUS_NAME + ".HostNameResolver"
DBUS_INTERFACE_SERVICE_RESOLVER = DBUS_NAME + ".ServiceResolver"
+DBUS_INTERFACE_RECORD_BROWSER = DBUS_NAME + ".RecordBrowser"
def byte_array_to_string(s):
r = ""