[maemo-developers] Problem in launching installed applications
From: sandeep kodimela sandeep.kodimela at votarytech.comDate: Mon Jul 12 11:20:53 EEST 2010
- Previous message: maemo.org Extras Bug Jar 2010.28
- Next message: Build logs for pygobject 2.16.1-1maemo1 @ autobuilder
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi All,
I'm using the bellow piece of code to launch the media player,but its not
working.
Glist* appsList=g_app_info_get_all_for_type("audio/wav");//
GAppLaunchContext* gAppLaunchCtx=g_app_launch_context_new();
GAppinfo *appInfo=(GAppInfo*)appsList->data;
g_app_info_launch(appInfo,NULL ,gAppLaunchCtx,&gError);
Is there any other way to launch the applications other than using the
g_app_info_launch()???????
Thanks&Regards,
Sandeep Kodimela
- Previous message: maemo.org Extras Bug Jar 2010.28
- Next message: Build logs for pygobject 2.16.1-1maemo1 @ autobuilder
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
