]> git.meshlink.io Git - catta/commitdiff
Set the flags property type to be GA_TYPE_LOOKUP_FLAGS instead of the incorrect GA_TY...
authorSjoerd Simons <sjoerd@debian.org>
Wed, 9 Jan 2008 11:25:12 +0000 (11:25 +0000)
committerSjoerd Simons <sjoerd@debian.org>
Wed, 9 Jan 2008 11:25:12 +0000 (11:25 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1685 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-gobject/ga-record-browser.c
avahi-gobject/ga-service-browser.c
avahi-gobject/ga-service-resolver.c

index 2fe536c11866e4eee23f3d45300f57de704cccb0..ef7641dde18e4710bd281726ae8bc8c18bdde5c7 100644 (file)
@@ -257,7 +257,7 @@ static void ga_record_browser_class_init(GaRecordBrowserClass * ga_record_browse
 
     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 |
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 |
index cecc0a25fbe1e18206c2d8d22c43d9486936eddc..d3fa4d967ee7b1f1302ce06fb15be2bd946fbb82 100644 (file)
@@ -257,7 +257,7 @@ static void ga_service_resolver_class_init(GaServiceResolverClass *
 
     param_spec = g_param_spec_enum("flags", "Lookup flags for the resolver",
                                    "Resolver lookup flags",
-                                   GA_TYPE_PROTOCOL,
+                                   GA_TYPE_LOOKUP_FLAGS,
                                    GA_LOOKUP_NO_FLAGS,
                                    G_PARAM_READWRITE |
                                    G_PARAM_STATIC_NAME |