<br><br><div class="gmail_quote">On Mon, Aug 13, 2012 at 11:07 AM, James Cameron <span dir="ltr"><<a href="mailto:quozl@laptop.org" target="_blank">quozl@laptop.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

Thanks.<br>
<div><br>
On Mon, Aug 13, 2012 at 10:51:59AM +0530, Ajay Garg wrote:<br>
> @@ -59,12 +61,6 @@ def get_modem_settings():<br>
>      # must be called asynchronously as this re-enters the GTK main loop<br>
<br>
</div>Is this comment in the context still held to be true, given that you<br>
have removed the call to the GTK main loop immediately below?<br></blockquote><div><br>Yes James, this comment is with regard to the code "connection.get_secrets('gsm', _secrets_cb, _secrets_err_cb)".<br>

Thus, this comment helps know as to why the line "connection.get_secrets('gsm', _secrets_cb, _secrets_err_cb)" is actually asynchronous.<br><br>Sorry for not clearing that before :-\<br><br>Thanks and Regards,<br>
Ajay<br><br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<div><br>
>      connection.get_secrets('gsm', _secrets_cb, _secrets_err_cb)<br>
><br>
> -    # wait til asynchronous execution completes<br>
> -    while not secrets_call_done[0]:<br>
> -        gtk.main_iteration()<br>
> -<br>
> -    return modem_settings<br>
> -<br>
<br>
</div>If not, fix the comment.<br>
<div><div><br>
--<br>
James Cameron<br>
<a href="http://quozl.linux.org.au/" target="_blank">http://quozl.linux.org.au/</a><br>
</div></div></blockquote></div><br>