summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/flatpak-metadata.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/flatpak-metadata.xml b/doc/flatpak-metadata.xml
index 3490cfe4..ae62764a 100644
--- a/doc/flatpak-metadata.xml
+++ b/doc/flatpak-metadata.xml
@@ -611,6 +611,16 @@
</para></listitem>
</varlistentry>
<varlistentry>
+ <term><option>autoprune-unless</option> (string)</term>
+ <listitem><para>
+ A condition that must be false for the extension to be considered unused when
+ pruning. For example, <command>flatpak uninstall --unused</command> uses
+ this information. The only currently recognized value is active-gl-driver,
+ which is true if the name of the active GL driver matches the extension
+ point basename. Available since 0.11.8.
+ </para></listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>enable-if</option> (string)</term>
<listitem><para>
A condition that must be true for the extension to be enabled.