[Mono-dev] Gnome.Vfs Initialization

Felipe Almeida Lessa felipe.lessa at gmail.com
Thu Nov 17 15:14:43 EST 2005


2005/11/17, Mike Kestner <mkestner at novell.com>:
> On Thu, 2005-11-17 at 04:48 -0700, Buderya Roshan wrote:
>
> > Before we can use Gnome.Vfs APIs to read remote files, do we need to
> > initialize it? If so which API is used? I didn't find a suitable API in
> > monodoc. Any help is appreciated.
>
> Are you doing a Gtk.Application.Init?  That seems to be all that
> sample/TestVfs does.

AFAIK, you should do:

     Gnome.Vfs.Vfs.Initialize();

on the beginning of your application and:

     Gnome.Vfs.Vfs.Shutdown();

in the end. Note that the first "Vfs" is the namespace, while the
second is the Class.

But I may be wrong.

Cya,
Felipe.

--
"Quem excele em empregar a força militar subjulga os exércitos dos outros
povos sem travar batalha, toma cidades fortificadas dos outros povos sem as
atacar e destrói os estados dos outros povos sem lutas prolongadas. Deve
lutar sob o Céu com o propósito primordial da 'preservação'. Desse modo suas
armas não se embotarão, e os ganhos poderão ser preservados. Essa é a
estratégia para planejar ofensivas."

  -- Sun Tzu, em "A arte da guerra"



More information about the Mono-devel-list mailing list