summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-05-16 19:49:48 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-05-16 19:49:48 -0400
commit0cfd001d9beb22b6085090c06a8fa3daa5a648eb (patch)
tree248806cb3201e6b018a687b3f25317957b77ce4c
parente7d53ca7cbdd23962c1e4e77dbc8e5cd4c987a9d (diff)
downloadxdg-app-0cfd001d9beb22b6085090c06a8fa3daa5a648eb.tar.gz
Add some new api to the docs
-rw-r--r--doc/reference/flatpak-docs.xml1
-rw-r--r--doc/reference/flatpak-sections.txt24
2 files changed, 25 insertions, 0 deletions
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 @@
<xi:include href="xml/flatpak-installed-ref.xml"/>
<xi:include href="xml/flatpak-remote-ref.xml"/>
<xi:include href="xml/flatpak-remote.xml"/>
+ <xi:include href="xml/flatpak-bundle-ref.xml"/>
<xi:include href="xml/flatpak-error.xml"/>
<xi:include href="xml/flatpak-version-macros.xml"/>
</chapter>
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
<SUBSECTION Standard>
@@ -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
<SUBSECTION Standard>
FlatpakInstalledRefClass
FLATPAK_INSTALLED_REF
@@ -129,3 +135,21 @@ FLATPAK_ERROR
FlatpakError
flatpak_error_quark
</SECTION>
+
+<SECTION>
+<FILE>flatpak-bundle-ref</FILE>
+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
+<SUBSECTION Standard>
+FlatpakBundleRefClass
+FLATPAK_TYPE_BUNDLE_REF
+FLATPAK_BUNDLE_REF
+FLATPAK_IS_BUNDLE_REF
+flatpak_bundle_ref_get_type
+</SECTION>