Hi Denis,

> >>  doc/manager-api.txt |   11 +++++------
> >>  1 files changed, 5 insertions(+), 6 deletions(-)
> >>
> >> diff --git a/doc/manager-api.txt b/doc/manager-api.txt
> >> index cf26978..57b13c9 100644
> >> --- a/doc/manager-api.txt
> >> +++ b/doc/manager-api.txt
> >> @@ -195,21 +195,20 @@ Methods              dict GetProperties()
> >>                    If an application exits unexpectatly the session
> >>                    will be automatically destroyed.
> >>  
> >> -          fd, dict {settings} RequestPrivateNetwork(dict options)
> >> +          object path, fd, dict RequestPrivateNetwork(dict options)
> > 
> > make this object path, dict, fd since then it is a big more consistent
> > with other places that already use the combination of object path, dict.
> > And the extra fd becomes just an extra parameter.
> 
> Is the intent to really have an object path without an interface?  To me
> that seems a bit confusing compared to the usual use of 'object' in
> BlueZ/oFono/ConnMan apis style APIs.

no, we also plan to support GetProperties on it, but right now that
would be secondary concern. The idea is just to avoid to method calls
and return the properties in the dictionary right away.

So in that sense, we are cheating a little bit right now ;)

Regards

Marcel


_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to