Hi Gustavo,
> +static void connect_cb(gboolean ok, GAtResult *result, gpointer
user_data)
> +{
> + GIOChannel *channel;
> +
> + if (!ok) {
> + g_print("Unable to define context\n");
> + exit(1);
I guess we should not call exit here. Just return.
it is a test program. So it doesn't really matter. We will never install
this program. It is just for the developers ;)
Regards
Marcel