def add_managed_object(self, object): """Add a service to the list of services offered by the Application. :param object: Python object of dbus path to be managed """ self.managed_objs.append(object)