On Mon, 2007-05-28 at 15:29 +0700, ext TranVan Hoang wrote: > Hi all, > osso_application_set_exit_cb is now deprecated but i can't find any > similar function that does that. > > Can anyone please tell me what is it now?
You simply die when receiving the POSIX TERM signal. If you support UI state saving, then you should save your UI state when ever you are moved to the background (so that you are ready to be terminated with the TERM signal). More information about state saving is available on the libosso.h header file. BR; Kimmo > Thanks in advance, > Hoang, > > _______________________________________________ > maemo-developers mailing list > [email protected] > https://maemo.org/mailman/listinfo/maemo-developers _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
