summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gnome-bluetooth.map2
-rw-r--r--lib/meson.build5
2 files changed, 6 insertions, 1 deletions
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',