avahi-client
Description:
The Avahi package is a system which facilitates service discovery on a local network.
- Home: http://www.avahi.org/
- Binding-Maintainer(s): Sebastian Noack
- Devhelp-Package download
Content:
Namespaces:
- Avahi
- public const uint32 SERVICE_COOKIE_INVALID
- Alternative
- Domain
- public const size_t DOMAIN_NAME_MAX
- public const size_t LABEL_MAX
- public int _service_name_join (uint8[] dest, string name, string type, string domain)
- public int _service_name_split (string src, uint8[] name, uint8[] type, uint8[] domain)
- public bool equal (string a, string b)
- public string? escape_label (string s)
- public unowned string? get_type_from_subtype (string s)
- public uint hash (string name)
- public bool is_valid_domain_name (string s)
- public bool is_valid_fqdn (string s)
- public bool is_valid_host_name (string s)
- public bool is_valid_service_name (string s)
- public bool is_valid_service_subtype (string s)
- public bool is_valid_service_type_generic (string s)
- public bool is_valid_service_type_strict (string s)
- public int join_service_name (out string? dest, string name, string type, string domain)
- public string normalize_name (string s)
- public unowned string reverse_lookup_name (Address addr, char[] dest = new char[ DOMAIN_NAME_MAX])
- public int split_service_name (string src, out string name, out string type, out string domain)
- public unowned string? unescape_label (ref unowned string name, char[] dest = new char[ LABEL_MAX])