summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/Server.introspect
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-18 19:52:03 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-18 19:52:03 +0000
commit6b391bb81f0dce0193a722254016b26c12a17643 (patch)
tree913abdf1f71f07e4efbf0ab2d0590494f456f9fe /avahi-daemon/Server.introspect
parent8b22b43669d936ab75914732209f93a0b7ee81f4 (diff)
* remove AVAHI_PUBLISH_IS_PROXY, it was a bad idea
* drop avahi_service_is_service_local(), avahi_client_is_service_local() * add new lookup result flags AVAHI_LOOKUP_RESULT_OUR_OWN and AVAHI_LOOKUP_RESULT_LOCAL * remove avahi_address_resolver_new() and replace it by avahi_address_resolver_new_a() * avahi-client: save query data in browse/resolve objects so that we can return it on failure * other cleanups git-svn-id: file:///home/lennart/svn/public/avahi/trunk@811 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-daemon/Server.introspect')
-rw-r--r--avahi-daemon/Server.introspect10
1 files changed, 0 insertions, 10 deletions
diff --git a/avahi-daemon/Server.introspect b/avahi-daemon/Server.introspect
index 5d5e862..2e36a21 100644
--- a/avahi-daemon/Server.introspect
+++ b/avahi-daemon/Server.introspect
@@ -107,16 +107,6 @@
<arg name="flags" type="u" direction="out"/>
</method>
- <method name="IsServiceLocal">
- <arg name="interface" type="i" direction="in"/>
- <arg name="protocol" type="i" direction="in"/>
- <arg name="name" type="s" direction="in"/>
- <arg name="type" type="s" direction="in"/>
- <arg name="domain" type="s" direction="in"/>
-
- <arg name="is_local" type="b" direction="out"/>
- </method>
-
<method name="EntryGroupNew">
<arg name="path" type="o" direction="out"/>
</method>