GNOME Bugzilla – Bug 138398
gnome_vfs_async_create_uri_as_channel() is not implemented
Last modified: 2005-05-06 13:00:45 UTC
gnome_vfs_async_create_uri_as_channel() is declared, but not defined in gnome-vfs.
Created attachment 27757 [details] [review] suggested implementation Here is an attempt at implementing this missing function. At first, I was planning to remove it from the header, but it seemed easy enough to implement since there was already a create_as_channel function, hence this patch.
Could someone review this please?
Please?
I just sent of a patch to the gnomevfs list to deprecate all of the gnome_vfs_async_*_as_channel calls due to this and three other bugs. http://mail.gnome.org/archives/gnome-vfs-list/2005-March/msg00024.html
Commited to cvs HEAD (with very small changes). Thanks! (Lets see if we get this as_channel stuff fixed for 2.12)