Re: gnome_vfs_get_registered_mime_types
Cosimo Cecchi <[email protected]> Thu, 24 Apr 2008 15:14:59 +0200
| Newsgroups | gmane.comp.gnome.vfs.general |
|---|---|
| Message-ID | <1209042899.8042.8.camel@pluto> |
On Tue, 2008-04-22 at 14:25 -0400, Bogdan Gheorghe wrote: > > Hi - > > Is there anything equivalent in the current VFS api to the old > deprecated gnome_vfs_get_registered_mime_types() ? Hi Bogdan, in the new GIO api (available in GLib >= 2.16) you can use g_content_types_get_registered (), which basically does the same thing. Cheers! -- Cosimo