From: DoHyun Pyun Date: Tue, 11 Sep 2012 01:10:42 +0000 (+0900) Subject: Add the G_TYPE_INVALID argument X-Git-Tag: 2.0_alpha~1 X-Git-Url: http://review.tizen.org/git/?p=framework%2Fconnectivity%2Fbluetooth-frwk.git;a=commitdiff_plain;h=03ca8523e8426690bb5a8eae0bb39b90abd624ac Add the G_TYPE_INVALID argument [Comment] Even if we success the dbus call, returned the error Change-Id: Ia88bbedf040bd0886a6b732963f4fd559c195ff0 --- diff --git a/debian/changelog b/debian/changelog index 890a419..e3939ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +bluetooth-frwk (0.1.91) unstable; urgency=low + + * Tagging and upload the package + * Git: slp/pkgs/b/bluetooth-frwk + * Tag: bluetooth-frwk_0.1.91 + + -- DoHyun Pyun Tue, 11 Sep 2012 10:04:32 +0900 + bluetooth-frwk (0.1.90) unstable; urgency=low * Tagging and upload the package diff --git a/lib/bluetooth-network-api.c b/lib/bluetooth-network-api.c index dce4330..988046e 100644 --- a/lib/bluetooth-network-api.c +++ b/lib/bluetooth-network-api.c @@ -81,7 +81,7 @@ BT_EXPORT_API int bluetooth_network_activate_server(void) if (!dbus_g_proxy_call(proxy_net_server, "Register", &err, G_TYPE_STRING, NAP_UUID_NAME, /*first_arg */ G_TYPE_STRING, NET_BRIDGE_INTERFACE,/*second_arg */ - G_TYPE_INVALID)) { + G_TYPE_INVALID, G_TYPE_INVALID)) { DBG("Network server register Error: %s\n", err->message); g_error_free(err); ret = BLUETOOTH_ERROR_INTERNAL; @@ -132,7 +132,7 @@ BT_EXPORT_API int bluetooth_network_deactivate_server(void) if (!dbus_g_proxy_call(proxy_net_server, "Unregister", &err, G_TYPE_STRING, NAP_UUID_NAME, /*first_arg */ - G_TYPE_INVALID)) { + G_TYPE_INVALID, G_TYPE_INVALID)) { DBG("Network server unregister Error: %s\n", err->message); g_error_free(err); ret = BLUETOOTH_ERROR_INTERNAL; diff --git a/packaging/bluetooth-frwk.spec b/packaging/bluetooth-frwk.spec index e0101d4..f060f02 100644 --- a/packaging/bluetooth-frwk.spec +++ b/packaging/bluetooth-frwk.spec @@ -1,6 +1,6 @@ Name: bluetooth-frwk Summary: Bluetooth framework for BlueZ and Obexd. This package is Bluetooth framework based on BlueZ and Obexd stack. -Version: 0.1.90 +Version: 0.1.91 Release: 1 Group: TO_BE/FILLED_IN License: TO BE FILLED IN