Re: How do I spawn an unknown viewer for a known file?

2008-03-09 Thread Bastiaan Veelo
Thank you Allin and James, I will differentiate per platform then. Bastiaan. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

How do I spawn an unknown viewer for a known file?

2008-03-08 Thread Bastiaan Veelo
Hi, What is the platform independent way to spawn a viewer for, say, a PDF document? Thanks, Bastiaan. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: How do I spawn an unknown viewer for a known file?

2008-03-08 Thread Allin Cottrell
On Sat, 8 Mar 2008, Bastiaan Veelo wrote: What is the platform independent way to spawn a viewer for, say, a PDF document? I may be out of date, but I don't think this is something that is handled by GTK as such. If you're using gnome, you can call gnome_url_show() using a file://... URL

Re: How do I spawn an unknown viewer for a known file?

2008-03-08 Thread JAMES SCOTT
Subject: How do I spawn an unknown viewer for a known file? Hi, What is the platform independent way to spawn a viewer for, say, a PDF document? Thanks, Bastiaan. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http