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/pushrules.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'lib/csapi/pushrules.h') diff --git a/lib/csapi/pushrules.h b/lib/csapi/pushrules.h index 0971dc6b..f6d3458a 100644 --- a/lib/csapi/pushrules.h +++ b/lib/csapi/pushrules.h @@ -47,7 +47,6 @@ public: class GetPushRuleJob : public BaseJob { public: /*! \brief Retrieve a push rule. - * * * \param scope * ``global`` to specify global rules. @@ -73,7 +72,7 @@ public: /// The specific push rule. This will also include keys specific to the /// rule itself such as the rule's ``actions`` and ``conditions`` if set. - PushRule data() const { return fromJson(jsonData()); } + PushRule pushRule() const { return fromJson(jsonData()); } }; /*! \brief Delete a push rule. @@ -83,7 +82,6 @@ public: class DeletePushRuleJob : public BaseJob { public: /*! \brief Delete a push rule. - * * * \param scope * ``global`` to specify global rules. @@ -117,7 +115,6 @@ public: class SetPushRuleJob : public BaseJob { public: /*! \brief Add or change a push rule. - * * * \param scope * ``global`` to specify global rules. @@ -165,7 +162,6 @@ public: class IsPushRuleEnabledJob : public BaseJob { public: /*! \brief Get whether a push rule is enabled - * * * \param scope * Either ``global`` or ``device/`` to specify global @@ -201,7 +197,6 @@ public: class SetPushRuleEnabledJob : public BaseJob { public: /*! \brief Enable or disable a push rule. - * * * \param scope * ``global`` to specify global rules. @@ -226,7 +221,6 @@ public: class GetPushRuleActionsJob : public BaseJob { public: /*! \brief The actions for a push rule - * * * \param scope * Either ``global`` or ``device/`` to specify global @@ -266,7 +260,6 @@ public: class SetPushRuleActionsJob : public BaseJob { public: /*! \brief Set the actions for a push rule. - * * * \param scope * ``global`` to specify global rules. -- cgit v1.2.3