Re: [PATCH] network: Add NetworkRegistration.OperatorsChanged signal

2015-01-12 Thread Denis Kenzior
Hi Slava, On 12/31/2014 07:24 AM, Slava Monich wrote: This signal gets emitted when operator list has changed. It contains the current list of operators. --- doc/network-api.txt | 5 + src/network.c | 44 +++- 2 files changed, 48

[PATCH] network: Add NetworkRegistration.OperatorsChanged signal

2014-12-31 Thread Slava Monich
This signal gets emitted when operator list has changed. It contains the current list of operators. --- doc/network-api.txt | 5 + src/network.c | 44 +++- 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/doc/network-api.txt