GNOME Bugzilla – Bug 507919
New DeleteFile method for GPhotoCamera
Last modified: 2010-06-11 07:44:08 UTC
I'm porting to Mono a Perl script I had written, to automatically (and non-interactively) download photos off of a camera and register them into the F-Spot database. The third part of the script (removing a few files from the camera until enough space is available) needs the ability to delete files from the camera, which the GPhotoCamera class doesn't have currently. I'm going to attach a patch ASAP.
Created attachment 102341 [details] [review] New DeleteFile for the GPhotoCamera class
Although this patch would be useful by itself, I must add that it's a subset of the patches available at #321596.
GPhotoCamera has been removed, we are using gvfs now. So should you, it's much more solid :-)