[gnome-bluetooth] lib: Export the killswitch and plugin manager code



commit e87235401e8c8db8ca35d1cc7c494d97ca5b446f
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Oct 18 16:45:22 2011 +0100

    lib: Export the killswitch and plugin manager code

 lib/Makefile.am             |   14 +++++++-------
 lib/gnome-bluetooth.symbols |   10 ++++++++++
 2 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 8dbd17b..e4b1c66 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -11,9 +11,6 @@ libcommon_la_SOURCES =						\
 		bluetooth-utils.h bluetooth-utils.c		\
 		bluetooth-client-private.h			\
 		bluetooth-agent.h bluetooth-agent.c		\
-		bluetooth-killswitch.h bluetooth-killswitch.c	\
-		bluetooth-plugin-manager.c			\
-		bluetooth-plugin-manager.h			\
 		bluetooth-enums.h				\
 		rfkill.h
 
@@ -31,12 +28,13 @@ libgnome_bluetooth_c_sources =		\
 	bluetooth-filter-widget.c	\
 	bluetooth-chooser-button.c	\
 	bluetooth-chooser-combo.c	\
-	bluetooth-client-glue.c
+	bluetooth-client-glue.c		\
+	bluetooth-plugin-manager.c
+
 
 libgnome_bluetooth_private_headers =	\
 	bluetooth-client-private.h	\
 	bluetooth-agent.h		\
-	bluetooth-killswitch.h		\
 	gnome-bluetooth-enum-types.h	\
 	bluetooth-chooser-private.h	\
 	bluetooth-client-glue.h
@@ -61,7 +59,9 @@ libgnome_bluetooth_introspect_headers =			\
 	bluetooth-chooser-combo.h			\
 	bluetooth-filter-widget.h			\
 	bluetooth-enums.h				\
-	bluetooth-utils.h
+	bluetooth-utils.h				\
+	bluetooth-plugin-manager.h			\
+	bluetooth-killswitch.h
 
 gnomebluetoothdir = $(pkgincludedir)
 gnomebluetooth_HEADERS =				\
@@ -123,7 +123,7 @@ test_agent_LDADD = libcommon.la $(DBUS_LIBS)
 
 test_deviceselection_LDADD = libcommon.la libgnome-bluetooth.la
 
-test_plugins_LDADD = libcommon.la
+test_plugins_LDADD = libcommon.la libgnome-bluetooth.la
 
 test_class_LDADD = libcommon.la
 
diff --git a/lib/gnome-bluetooth.symbols b/lib/gnome-bluetooth.symbols
index 99d379c..72bbae6 100644
--- a/lib/gnome-bluetooth.symbols
+++ b/lib/gnome-bluetooth.symbols
@@ -41,3 +41,13 @@ bluetooth_filter_widget_get_type
 bluetooth_filter_widget_bind_filter
 bluetooth_chooser_combo_get_type
 bluetooth_chooser_combo_new
+bluetooth_plugin_manager_init
+bluetooth_plugin_manager_cleanup
+bluetooth_plugin_manager_get_widgets
+bluetooth_plugin_manager_device_deleted
+bluetooth_killswitch_get_type
+bluetooth_killswitch_new
+bluetooth_killswitch_has_killswitches
+bluetooth_killswitch_set_state
+bluetooth_killswitch_get_state
+bluetooth_killswitch_state_to_string



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