]> git.meshlink.io Git - catta/blobdiff - avahi-gobject/ga-service-browser.c
Set the flags property type to be GA_TYPE_LOOKUP_FLAGS instead of the incorrect GA_TY...
[catta] / avahi-gobject / ga-service-browser.c
index 51072e1d4f8e11b4f0680ee6fe8849bc41b61b7f..632a7d542dba937836c3c277e838ad0d42ad28df 100644 (file)
@@ -247,7 +247,7 @@ static void ga_service_browser_class_init(GaServiceBrowserClass *
 
     param_spec = g_param_spec_enum("flags", "Lookup flags for the browser",
                                    "Browser lookup flags",
-                                   GA_TYPE_PROTOCOL,
+                                   GA_TYPE_LOOKUP_FLAGS,
                                    GA_LOOKUP_NO_FLAGS,
                                    G_PARAM_READWRITE |
                                    G_PARAM_STATIC_NAME |