]> git.meshlink.io Git - catta/commitdiff
fix copy'n'paste error in HostNameResolver D-Bus introspection file, identified by...
authorLennart Poettering <lennart@poettering.net>
Sun, 21 Oct 2007 12:16:47 +0000 (12:16 +0000)
committerLennart Poettering <lennart@poettering.net>
Sun, 21 Oct 2007 12:16:47 +0000 (12:16 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1556 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-daemon/HostNameResolver.introspect

index db77ae3e150c397f8df4da85ace2e10518c7a7ff..9ac2e36e7877a981c38711370e47afa02e82be7c 100644 (file)
@@ -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
 -->
 
 <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>