[PATCH] tools: add client to receive location reporting

2011-02-23 Thread Lucas De Marchi
As of now there's no support for fd-passing in D-Bus Python bindings, hence a small C client is needed in order to test location-reporting atom. --- Makefile.am |5 +- tools/get-location.c | 259 ++ 2 files changed, 263 insertions(+),

Re: [PATCH] tools: add client to receive location reporting

2011-02-23 Thread Lucas De Marchi
Hi all, On Wed, Feb 23, 2011 at 3:47 PM, Lucas De Marchi lucas.demar...@profusion.mobi wrote: As of now there's no support for fd-passing in D-Bus Python bindings, hence a small C client is needed in order to test location-reporting atom. ---  Makefile.am          |    5 +-