summaryrefslogtreecommitdiff
path: root/docs/markdown/Gnome-module.md
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2021-06-23 13:40:41 -0400
committerXavier Claessens <xclaesse@gmail.com>2021-06-23 15:48:32 -0400
commitd3d95d39beebb42894dbcf7cad58ef1fba4bbe2f (patch)
treebdedf0bb69b60fba5791936b4ac801224e3e95f3 /docs/markdown/Gnome-module.md
parent39c6571a46e5d432f96d4a20946f7d4e5f72f9fd (diff)
downloadmeson-d3d95d39beebb42894dbcf7cad58ef1fba4bbe2f.tar.gz
gnome: add update_desktop_database to post_install()
Diffstat (limited to 'docs/markdown/Gnome-module.md')
-rw-r--r--docs/markdown/Gnome-module.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md
index 4088061e4..2b90e0ceb 100644
--- a/docs/markdown/Gnome-module.md
+++ b/docs/markdown/Gnome-module.md
@@ -374,3 +374,5 @@ It takes the following keyword arguments:
`giomodule.cache` file will be updated.
- `gtk_update_icon_cache`: If set to `true`, update `icon-theme.cache` file in
`<prefix>/<datadir>/icons/hicolor`.
+- `update_desktop_database`: *Since 0.59.0* If set to `true`, update cache of
+ MIME types handled by desktop files in `<prefix>/<datadir>/applications`.