This changes the documentation on org.bluez.Media1.RegisterEndpoint to explicitly state that its argument must implement MediaEndpoint1. --- doc/media-api.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/media-api.txt b/doc/media-api.txt index bca8c9563..705d14727 100644 --- a/doc/media-api.txt +++ b/doc/media-api.txt @@ -12,7 +12,8 @@ Object path [variable prefix]/{hci0,hci1,...} Methods void RegisterEndpoint(object endpoint, dict properties) Register a local end point to sender, the sender can - register as many end points as it likes. + register as many end points as it likes. The endpoint + must implement org.bluez.MediaEndpoint1. Note: If the sender disconnects the end points are automatically unregistered. -- 2.20.1