[gnome-bluetooth/wip/hadess/cleanups: 7/9] lib: Export BluetoothAgent to our private introspection




commit b43482374153147dd0752e5cdecb7b254b61e099
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Feb 17 16:19:30 2021 +0100

    lib: Export BluetoothAgent to our private introspection

 lib/gnome-bluetooth.map | 2 ++
 lib/meson.build         | 5 ++++-
 2 files changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/lib/gnome-bluetooth.map b/lib/gnome-bluetooth.map
index b1c7d75f..16051236 100644
--- a/lib/gnome-bluetooth.map
+++ b/lib/gnome-bluetooth.map
@@ -47,6 +47,8 @@ global:
   bluetooth_filter_widget_bind_filter;
   bluetooth_chooser_combo_get_type;
   bluetooth_chooser_combo_new;
+  bluetooth_agent_get_type;
+  bluetooth_agent_error_get_type;
   bluetooth_agent_new;
   bluetooth_agent_set_pincode_func;
   bluetooth_agent_register;
diff --git a/lib/meson.build b/lib/meson.build
index 90fa0343..5080a952 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -139,7 +139,10 @@ if enable_gir
 
   gnomebt_priv_gir = gnome.generate_gir(
     libgnome_bluetooth,
-    sources: gir_sources + ['bluetooth-client-private.h'],
+    sources: gir_sources + [
+      'bluetooth-client-private.h',
+      'bluetooth-agent.h',
+      ],
     nsversion: gnomebt_api_version,
     namespace: 'GnomeBluetoothPriv',
     symbol_prefix: 'bluetooth',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]