Re: gnome_vfs and gtk ?!



On Mon, 2005-01-31 at 23:12, Antonio Gomes wrote:
Hello all,

I'm working in a gtk Code, and in the main function there is a
gnome_vfs () into it , like that:

....
     gtk_init(&argc, &argv);
   
    /*GnomeVFS*/
    result = gnome_vfs_init();
....

 I wanna know what's the role of gnome_vfs ?! Is there a relationship
between this function and use of threads in GTK !?

No, gnome_vfs is the gnome virtual file system. It's meant to let you
work with local and remote files.

To init threads it should have a call to g_threads_init().

Regards.
-- 
Iago Rubio



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]