After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 138398 - gnome_vfs_async_create_uri_as_channel() is not implemented
gnome_vfs_async_create_uri_as_channel() is not implemented
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Async operations
cvs (head)
Other Linux
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-29 12:16 UTC by Murray Cumming
Modified: 2005-05-06 13:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
suggested implementation (3.23 KB, patch)
2004-05-16 11:49 UTC, Christophe Fergeau
committed Details | Review

Description Murray Cumming 2004-03-29 12:16:01 UTC
gnome_vfs_async_create_uri_as_channel() is declared, but not defined in gnome-vfs.
Comment 1 Christophe Fergeau 2004-05-16 11:49:17 UTC
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.
Comment 2 Murray Cumming 2004-10-29 19:00:19 UTC
Could someone review this please?
Comment 3 Murray Cumming 2005-02-03 12:28:18 UTC
Please?
Comment 4 Mikael Hallendal 2005-03-18 13:55:53 UTC
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
Comment 5 Christian Kellner 2005-05-06 13:00:45 UTC
Commited to cvs HEAD (with very small changes). Thanks! (Lets see if we get this
as_channel stuff fixed for 2.12)