refactor: rename request_slot tag to return_slot

This commit is contained in:
Stanislav Angelovic
2023-12-30 19:22:45 +01:00
committed by Stanislav Angelovič
parent 84932a6985
commit dc0c2562b8
15 changed files with 31 additions and 31 deletions

View File

@@ -198,7 +198,7 @@ void Connection::addObjectManager(const std::string& objectPath, floating_slot_t
SDBUS_THROW_ERROR_IF(r < 0, "Failed to add object manager", -r);
}
Slot Connection::addObjectManager(const std::string& objectPath, request_slot_t)
Slot Connection::addObjectManager(const std::string& objectPath, return_slot_t)
{
sd_bus_slot *slot{};