GNOME Bugzilla – Bug 157261
gnome_vfs_async_create_as_channel calls open internally
Last modified: 2005-05-06 12:33:51 UTC
The call internally calls open instead of create which makes it only work on existing files.
Created attachment 33395 [details] [review] Patch with fix This patch at least calls the correct function, seems to not work that well anyway but now it creates a file. I'll look further for why it doesn't seem to be able to close the handle after creating it this way.
Eeek! Thanks for pointing out that one. Can we have this committed, although the "_as_channel" function family now is deprecated?
I commited this one to cvs HEAD. I didnt commit the "job->handle = handle;" part because I don't think it is necessary, is it? Thanks!