diff --git a/doc/xdg-app-build-finish.xml b/doc/xdg-app-build-finish.xml index 8f84890e..6d747613 100644 --- a/doc/xdg-app-build-finish.xml +++ b/doc/xdg-app-build-finish.xml @@ -182,8 +182,9 @@ Allow the application to own the well known name NAME on the session bus. + If NAME ends with .*, it allows the application to own all matching names. + This updates the [Session Bus Policy] group in the metadata. - This overrides to the Context section from the application metadata. This option can be used multiple times. @@ -193,6 +194,7 @@ Allow the application to talk to the well known name NAME on the session bus. + If NAME ends with .*, it allows the application to talk to all matching names. This updates the [Session Bus Policy] group in the metadata. This option can be used multiple times. @@ -203,8 +205,8 @@ Allow the application to own the well known name NAME on the system bus. + If NAME ends with .*, it allows the application to own all matching names. This updates the [System Bus Policy] group in the metadata. - This overrides to the Context section from the application metadata. This option can be used multiple times. @@ -214,6 +216,7 @@ Allow the application to talk to the well known name NAME on the system bus. + If NAME ends with .*, it allows the application to talk to all matching names. This updates the [System Bus Policy] group in the metadata. This option can be used multiple times. diff --git a/doc/xdg-app-run.xml b/doc/xdg-app-run.xml index 9880fbbd..256b6e89 100644 --- a/doc/xdg-app-run.xml +++ b/doc/xdg-app-run.xml @@ -240,6 +240,7 @@ Allow the application to own the well known name NAME on the session bus. + If NAME ends with .*, it allows the application to own all matching names. This overrides to the Context section from the application metadata. This option can be used multiple times. @@ -250,6 +251,29 @@ Allow the application to talk to the well known name NAME on the session bus. + If NAME ends with .*, it allows the application to talk to all matching names. + This overrides to the Context section from the application metadata. + This option can be used multiple times. + + + + + + + + Allow the application to own the well known name NAME on the system bus. + If NAME ends with .*, it allows the application to own all matching names. + This overrides to the Context section from the application metadata. + This option can be used multiple times. + + + + + + + + Allow the application to talk to the well known name NAME on the system bus. + If NAME ends with .*, it allows the application to talk to all matching names. This overrides to the Context section from the application metadata. This option can be used multiple times.