]> 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 87c275b54e4f471095bc755930b9210c38504566..f102f05934b3d55f32aebb85b7728ae41767b003 100644 (file)
 
 /** \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
 
-/** \struct AvahiClient A connection context */
+/** A connection context */
 typedef struct AvahiClient AvahiClient;
 
 /** States of a client object, a superset of AvahiServerState */
@@ -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*);