Add the G_TYPE_INVALID argument
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 11 Sep 2012 01:10:42 +0000 (10:10 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 11 Sep 2012 01:10:42 +0000 (10:10 +0900)
[Comment] Even if we success the dbus call, returned  the error

Change-Id: Ia88bbedf040bd0886a6b732963f4fd559c195ff0

debian/changelog
lib/bluetooth-network-api.c
packaging/bluetooth-frwk.spec

index 890a419..e3939ac 100644 (file)
@@ -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 <dh79.pyun@samsung.com>  Tue, 11 Sep 2012 10:04:32 +0900
+
 bluetooth-frwk (0.1.90) unstable; urgency=low
 
   * Tagging and upload the package
index dce4330..988046e 100644 (file)
@@ -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;
index e0101d4..f060f02 100644 (file)
@@ -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