summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/Server.introspect
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-09-29 01:51:53 +0000
committerLennart Poettering <lennart@poettering.net>2005-09-29 01:51:53 +0000
commit424aefe8a431b79496672799dc4f4430fa935252 (patch)
tree0975ca5ba0321a21119f5313834bc20ff6144241 /avahi-daemon/Server.introspect
parent6b3876eb3740666e9f3e036d49efc7b3b3ee5b45 (diff)
* make all flags parameters UINT32 when marshalling for DBUS
* rename AvahiEntryFlags to AvahiPublishFlags * add flags parameter to add_service() and friends * validity checking of flags, interface and protocol parameters of add_service() and friends * make AVAHI_VALID_FLAGS a global macro * add new flag AVAHI_PUBLISH_NO_REVERSE, if set address records will no be created with matching reverse lookup PTR RRs * add new flag AVAHI_PUBLISH_NO_COOKIE, for not implicitly adding the service cookie to TXT records * minor cleanups Yes, this will break the mono bindings. More breakages to come. NO_REVERSE and NO_COOKIE needs testing. Lathiat, I guess the new flag NO_REVERSE makes the immediate need to add a client side API to add arbitrary RRs obsolete for now. You might consider moving it in the TODO list to "later". git-svn-id: file:///home/lennart/svn/public/avahi/trunk@648 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-daemon/Server.introspect')
-rw-r--r--avahi-daemon/Server.introspect24
1 files changed, 12 insertions, 12 deletions
diff --git a/avahi-daemon/Server.introspect b/avahi-daemon/Server.introspect
index cb4616c..5d5e862 100644
--- a/avahi-daemon/Server.introspect
+++ b/avahi-daemon/Server.introspect
@@ -61,28 +61,28 @@
<arg name="protocol" type="i" direction="in"/>
<arg name="name" type="s" direction="in"/>
<arg name="aprotocol" type="i" direction="in"/>
- <arg name="flags" type="i" direction="in"/>
+ <arg name="flags" type="u" direction="in"/>
<arg name="interface" type="i" direction="out"/>
<arg name="protocol" type="i" direction="out"/>
<arg name="name" type="s" direction="out"/>
<arg name="aprotocol" type="i" direction="out"/>
<arg name="address" type="s" direction="out"/>
- <arg name="flags" type="i" direction="out"/>
+ <arg name="flags" type="u" direction="out"/>
</method>
<method name="ResolveAddress">
<arg name="interface" type="i" direction="in"/>
<arg name="protocol" type="i" direction="in"/>
<arg name="address" type="s" direction="in"/>
- <arg name="flags" type="i" direction="in"/>
+ <arg name="flags" type="u" direction="in"/>
<arg name="interface" type="i" direction="out"/>
<arg name="protocol" type="i" direction="out"/>
<arg name="aprotocol" type="i" direction="out"/>
<arg name="address" type="s" direction="out"/>
<arg name="name" type="s" direction="out"/>
- <arg name="flags" type="i" direction="out"/>
+ <arg name="flags" type="u" direction="out"/>
</method>
<method name="ResolveService">
@@ -92,7 +92,7 @@
<arg name="type" type="s" direction="in"/>
<arg name="domain" type="s" direction="in"/>
<arg name="aprotocol" type="i" direction="in"/>
- <arg name="flags" type="i" direction="in"/>
+ <arg name="flags" type="u" direction="in"/>
<arg name="interface" type="i" direction="out"/>
<arg name="protocol" type="i" direction="out"/>
@@ -104,7 +104,7 @@
<arg name="address" type="s" direction="out"/>
<arg name="port" type="q" direction="out"/>
<arg name="txt" type="aay" direction="out"/>
- <arg name="flags" type="i" direction="out"/>
+ <arg name="flags" type="u" direction="out"/>
</method>
<method name="IsServiceLocal">
@@ -126,7 +126,7 @@
<arg name="protocol" type="i" direction="in"/>
<arg name="domain" type="s" direction="in"/>
<arg name="btype" type="i" direction="in"/>
- <arg name="flags" type="i" direction="in"/>
+ <arg name="flags" type="u" direction="in"/>
<arg name="path" type="o" direction="out"/>
</method>
@@ -135,7 +135,7 @@
<arg name="interface" type="i" direction="in"/>
<arg name="protocol" type="i" direction="in"/>
<arg name="domain" type="s" direction="in"/>
- <arg name="flags" type="i" direction="in"/>
+ <arg name="flags" type="u" direction="in"/>
<arg name="path" type="o" direction="out"/>
</method>
@@ -145,7 +145,7 @@
<arg name="protocol" type="i" direction="in"/>
<arg name="type" type="s" direction="in"/>
<arg name="domain" type="s" direction="in"/>
- <arg name="flags" type="i" direction="in"/>
+ <arg name="flags" type="u" direction="in"/>
<arg name="path" type="o" direction="out"/>
</method>
@@ -157,7 +157,7 @@
<arg name="type" type="s" direction="in"/>
<arg name="domain" type="s" direction="in"/>
<arg name="aprotocol" type="i" direction="in"/>
- <arg name="flags" type="i" direction="in"/>
+ <arg name="flags" type="u" direction="in"/>
<arg name="path" type="o" direction="out"/>
</method>
@@ -167,7 +167,7 @@
<arg name="protocol" type="i" direction="in"/>
<arg name="name" type="s" direction="in"/>
<arg name="aprotocol" type="i" direction="in"/>
- <arg name="flags" type="i" direction="in"/>
+ <arg name="flags" type="u" direction="in"/>
<arg name="path" type="o" direction="out"/>
</method>
@@ -176,7 +176,7 @@
<arg name="interface" type="i" direction="in"/>
<arg name="protocol" type="i" direction="in"/>
<arg name="address" type="s" direction="in"/>
- <arg name="flags" type="i" direction="in"/>
+ <arg name="flags" type="u" direction="in"/>
<arg name="path" type="o" direction="out"/>
</method>