]> git.meshlink.io Git - catta/blobdiff - avahi-client/client.h
* Also fix < 2.6.19 builds for avahi-autoipd.
[catta] / avahi-client / client.h
index 16fde9109b494482c79496a95e8539ffcfc0a90d..f102f05934b3d55f32aebb85b7728ae41767b003 100644 (file)
@@ -33,9 +33,6 @@
 
 /** \file client.h Definitions and functions for the client API over D-Bus */
 
-/** \example glib-integration.c Example of how to integrate
- * avahi use with GLIB/GTK applications */
-
 AVAHI_C_DECL_BEGIN
 
 /** A connection context */
@@ -80,6 +77,9 @@ const char* avahi_client_get_version_string (AvahiClient*);
 /** Get host name */
 const char* avahi_client_get_host_name (AvahiClient*);
 
+/** Set host name. \since 0.6.13 */
+int avahi_client_set_host_name(AvahiClient*, const char *name);
+
 /** Get domain name */
 const char* avahi_client_get_domain_name (AvahiClient*);