From 0cfd001d9beb22b6085090c06a8fa3daa5a648eb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 16 May 2016 19:49:48 -0400 Subject: Add some new api to the docs --- doc/reference/flatpak-docs.xml | 1 + doc/reference/flatpak-sections.txt | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/doc/reference/flatpak-docs.xml b/doc/reference/flatpak-docs.xml index ce7ae49..d74a6fb 100644 --- a/doc/reference/flatpak-docs.xml +++ b/doc/reference/flatpak-docs.xml @@ -20,6 +20,7 @@ + diff --git a/doc/reference/flatpak-sections.txt b/doc/reference/flatpak-sections.txt index 34b5c41..0f117e3 100644 --- a/doc/reference/flatpak-sections.txt +++ b/doc/reference/flatpak-sections.txt @@ -19,12 +19,17 @@ flatpak_installation_list_installed_refs_by_kind flatpak_installation_list_installed_refs_for_update flatpak_installation_list_remote_refs_sync flatpak_installation_list_remotes +flatpak_installation_get_remote_by_name flatpak_installation_fetch_remote_metadata_sync flatpak_installation_fetch_remote_ref_sync flatpak_installation_fetch_remote_size_sync flatpak_installation_load_app_overrides flatpak_installation_update_appstream_sync flatpak_installation_install_bundle +flatpak_installation_drop_caches +flatpak_installation_modify_remote +flatpak_installation_remove_remote +flatpak_get_default_arch FlatpakProgressCallback FlatpakUpdateFlags @@ -45,6 +50,7 @@ flatpak_installed_ref_get_is_current flatpak_installed_ref_get_latest_commit flatpak_installed_ref_get_origin flatpak_installed_ref_load_metadata +flatpak_installed_ref_get_subpaths FlatpakInstalledRefClass FLATPAK_INSTALLED_REF @@ -129,3 +135,21 @@ FLATPAK_ERROR FlatpakError flatpak_error_quark + +
+flatpak-bundle-ref +FlatpakBundleRef +flatpak_bundle_ref_new +flatpak_bundle_ref_get_file +flatpak_bundle_ref_get_metadata +flatpak_bundle_ref_get_appstream +flatpak_bundle_ref_get_icon +flatpak_bundle_ref_get_origin +flatpak_bundle_ref_get_installed_size + +FlatpakBundleRefClass +FLATPAK_TYPE_BUNDLE_REF +FLATPAK_BUNDLE_REF +FLATPAK_IS_BUNDLE_REF +flatpak_bundle_ref_get_type +
-- cgit v1.2.1