diff mbox series

[BlueZ,2/2] doc: mark battery APIs non-experimental

Message ID 50971f883abca31aa6a043086ef4d4f3201d7f4e.1696524938.git.pav@iki.fi
State New
Headers show
Series [BlueZ,1/2] battery: mark all battery DBus APIs non-experimental | expand

Commit Message

Pauli Virtanen Oct. 5, 2023, 4:57 p.m. UTC
Remove experimental status also from documentation.
---
 doc/battery-api.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/doc/battery-api.txt b/doc/battery-api.txt
index 9a6b4fd39..c03d64fc6 100644
--- a/doc/battery-api.txt
+++ b/doc/battery-api.txt
@@ -13,7 +13,7 @@  Properties	byte Percentage [readonly]
 
 			The percentage of battery left as an unsigned 8-bit integer.
 
-		string Source [readonly, optional, experimental]
+		string Source [readonly, optional]
 
 			Describes where the battery information comes from
 			This property is informational only and may be useful
@@ -36,7 +36,7 @@  BlueZ will stop monitoring these exposed and removed objects after
 UnregisterBatteryProvider is called for that provider ID.
 
 Service		org.bluez
-Interface	org.bluez.BatteryProviderManager1 [experimental]
+Interface	org.bluez.BatteryProviderManager1
 Object path	/org/bluez/{hci0,hci1,...}
 
 Methods		void RegisterBatteryProvider(object provider)
@@ -56,7 +56,7 @@  Battery Provider hierarchy
 ==========================
 
 Service		<client D-Bus address>
-Interface	org.bluez.BatteryProvider1 [experimental]
+Interface	org.bluez.BatteryProvider1
 Object path	{provider_root}/{unique battery object path}
 
 Properties	Objects provided on this interface contain the same properties