Merge branch 'gapplication-action-docs' into 'main'

gapplication: Clarify docs

Closes #3027

See merge request GNOME/glib!3469
This commit is contained in:
Philip Withnall 2023-06-13 09:41:17 +00:00
commit 1bf8f4b720

View File

@ -117,6 +117,10 @@
* conveniently access them remotely. GIO provides a #GDBusMenuModel wrapper
* for remote access to exported #GMenuModels.
*
* Note: Due to the fact that actions are exported on the session bus,
* using `maybe` parameters is not supported, since D-Bus does not support
* `maybe` types.
*
* There is a number of different entry points into a GApplication:
*
* - via 'Activate' (i.e. just starting the application)