Re: ANNOUNCE: Beagle 0.3.8
drago01 <[email protected]>
| Newsgroups | gmane.comp.gnome.dashboard.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 15, 2008 at 1:45 PM, D Bera <[email protected]> wrote: >>>> Build fails on fedora rawhide: >>>> http://koji.fedoraproject.org/koji/getfile?taskID=716898&name=build.log >>> ... >>>> ./Beagle.Search.Tiles/Tile.cs(351,48): error CS1061: Type >>>> `Gnome.Vfs.MimeApplication' does not contain a definition for >>>> `SupportUris' and no extension method `SupportUris' of type >>>> `Gnome.Vfs.MimeApplication' could be found (are you missing a using >>>> directive or an assembly reference?) >>> >>> Which version of gnome-vfs-sharp do you have ? It should be >= 2.10 >>> and configure.in is supposed to check that. >> >> the one inside gnome-sharp-2.20 so should be new enough. >> > > Then I dont really understand. Gnome.Vfs.MimeApplication has the > method SupportUris. > http://go-mono.com/docs/index.aspx?link=T%3aGnome.Vfs.MimeApplication > > It is definitely there in >= 2.16 and probably there since 2.10. > http://library.gnome.org/devel/gnome-vfs-2.0/stable/gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-supports-uris > > Does anyone know if gnome-vfs-sharp removed this method in their newer > API revision ? Seems like the method's name is SupportsUris now (Support_s_)