hey all,

just facing some weird problem while handling connectivity problems on
my app. For some specific cases, connectivity status callback is not
called. Any specific reason for this kind of problem ?

<quoted code 1>
(...)
// connecting callback
#ifdef USE_OSSOIC
    webglobal = G_OBJECT(self);
    if (osso_iap_cb(g_mozilla_connectivity_iap_callback) != OSSO_OK) {
        printf("osso_iap_cb failed\n");
    }
#endif
(...)
</quoted code 1>


<quoted code 2>

// callback
void
connectivity_iap_callback(struct iap_event_t *event, void *arg)
{
   // ... handle my code here
}
#endif

</quoted code 2>



-- 
--Antonio Gomes
_______________________________________________
maemo-developers mailing list
[email protected]
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to