def __on_status_changed(self, data=None): properties = {"PlaybackStatus": GLib.Variant("s", self.__get_status())} self.PropertiesChanged(self.__MPRIS_PLAYER_IFACE, properties, [])