| 1 | | <?xml version="1.0"?> |
| 2 | | <repository version="1.0" |
| 3 | | xmlns="http://www.gtk.org/introspection/core/1.0" |
| 4 | | xmlns:c="http://www.gtk.org/introspection/c/1.0" |
| 5 | | xmlns:glib="http://www.gtk.org/introspection/glib/1.0"> |
| 6 | | <namespace name="AvahiCore" version="0.6" shared-library="avahi-core"> |
| 7 | | <alias name="IfIndex" target="int" c:type="AvahiIfIndex"/> |
| 8 | | <enumeration name="Protocol" c:type="AvahiProtocol"> |
| 9 | | <member name="inet" |
| 10 | | value="0" |
| 11 | | c:identifier="AVAHI_PROTO_INET"/> |
| 12 | | <member name="inet6" |
| 13 | | value="1" |
| 14 | | c:identifier="AVAHI_PROTO_INET6"/> |
| 15 | | <member name="unspec" |
| 16 | | value="-1" |
| 17 | | c:identifier="AVAHI_PROTO_UNSPEC"/> |
| 18 | | </enumeration> |
| 19 | | <bitfield name="PublishFlags" c:type="AvahiPublishFlags"> |
| 20 | | <member name="unique" |
| 21 | | value="1" |
| 22 | | c:identifier="AVAHI_PUBLISH_UNIQUE"/> |
| 23 | | <member name="no_probe" |
| 24 | | value="2" |
| 25 | | c:identifier="AVAHI_PUBLISH_NO_PROBE"/> |
| 26 | | <member name="no_announce" |
| 27 | | value="4" |
| 28 | | c:identifier="AVAHI_PUBLISH_NO_ANNOUNCE"/> |
| 29 | | <member name="allow_multiple" |
| 30 | | value="8" |
| 31 | | c:identifier="AVAHI_PUBLISH_ALLOW_MULTIPLE"/> |
| 32 | | <member name="no_reverse" |
| 33 | | value="16" |
| 34 | | c:identifier="AVAHI_PUBLISH_NO_reverse"/> |
| 35 | | <member name="no_cookie" |
| 36 | | value="32" |
| 37 | | c:identifier="AVAHI_PUBLISH_NO_cookie"/> |
| 38 | | <member name="update" |
| 39 | | value="64" |
| 40 | | c:identifier="AVAHI_PUBLISH_UPDATE"/> |
| 41 | | <member name="use_wide_area" |
| 42 | | value="128" |
| 43 | | c:identifier="AVAHI_PUBLISH_USE_WIDE_AREA"/> |
| 44 | | <member name="use_multicast" |
| 45 | | value="256" |
| 46 | | c:identifier="AVAHI_PUBLISH_USE_MULTICAST"/> |
| 47 | | </bitfield> |
| 48 | | <record name="StringList" c:type="AvahiStringList"/> |
| 49 | | <record name="Address" c:type="AvahiAddress"/> |
| 50 | | <record name="Client" c:type="AvahiClient"/> |
| 51 | | <function name="server_get_host_name" c:identifier="avahi_server_get_host_name"> |
| 52 | | <return-value transfer-ownership="none"> |
| 53 | | <type name="utf8" c:type="char8"/> |
| 54 | | </return-value> |
| 55 | | <parameters> |
| 56 | | </parameters> |
| 57 | | </function> |
| 58 | | </namespace> |
| 59 | | </repository> |