summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-11-30 14:48:43 +0100
committerBastien Nocera <hadess@hadess.net>2021-11-30 15:32:21 +0100
commit633abe492d9d99feefb81d8b3f928370550d89b0 (patch)
treeb2982ca3f5a32bc18a3af49b3131f908198ceb2f /.ci
parentbadfd3c7d8d9b915f4a5a3c582eabe8565cf3a64 (diff)
downloadgnome-bluetooth-633abe492d9d99feefb81d8b3f928370550d89b0.tar.gz
lib: Remove bluetooth_client_dump_device()
There's a similar function available for BluetoothDevice objects.
Diffstat (limited to '.ci')
-rw-r--r--.ci/gbt.suppr4
1 files changed, 4 insertions, 0 deletions
diff --git a/.ci/gbt.suppr b/.ci/gbt.suppr
index aab0f0e3..b07b3c6c 100644
--- a/.ci/gbt.suppr
+++ b/.ci/gbt.suppr
@@ -37,3 +37,7 @@ drop = yes
[suppress_function]
symbol_name = bluetooth_client_get_model
drop = yes
+
+[suppress_function]
+symbol_name = bluetooth_client_dump_device
+drop = yes