aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2024-02-12 20:02:38 +0000
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2024-02-12 17:35:33 -0500
commitd3aeae79de4b2f54602498e39a4c7894b0780b9d (patch)
tree650f27c101852230a50e52f793369b2e20031190
parentf2671bf8f951c84fbdd0c463c64c9aa3299a7e9a (diff)
adapter: Remove experimental flag for PowerState
Now that the feature has been tested, that the API is deemed adequate and the reliability sufficient. [Emil Velikov] The feature has landed in Sept 2022, with inclinations that "we might switch it to stable in the next release", back in Nov 2022. Today - a bit over 1 year later - various distributions (Fedora, Gentoo and by extension their derivatives) are carrying this patch. I think we can say we're reasonably stable and can merge it upstream.
-rw-r--r--src/adapter.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/adapter.c b/src/adapter.c
index 022390f0d9..ef1e66e4b1 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -3914,8 +3914,7 @@ static const GDBusPropertyTable adapter_properties[] = {
{ "Alias", "s", property_get_alias, property_set_alias },
{ "Class", "u", property_get_class },
{ "Powered", "b", property_get_powered, property_set_powered },
- { "PowerState", "s", property_get_power_state, NULL, NULL,
- G_DBUS_PROPERTY_FLAG_EXPERIMENTAL },
+ { "PowerState", "s", property_get_power_state },
{ "Discoverable", "b", property_get_discoverable,
property_set_discoverable },
{ "DiscoverableTimeout", "u", property_get_discoverable_timeout,