Add some new api to the docs

This commit is contained in:
Matthias Clasen
2016-05-16 19:49:48 -04:00
parent e7d53ca7cb
commit 0cfd001d9b
2 changed files with 25 additions and 0 deletions

View File

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

View File

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