summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-10-21 12:16:47 +0000
committerLennart Poettering <lennart@poettering.net>2007-10-21 12:16:47 +0000
commite02a573c8e74a4a3db7265cfb056fa6ff2015b6f (patch)
treea997a9de1dac442ec4cf613493ddd7987847de5b
parent28c989c6402edf80cdb4f0bcb92c8d8b26d3000c (diff)
fix copy'n'paste error in HostNameResolver D-Bus introspection file, identified by FURUHASHI Sadayuki
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1556 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-daemon/HostNameResolver.introspect10
1 files changed, 5 insertions, 5 deletions
diff --git a/avahi-daemon/HostNameResolver.introspect b/avahi-daemon/HostNameResolver.introspect
index db77ae3..9ac2e36 100644
--- a/avahi-daemon/HostNameResolver.introspect
+++ b/avahi-daemon/HostNameResolver.introspect
@@ -6,7 +6,7 @@
<!--
This file is part of avahi.
-
+
avahi is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2 of the
@@ -24,17 +24,17 @@
-->
<node>
-
+
<interface name="org.freedesktop.DBus.Introspectable">
<method name="Introspect">
<arg name="data" type="s" direction="out" />
</method>
</interface>
- <interface name="org.freedesktop.Avahi.ServiceResolver">
+ <interface name="org.freedesktop.Avahi.HostNameResolver">
<method name="Free"/>
-
+
<signal name="Found">
<arg name="interface" type="i" direction="out"/>
<arg name="protocol" type="i" direction="out"/>
@@ -48,5 +48,5 @@
<arg name="error" type="s"/>
</signal>
- </interface>
+ </interface>
</node>