summaryrefslogtreecommitdiff
path: root/doc/flatpak-metadata.xml
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-07-07 15:12:38 +0100
committerAlexander Larsson <alexander.larsson@gmail.com>2017-08-18 14:23:03 +0200
commitc4819af5a08971bf0276492b697a9972bdea04a3 (patch)
treec2580ac749e9f202eeff50ab5349febc6fb8d449 /doc/flatpak-metadata.xml
parent26eb76637da810fb77d5523364cdf69b36fd42b8 (diff)
downloadflatpak-c4819af5a08971bf0276492b697a9972bdea04a3.tar.gz
common: Support collection IDs for related refs and extensions
Add support for collection IDs to the code which finds and pulls related refs and other extensions. Currently, related refs must have the same collection ID as the parent ref — this is the most likely scenario anyway. In future, it should be possible to extend the code to support pulling related refs from other collections. Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'doc/flatpak-metadata.xml')
-rw-r--r--doc/flatpak-metadata.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/flatpak-metadata.xml b/doc/flatpak-metadata.xml
index 131a1a1b..95de5398 100644
--- a/doc/flatpak-metadata.xml
+++ b/doc/flatpak-metadata.xml
@@ -430,6 +430,18 @@
point when deleting a 'related' application or runtime.
</para></listitem>
</varlistentry>
+ <!-- FIXME: Uncomment this when enable-p2p is enabled unconditionally.
+ <varlistentry>
+ <term><option>collection-id</option> (string)</term>
+ <listitem><para>
+ The ID of the collection that this extension point belongs to. If this
+ is unspecified, it defaults to the collection ID of the application
+ or runtime that the extension point is for.
+ Currently, extension points must be in the same collection as the
+ application or runtime that they are for.
+ </para></listitem>
+ </varlistentry>
+ -->
</variablelist>
</refsect2>
<refsect2>