]> git.meshlink.io Git - catta/blobdiff - avahi-gobject/ga-service-browser.h
systemd: syslog.target is not longer useful
[catta] / avahi-gobject / ga-service-browser.h
index c610dbe936121d6df15aa0dd0ad9dee0c7d73b59..eaead4be83cbc90619f07ab3d2631fb7a628ecb8 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ga-service-browser.h - Header for GaServiceBrowser
- * Copyright (C) 2005 Collabora Ltd.
+ * Copyright (C) 2006-2007 Collabora Ltd.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -55,11 +55,11 @@ GType ga_service_browser_get_type(void);
 #define GA_SERVICE_BROWSER_GET_CLASS(obj) \
   (G_TYPE_INSTANCE_GET_CLASS ((obj), GA_TYPE_SERVICE_BROWSER, GaServiceBrowserClass))
 
-GaServiceBrowser *ga_service_browser_new(gchar * type);
+GaServiceBrowser *ga_service_browser_new(const gchar * type);
 
 GaServiceBrowser *ga_service_browser_new_full(AvahiIfIndex interface,
                                               AvahiProtocol protocol,
-                                              gchar * type, gchar * domain,
+                                              const gchar * type, gchar * domain,
                                               GaLookupFlags flags);
 
 gboolean