Re: Gnome::Vfs::Async incomplete?
Matthias Kaeppler <[email protected]> Fri, 08 Jul 2005 20:12:47 +0200
| Newsgroups | gmane.comp.gnome.gnomemm |
|---|---|
| Message-ID | <[email protected]> |
Murray Cumming wrote: > Exactly what C function do you mean? Have you grepped the sources for > it. If it's really not there, could you produce a patch for it? I'm not sure, I have never looked at the C API, I don't use it anyway. However, there is a remove() function in Gnome::Vfs::Transfer, but not in Gnome::Vfs::Async, that seemed odd to me. If this was never planned, is there another way to remove files concurrently? The problem is, although I could start a separate thread of execution for remove-operations manually, I wouldn't be able to cancel it, because remove() doesn't return until it's finished I guess. -- Matthias Kaeppler