[PATCH 3/5] Agent API ReportError method call

2010-11-26 Thread patrik . flykt
From: Patrik Flykt The __connman_agent_report_error function creates and sends a ReportError method call to the registered agent. The agent can reply with D-Bus error org.moblin.connman.Agent.Error.Retry if the same service is to be retried. --- src/agent.c | 85 +

[PATCH 3/5] Agent API ReportError method call

2010-11-27 Thread patrik . flykt
From: Patrik Flykt The __connman_agent_report_error function creates and sends a ReportError method call to the registered agent. The agent can reply with D-Bus error net.connman.Agent.Error.Retry if the same service is to be retried. --- src/agent.c | 85

Re: [PATCH 3/5] Agent API ReportError method call

2010-11-29 Thread Samuel Ortiz
Hi Patrik, On Sat, Nov 27, 2010 at 09:55:39PM +0200, patrik.fl...@nokia.com wrote: > From: Patrik Flykt > > The __connman_agent_report_error function creates and sends a ReportError > method call to the registered agent. The agent can reply with D-Bus error > net.connman.Agent.Error.Retry if the

Re: [PATCH 3/5] Agent API ReportError method call

2010-11-30 Thread Patrik Flykt
Hi, On Mon, 2010-11-29 at 16:11 +0100, ext Samuel Ortiz wrote: > For consistency sake, I'd prefer to have this one called report_error_reply, > and use report_error_data for the structure. Yes, I'll fix. > Nothing to change here, but I just want to say that this is not my favorite > way