Re: Expose service dialling numbers stored on SIM through SimManager.

2009-08-31 Thread Denis Kenzior
Hi Andrew, Hi, 2009/8/25 Denis Kenzior denk...@gmail.com: Please re-base and resubmit this patch, it does not apply cleanly after the latest round of changes. Also, lets return a dictionary. Applications already need to parse GetProperties, which is a dictionary of strings to variants,

Re: Expose service dialling numbers stored on SIM through SimManager.

2009-08-25 Thread Denis Kenzior
Hi Andrew, On Wed, Aug 19, 2009 at 3:09 PM, Andrzej Zaborowski andrew.zaborow...@intel.com wrote: --- The ServiceDiallingNumbers property now returns a list of strings (alpha identifiers interleaved with dialling numbers) and this is a little hacky but returning a dictionary would make the

Re: Expose service dialling numbers stored on SIM through SimManager.

2009-08-25 Thread Andrzej Zaborowski
] Expose service dialling numbers stored on SIM through SimManager. --- include/dbus.h |9 src/dbus.c | 80 +++ src/sim.c | 144 +--- src/simutil.h |1 + 4 files changed, 227 insertions(+), 7