From 3a776210771f11b85c9353f2ed973ff0cea5cda5 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 23 Sep 2009 17:21:12 +0100 Subject: Update API docs Add BluetoothClient and plugin documentations, update the others. --- lib/bluetooth-plugin-manager.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/bluetooth-plugin-manager.c') diff --git a/lib/bluetooth-plugin-manager.c b/lib/bluetooth-plugin-manager.c index ab1751c5..5606610b 100644 --- a/lib/bluetooth-plugin-manager.c +++ b/lib/bluetooth-plugin-manager.c @@ -33,6 +33,9 @@ #define UNINSTALLED_PLUGINDIR "../lib/plugins" +#define SOEXT ("." G_MODULE_SUFFIX) +#define SOEXT_LEN (strlen (SOEXT)) + GList *plugin_list = NULL; static void -- cgit v1.2.1