From e17764a1ae81393968dfb747c7b67353c109bc71 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Fri, 19 Jun 2020 15:01:33 +0200 Subject: csapi/: generated using the latest GTAD and matrix-doc For matrix-doc, specifically, it is master (5cb4b086) merged with https://github.com/matrix-org/matrix-doc/pull/2518. --- lib/csapi/third_party_lookup.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lib/csapi/third_party_lookup.h') diff --git a/lib/csapi/third_party_lookup.h b/lib/csapi/third_party_lookup.h index 9329b7a7..969e767c 100644 --- a/lib/csapi/third_party_lookup.h +++ b/lib/csapi/third_party_lookup.h @@ -33,7 +33,7 @@ public: // Result properties /// The protocols supported by the homeserver. - QHash data() const + QHash protocols() const { return fromJson>(jsonData()); } @@ -50,7 +50,6 @@ public: /*! \brief Retrieve metadata about a specific protocol that the homeserver * supports. * - * * \param protocol * The name of the protocol. */ @@ -88,7 +87,6 @@ public: /*! \brief Retrieve Matrix-side portals rooms leading to a third party * location. * - * * \param protocol * The protocol used to communicate to the third party network. * @@ -124,7 +122,6 @@ public: class QueryUserByProtocolJob : public BaseJob { public: /*! \brief Retrieve the Matrix User ID of a corresponding third party user. - * * * \param protocol * The name of the protocol. @@ -161,7 +158,6 @@ public: class QueryLocationByAliasJob : public BaseJob { public: /*! \brief Reverse-lookup third party locations given a Matrix room alias. - * * * \param alias * The Matrix room alias to look up. @@ -191,7 +187,6 @@ public: class QueryUserByIDJob : public BaseJob { public: /*! \brief Reverse-lookup third party users given a Matrix User ID. - * * * \param userid * The Matrix User ID to look up. -- cgit v1.2.3