control/dbus: dbus_player: clean PropertiesChangedSignal
commita8a4b7fb0ff23db9a14e8b8d63b8fc1fe60292a4
authorFilip Roséen <filip@atch.se>
Thu, 18 May 2017 10:02:06 +0000 (18 12:02 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 18 May 2017 15:56:56 +0000 (18 18:56 +0300)
tree4127fd6f9e90cd70172d2f688a882d22a7cc6c7e
parentde7f441a73ecbbdd6c98a9b45a5b1de0786465df
control/dbus: dbus_player: clean PropertiesChangedSignal

The return-value of vlc_dictionary_all_keys is a null-terminated array
of the associated keys (on success), meaning that there is no explicit
need to query the count of keys.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
modules/control/dbus/dbus_player.c