doc: Add xdg_app_installation_install_bundle

tingping/wmclass
Matthias Clasen 2016-03-25 11:36:20 -04:00
parent 5f02c340b4
commit 516432740d
2 changed files with 3 additions and 1 deletions

View File

@ -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>

View File

@ -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
*/