Thanks Rafael, i fill it: http://bugzilla.ximian.com/show_bug.cgi?id=80583
I try to see GnomeVfs code to see if i can fix it, but i cannot found Drive class. Bye >From: "Rafael Teixeira" <[EMAIL PROTECTED]> >To: "Luciano _" <[EMAIL PROTECTED]> >CC: [email protected] >Subject: Re: [Gtk-sharp-list] GnomeVFS >Date: Mon, 22 Jan 2007 19:54:51 -0200 >MIME-Version: 1.0 >Received: from nf-out-0910.google.com ([64.233.182.187]) by >bay0-mc12-f9.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Mon, >22 Jan 2007 13:54:52 -0800 >Received: by nf-out-0910.google.com with SMTP id i2so27952nfe for ><[EMAIL PROTECTED]>; Mon, 22 Jan 2007 13:54:52 -0800 (PST) >Received: by 10.49.55.13 with SMTP id h13mr46118nfk.1169502891839; >Mon, 22 Jan 2007 13:54:51 -0800 (PST) >Received: by 10.48.254.7 with HTTP; Mon, 22 Jan 2007 13:54:51 -0800 (PST) >X-Message-Info: LsUYwwHHNt3660MmjhEvYg2f34OAemlK3oXsmRrh6gU= >DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; > >h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; > > >b=W7KJmTWpOOnQFfEpHTi4SyFNMGC7jM/kE0/aYgYtoqBnIP7UACKkG/vUVNL8XWkLjPtO9F5FVLYwNStOJ9/9icZCo3cXs6UGvvMqdgRRi9FxfdMjaxcwvVo1eZ22N2/2mKtJ+HloO1D+hOBIhd4pJM9+0AIS8KotmFYhY5PfLYA= >References: <[EMAIL PROTECTED]> >Return-Path: [EMAIL PROTECTED] >X-OriginalArrivalTime: 22 Jan 2007 21:54:52.0569 (UTC) >FILETIME=[F1FF7090:01C73E6F] > >Please post a bug report. > >Thanks, > >On 1/22/07, Luciano _ <[EMAIL PROTECTED]> wrote: >>Hi: >>I'm having a problem with a gnomeVfs class (Drive) to mount / unmount a >>DVD-Rom drive and ActionUri property: >> >>VolumeMonitor vm = VolumeMonitor.Get(); >> >>protected void TestDrive() { >> foreach (Drive d in vm.ConnectedDrives) { >> d.Mount(mycallback) >> } >>} >> >>proteced void mycallback(bool succeded, string error, string >>error_detailed) >>{ >> // The callback; >> // If i get the drive here, and i see IsMounted property, is false. >>} >> >>This code is working, but i get some *Console.WriteLine* information from >>the class-library (I guess so). And other bad behavior is that i get >>d.ActivationUri = null and i need to get >>myDrive.MountedVolumes.ActivationUri (which is marked as obsolete). >> >>I try to get the source code from gtk-sharp (which i guess get gnomevfs >>too) >>and i cannot found drive class. Where is it? >>Do i fill a bug report? >>Is someone fixing bug reports? >>Thanks in advanced. >>Luciano >> >>_________________________________________________________________ >>Latinos en EE.UU: noticias y artÃculos de interés para ti >>http://latino.msn.com/noticias/latinoseneeuu >> >>_______________________________________________ >>Gtk-sharp-list maillist - [email protected] >>http://lists.ximian.com/mailman/listinfo/gtk-sharp-list >> > > >-- >Rafael "Monoman" Teixeira >--------------------------------------- >"The reasonable man adapts himself to the world; the unreasonable one >persists in trying to adapt the world to himself. Therefore all >progress depends on the unreasonable man." George Bernard Shaw _________________________________________________________________ ¿Cuánto vale tu auto? Tips para mantener tu carro. ¡De todo en MSN Latino Autos! http://latino.msn.com/autos/ _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
