From: Marcel Holtmann Date: Tue, 14 Jul 2009 07:12:53 +0000 (+0200) Subject: Make the ConnectService method async X-Git-Tag: 0.24~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b272bf1cd25626dd5e00fc304d474ca42756844;p=platform%2Fupstream%2Fconnman.git Make the ConnectService method async --- diff --git a/src/manager.c b/src/manager.c index c97140b..71430c8 100644 --- a/src/manager.c +++ b/src/manager.c @@ -330,7 +330,8 @@ static GDBusMethodTable manager_methods[] = { { "SetProperty", "sv", "", set_property }, { "AddProfile", "s", "o", add_profile }, { "RemoveProfile", "o", "", remove_profile }, - { "ConnectService", "a{sv}", "o", connect_service }, + { "ConnectService", "a{sv}", "o", connect_service, + G_DBUS_METHOD_FLAG_ASYNC }, { "RegisterAgent", "o", "", register_agent }, { "UnregisterAgent", "o", "", unregister_agent }, { },