X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-client%2Fclient.h;h=f102f05934b3d55f32aebb85b7728ae41767b003;hb=ef98a3da45ebbc3bbf9601a3eef1a4eb65fb9a84;hp=16fde9109b494482c79496a95e8539ffcfc0a90d;hpb=fa9651c42231c151705c909960414384bad2662b;p=catta diff --git a/avahi-client/client.h b/avahi-client/client.h index 16fde91..f102f05 100644 --- a/avahi-client/client.h +++ b/avahi-client/client.h @@ -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*);