diff --git a/data/org.freedesktop.impl.portal.Notification.xml b/data/org.freedesktop.impl.portal.Notification.xml index a26fa68d5..edfa725a9 100644 --- a/data/org.freedesktop.impl.portal.Notification.xml +++ b/data/org.freedesktop.impl.portal.Notification.xml @@ -92,11 +92,14 @@ Send to the application when a non-exported action is activated. - The @parameter contains the following values in order: + The @parameter is an array of variants that contains + the following values in order: - #. The `target` for the action, if one was specified. + #. The `target` for the action (``v``) (the value may + be unset, but the variant must be always present). - #. The `platform-data` as vardict containing an ``activation-token`` (``s``) for + #. The `platform-data` as vardict (``a{sv}``) containing + an ``activation-token`` (``s``) for `XDG Activation `_ --> diff --git a/data/org.freedesktop.portal.Notification.xml b/data/org.freedesktop.portal.Notification.xml index 9ee91a557..19d2e8088 100644 --- a/data/org.freedesktop.portal.Notification.xml +++ b/data/org.freedesktop.portal.Notification.xml @@ -408,11 +408,14 @@ Send to the application when a non-exported action is activated. - The @parameter contains the following values in order: + The @parameter is an array of variants that contains + the following values in order: - #. The `target` for the action, if one was specified. + #. The `target` for the action (``v``) (the value may + be unset, but the variant must be always present). - #. The `platform-data` as vardict (``a{sv}``) containing an ``activation-token`` (``s``) for + #. The `platform-data` as vardict (``a{sv}``) containing + an ``activation-token`` (``s``) for `XDG Activation `_