Skip to content

Commit

Permalink
adapter: Remove experimental flag for PowerState
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hadess authored and Vudentz committed Feb 12, 2024
1 parent f2671bf commit d3aeae7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/adapter.c
Expand Up @@ -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,
Expand Down

0 comments on commit d3aeae7

Please sign in to comment.