29 #ifndef __GPHOTO2_FILESYS_H__
30 #define __GPHOTO2_FILESYS_H__
242 const char *filename,
GPContext *context);
248 const char *filename,
GPContext *context);
255 int filenumber,
const char **filename,
260 const char *filename,
GPContext *context);
278 const char *filename,
283 const char *filename,
300 const char *filename,
306 const char *filename,
310 CameraFilesystemDeleteFileFunc del_file_func,
316 const char *filename,
GPContext *context);
324 const char *folder,
void *data,
328 const char *name,
void *data,
333 CameraFilesystemDirFunc make_dir_func,
334 CameraFilesystemDirFunc remove_dir_func,
339 int *nrofstorageinformations,
343 CameraStorageInformation **,
344 int *nrofstorageinformations,
349 CameraFilesystemListFunc file_list_func;
350 CameraFilesystemListFunc folder_list_func;
351 CameraFilesystemPutFileFunc put_file_func;
352 CameraFilesystemDeleteAllFunc delete_all_func;
353 CameraFilesystemGetInfoFunc get_info_func;
354 CameraFilesystemSetInfoFunc set_info_func;
355 CameraFilesystemDirFunc make_dir_func;
356 CameraFilesystemDirFunc remove_dir_func;
357 CameraFilesystemGetFileFunc get_file_func;
358 CameraFilesystemDeleteFileFunc del_file_func;
360 CameraFilesystemStorageInfoFunc storage_info_func;