From f1c78eb795efc35129ce5ddbf4934bdc88b8182b Mon Sep 17 00:00:00 2001 From: saerome kim Date: Wed, 8 Mar 2017 17:22:04 +0900 Subject: [PATCH] Change parameter type at 'set_gate' method Signed-off-by: saerome kim --- introspection/mesh.xml | 4 ++-- src/mesh-service-interface.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/introspection/mesh.xml b/introspection/mesh.xml index ef2c6d3..2220ba3 100644 --- a/introspection/mesh.xml +++ b/introspection/mesh.xml @@ -43,7 +43,7 @@ - + @@ -73,7 +73,7 @@ - + diff --git a/src/mesh-service-interface.c b/src/mesh-service-interface.c index 6300540..376f7cc 100644 --- a/src/mesh-service-interface.c +++ b/src/mesh-service-interface.c @@ -395,7 +395,7 @@ static gboolean _meshd_dbus_handle_enable_mesh(NetMesh *object, ret = MESHD_ERROR_NONE; /* TODO: Notify bridge status to Connman */ -z + #if 0 ret = mesh_request_specific_scan(info->mesh_interface, info->mesh_id, info->mesh_channel); @@ -461,7 +461,7 @@ static gboolean _meshd_dbus_handle_get_joined_mesh_network(NetMesh *object, } static gboolean _meshd_dbus_handle_set_gate(NetMesh *object, - GDBusMethodInvocation *invocation, gboolean stp, gint gate_announce, + GDBusMethodInvocation *invocation, gboolean stp, gboolean gate_announce, gpointer user_data) { int ret = MESHD_ERROR_NONE; -- 2.7.4