summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/reference/xdg-app-sections.txt1
-rw-r--r--lib/xdg-app-installation.c3
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/reference/xdg-app-sections.txt b/doc/reference/xdg-app-sections.txt
index cf94c10..f3720c0 100644
--- a/doc/reference/xdg-app-sections.txt
+++ b/doc/reference/xdg-app-sections.txt
@@ -25,6 +25,7 @@ xdg_app_installation_fetch_remote_ref_sync
xdg_app_installation_fetch_remote_size_sync
xdg_app_installation_load_app_overrides
xdg_app_installation_update_appstream_sync
+xdg_app_installation_install_bundle
XdgAppProgressCallback
XdgAppUpdateFlags
<SUBSECTION Standard>
diff --git a/lib/xdg-app-installation.c b/lib/xdg-app-installation.c
index d4bc835..3ca83b5 100644
--- a/lib/xdg-app-installation.c
+++ b/lib/xdg-app-installation.c
@@ -794,7 +794,8 @@ progress_cb (OstreeAsyncProgress *progress, gpointer user_data)
* @cancellable: (nullable): a #GCancellable
* @error: return location for a #GError
*
- * Install an application or runtime from a bundle.
+ * Install an application or runtime from an xdg-app bundle file.
+ * See xdg-app-build-bundle(1) for how to create brundles.
*
* Returns: (transfer full): The ref for the newly installed app or %NULL on failure
*/