Re: inclusion of vfs modules

2005-07-29 Thread The Saltydog
On 7/29/05, Iago Rubio <[EMAIL PROTECTED]> wrote: > snip Great and exhaustive reply, thank you! ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: inclusion of vfs modules

2005-07-29 Thread Iago Rubio
On Fri, 2005-07-29 at 09:39 +0200, The Saltydog wrote: > In my program I need to include the right header for > gnome_vfs_get_file_mime_type. I have found that the header is in > /usr/include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime.h. If I > put this include line: > #include > > the modul

inclusion of vfs modules

2005-07-29 Thread The Saltydog
In my program I need to include the right header for gnome_vfs_get_file_mime_type. I have found that the header is in /usr/include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime.h. If I put this include line: #include the module is not found, even if I add the right path for inclusion. The only