X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-client%2Fclient.h;h=056adfbe7fe00274f1bdedc702bbbb7bf39b9912;hb=d0c6f66e03793c19c034c26c1267f9382167b3ad;hp=fee6d91af8570c8967ff4fae93eb0e70ea4dea7c;hpb=dad41109f1726a876dd918290187d0a5296b267d;p=catta diff --git a/avahi-client/client.h b/avahi-client/client.h index fee6d91..056adfb 100644 --- a/avahi-client/client.h +++ b/avahi-client/client.h @@ -161,7 +161,7 @@ AvahiDomainBrowser* avahi_domain_browser_new (AvahiClient *client, void *userdata); /** Get the D-Bus path of an AvahiDomainBrowser object, for debugging purposes only. */ -const char* avahi_domain_browser_path (AvahiDomainBrowser *); +const char* avahi_domain_browser_get_dbus_path (AvahiDomainBrowser *); /** Cleans up and frees an AvahiDomainBrowser object */ int avahi_domain_browser_free (AvahiDomainBrowser *); @@ -176,7 +176,7 @@ AvahiServiceTypeBrowser* avahi_service_type_browser_new ( void *userdata); /** Get the D-Bus path of an AvahiServiceTypeBrowser object, for debugging purposes only. */ -const char* avahi_service_type_browser_path (AvahiServiceTypeBrowser *); +const char* avahi_service_type_browser_get_dbus_path(AvahiServiceTypeBrowser *); /** Cleans up and frees an AvahiServiceTypeBrowser object */ int avahi_service_type_browser_free (AvahiServiceTypeBrowser *); @@ -192,7 +192,7 @@ AvahiServiceBrowser* avahi_service_browser_new ( void *userdata); /** Get the D-Bus path of an AvahiServiceBrowser object, for debugging purposes only. */ -const char* avahi_service_browser_path (AvahiServiceBrowser *); +const char* avahi_service_browser_get_dbus_path (AvahiServiceBrowser *); /* Cleans up and frees an AvahiServiceBrowser object */ int avahi_service_browser_free (AvahiServiceBrowser *);