Change-Id: I68e7dc381de3b2815f3cc4754bbfeb9a2f7d8bd7
Signed-off-by: Sungwook Park <sungwook79.park@samsung.com>
}
#endif
g_dbus_method_invocation_return_value(invocation, reply_body);
- } else if (ret == GESTURED_ERROR_SERVICE_NOT_READY) {
- // for no return because will send the result with async
- LOGD("method call pass because async function");
} else {
LOGE("method_call failed, method_name : %s", method_name);
g_dbus_method_invocation_return_error(invocation, G_DBUS_ERROR, ret, "gesture error");