summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/Server.introspect
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-08-22 01:49:25 +0000
committerLennart Poettering <lennart@poettering.net>2006-08-22 01:49:25 +0000
commit8f02a455414a986c3616c37df103d586b888708c (patch)
treecc86d1ea11b684403ab603c97afc09f47621408c /avahi-daemon/Server.introspect
parent5622a8298f55b77a7bd202f6f2d7cd6d9a622eef (diff)
add new D-Bus API function SetHostName to change the host name of the running avahi daemon
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1260 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-daemon/Server.introspect')
-rw-r--r--avahi-daemon/Server.introspect3
1 files changed, 3 insertions, 0 deletions
diff --git a/avahi-daemon/Server.introspect b/avahi-daemon/Server.introspect
index 6635618..9d743ba 100644
--- a/avahi-daemon/Server.introspect
+++ b/avahi-daemon/Server.introspect
@@ -44,6 +44,9 @@
<method name="GetHostName">
<arg name="name" type="s" direction="out"/>
</method>
+ <method name="SetHostName">
+ <arg name="name" type="s" direction="in"/>
+ </method>
<method name="GetHostNameFqdn">
<arg name="name" type="s" direction="out"/>
</method>