diff options
Diffstat (limited to 'thunar-vfs/thunar-vfs.h')
-rw-r--r-- | thunar-vfs/thunar-vfs.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/thunar-vfs/thunar-vfs.h b/thunar-vfs/thunar-vfs.h index 919b7d7b..4f5d2b55 100644 --- a/thunar-vfs/thunar-vfs.h +++ b/thunar-vfs/thunar-vfs.h @@ -1,6 +1,6 @@ /* $Id$ */ /*- - * Copyright (c) 2005 Benedikt Meurer <benny@xfce.org> + * Copyright (c) 2005-2006 Benedikt Meurer <benny@xfce.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -47,6 +47,11 @@ void thunar_vfs_shutdown (void); ThunarVfsJob *thunar_vfs_listdir (ThunarVfsPath *path, GError **error) G_GNUC_MALLOC; +ThunarVfsJob *thunar_vfs_create_file (ThunarVfsPath *path, + GError **error) G_GNUC_MALLOC; +ThunarVfsJob *thunar_vfs_create_files (GList *path_list, + GError **error) G_GNUC_MALLOC; + ThunarVfsJob *thunar_vfs_copy_file (ThunarVfsPath *source_path, ThunarVfsPath *target_path, GError **error) G_GNUC_MALLOC; |