]> git.meshlink.io Git - catta/blobdiff - avahi-client/client.h
put real path to avahi-discover into .desktop file
[catta] / avahi-client / client.h
index 5b0e9109aecdb415573fda6f2238806128f6d29d..e0af11062f58b93d960237b3cc099528e389cba4 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef fooclienthfoo
 #define fooclienthfoo
 
-/* $Id: core.h 98 2005-06-04 18:56:52Z lathiat $ */
+/* $Id$ */
 
 /***
   This file is part of avahi.
 
 /** \file client.h Definitions and functions for the client API over D-Bus */
 
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
 AVAHI_C_DECL_BEGIN
+#endif
 
-typedef struct _AvahiClientPriv AvahiClientPriv;
+typedef struct _AvahiClient AvahiClient;
 
-typedef struct _AvahiClient {
-       int serverid;
-    AvahiClientPriv *priv;
-} AvahiClient;
+typedef struct _AvahiEntryGroup AvahiEntryGroup;
 
 /** Creates a new client instance */
 AvahiClient* avahi_client_new ();
@@ -50,12 +49,8 @@ char* avahi_client_get_domain_name (AvahiClient*);
 /** Get FQDN domain name */
 char* avahi_client_get_host_name_fqdn (AvahiClient*);
 
-/** Get alternative host name for a host name that is taken */
-char* avahi_client_get_alternative_host_name (AvahiClient*, char*);
-
-/** Get alternative service name for a service name that is taken */
-char* avahi_client_get_alternative_service_name (AvahiClient*, char*);
-
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
 AVAHI_C_DECL_END
+#endif
 
 #endif