[gnome-bluetooth] Bug 573143 – Fix exported symbols



commit 222bbc71188c78a9f6b801be1038914b953aecbe
Author: Bastien Nocera <hadess hadess net>
Date:   Thu May 28 15:06:11 2009 +0100

    Bug 573143 â?? Fix exported symbols
---
 common/Makefile.am             |    6 ++----
 common/gnome-bluetooth.symbols |   19 ++++++++++++++-----
 2 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/common/Makefile.am b/common/Makefile.am
index 4079abf..dc11b75 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -25,10 +25,8 @@ libgnome_bluetooth_la_LIBADD = $(LIBGNOMEBT_LIBS)
 libgnome_bluetooth_la_LDFLAGS =				\
 	-version-info $(GNOMEBT_LT_VERSION)		\
 	-no-undefined					\
-	$(AM_LDFLAGS)
-
-# FIXME
-#	-export-symbols $(srcdir)/gnome-bluetooth.symbols
+	$(AM_LDFLAGS)					\
+	-export-symbols $(srcdir)/gnome-bluetooth.symbols
 
 gnomebluetoothdir = $(pkgincludedir)
 gnomebluetooth_HEADERS =				\
diff --git a/common/gnome-bluetooth.symbols b/common/gnome-bluetooth.symbols
index 952fd0d..a7d9720 100644
--- a/common/gnome-bluetooth.symbols
+++ b/common/gnome-bluetooth.symbols
@@ -1,5 +1,14 @@
-bluetooth_device_selection_get_type
-bluetooth_device_selection_new
-bluetooth_device_selection_get_selected_device
-bluetooth_device_selection_get_selected_device_name
-bluetooth_device_selection_start_discovery
+bluetooth_chooser_get_type
+bluetooth_chooser_new
+bluetooth_chooser_set_title
+bluetooth_chooser_get_selected_device
+bluetooth_chooser_get_selected_device_info
+bluetooth_chooser_get_selected_device_name
+bluetooth_chooser_get_selected_device_icon
+bluetooth_chooser_get_selected_device_type
+bluetooth_chooser_get_selected_device_is_connected
+bluetooth_chooser_start_discovery
+bluetooth_chooser_button_get_type
+bluetooth_chooser_button_new
+bluetooth_chooser_button_available
+bluetooth_type_to_string



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