summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-03-25 11:36:20 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-03-25 11:36:20 -0400
commit516432740d08f74ae3dfcc26f3b5cc90edc750b4 (patch)
treebaacabda9b9d8547d8433c7563443d145cf91616 /lib
parent5f02c340b48b4ee37a9cf5df09528b2c5353e3dc (diff)
downloadxdg-app-516432740d08f74ae3dfcc26f3b5cc90edc750b4.tar.gz
doc: Add xdg_app_installation_install_bundle
Diffstat (limited to 'lib')
-rw-r--r--lib/xdg-app-installation.c3
1 files changed, 2 insertions, 1 deletions
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
*/