From b6ee1a176fef18715d9c783915c5f41831e92f57 Mon Sep 17 00:00:00 2001 From: Daniel Playfair Cal Date: Mon, 4 May 2020 16:49:55 +1000 Subject: client: add abicheck --- client/symbols.txt | 40 ++++++++++++++++++++++++++++++++++++++++ tests/meson.build | 3 ++- 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 client/symbols.txt diff --git a/client/symbols.txt b/client/symbols.txt new file mode 100644 index 0000000..d22c22f --- /dev/null +++ b/client/symbols.txt @@ -0,0 +1,40 @@ +dconf_changeset_all +dconf_changeset_change +dconf_changeset_describe +dconf_changeset_deserialise +dconf_changeset_diff +dconf_changeset_filter_changes +dconf_changeset_get +dconf_changeset_is_empty +dconf_changeset_is_similar_to +dconf_changeset_new +dconf_changeset_new_database +dconf_changeset_new_write +dconf_changeset_ref +dconf_changeset_seal +dconf_changeset_serialise +dconf_changeset_set +dconf_changeset_unref +dconf_client_change_fast +dconf_client_change_sync +dconf_client_get_type +dconf_client_is_writable +dconf_client_list +dconf_client_list_locks +dconf_client_new +dconf_client_read +dconf_client_read_full +dconf_client_sync +dconf_client_unwatch_fast +dconf_client_unwatch_sync +dconf_client_watch_fast +dconf_client_watch_sync +dconf_client_write_fast +dconf_client_write_sync +dconf_error_quark +dconf_is_dir +dconf_is_key +dconf_is_path +dconf_is_rel_dir +dconf_is_rel_key +dconf_is_rel_path diff --git a/tests/meson.build b/tests/meson.build index 0992435..19f693a 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -51,7 +51,8 @@ endforeach symbol_test = find_program('abicheck.sh') abi_tests = [ - ['gsettings', libdconf_settings, files('../gsettings/symbols.txt')[0]] + ['gsettings', libdconf_settings, files('../gsettings/symbols.txt')[0]], + ['libdconf', libdconf, files('../client/symbols.txt')[0]], ] foreach abi_test: abi_tests -- cgit v1.2.1