From 87591066c386d25f614adc4efe8bbcbdc5edf8b0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 1 Dec 2019 13:16:42 -0500 Subject: [PATCH] doc: Add missing apis to flatpak-sections.txt Add various public apis that were missing from the docs. --- doc/reference/flatpak-sections.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/reference/flatpak-sections.txt b/doc/reference/flatpak-sections.txt index 87f22ef7..fb390a6c 100644 --- a/doc/reference/flatpak-sections.txt +++ b/doc/reference/flatpak-sections.txt @@ -2,6 +2,7 @@ flatpak-installation FlatpakInstallation FlatpakInstallation +FlatpakQueryFlags flatpak_installation_new_system flatpak_installation_new_system_with_id flatpak_installation_new_user @@ -24,17 +25,22 @@ flatpak_installation_get_installed_ref flatpak_installation_get_min_free_space_bytes flatpak_installation_get_priority flatpak_installation_get_storage_type +flatpak_installation_set_no_interaction +flatpak_installation_get_no_interaction flatpak_installation_list_installed_refs flatpak_installation_list_installed_refs_by_kind flatpak_installation_list_installed_refs_for_update flatpak_installation_list_installed_related_refs_sync +flatpak_installation_list_unused_refs flatpak_installation_list_remote_refs_sync +flatpak_installation_list_remote_refs_sync_full flatpak_installation_list_remotes_by_type flatpak_installation_list_remote_related_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_ref_sync_full flatpak_installation_fetch_remote_size_sync flatpak_installation_load_app_overrides flatpak_installation_update_appstream_sync @@ -48,6 +54,7 @@ flatpak_installation_update_remote_sync flatpak_installation_cleanup_local_refs_sync flatpak_installation_get_config flatpak_installation_get_default_languages +flatpak_installation_get_default_locales flatpak_installation_prune_local_repo flatpak_installation_remove_local_ref_sync flatpak_installation_set_config_sync @@ -85,6 +92,8 @@ flatpak_installed_ref_get_appdata_license flatpak_installed_ref_get_appdata_name flatpak_installed_ref_get_appdata_summary flatpak_installed_ref_get_appdata_version +flatpak_installed_ref_get_appdata_content_rating +flatpak_installed_ref_get_appdata_content_rating_type flatpak_installed_ref_get_subpaths flatpak_installed_ref_get_eol flatpak_installed_ref_get_eol_rebase @@ -189,6 +198,10 @@ flatpak_remote_get_url flatpak_remote_set_url flatpak_remote_get_disabled flatpak_remote_set_disabled +flatpak_remote_get_filter +flatpak_remote_set_filter +flatpak_remote_get_main_ref +flatpak_remote_set_main_ref FlatpakRemoteType FlatpakRemoteClass @@ -206,6 +219,9 @@ flatpak_transaction_progress_get_is_estimating flatpak_transaction_progress_get_progress flatpak_transaction_progress_get_status flatpak_transaction_progress_set_update_frequency +flatpak_transaction_progress_get_bytes_transferred +flatpak_transaction_progress_get_start_time + FlatpakTransactionProgressClass FLATPAK_IS_TRANSACTION_PROGRESS @@ -225,6 +241,8 @@ flatpak_transaction_operation_get_ref flatpak_transaction_operation_get_remote flatpak_transaction_operation_get_metadata flatpak_transaction_operation_get_old_metadata +flatpak_transaction_operation_get_download_size +flatpak_transaction_operation_get_installed_size flatpak_transaction_operation_type_to_string FlatpakTransactionOperationClass @@ -246,6 +264,7 @@ flatpak_transaction_new_for_installation flatpak_transaction_add_install flatpak_transaction_add_install_bundle flatpak_transaction_add_install_flatpakref +flatpak_transaction_add_rebase flatpak_transaction_add_update flatpak_transaction_add_uninstall flatpak_transaction_add_default_dependency_sources @@ -268,6 +287,11 @@ flatpak_transaction_get_no_pull flatpak_transaction_set_reinstall flatpak_transaction_set_force_uninstall flatpak_transaction_set_default_arch + +flatpak_transaction_set_parent_window +flatpak_transaction_get_parent_window +flatpak_transaction_abort_webflow + FlatpakTransactionClass FLATPAK_IS_TRANSACTION