1 | /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ |
---|
2 | /* gnome-vfs-types.h - Types used by the GNOME Virtual File System. |
---|
3 | |
---|
4 | Copyright (C) 1999, 2001 Free Software Foundation |
---|
5 | |
---|
6 | The Gnome Library is free software; you can redistribute it and/or |
---|
7 | modify it under the terms of the GNU Library General Public License as |
---|
8 | published by the Free Software Foundation; either version 2 of the |
---|
9 | License, or (at your option) any later version. |
---|
10 | |
---|
11 | The Gnome Library is distributed in the hope that it will be useful, |
---|
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
14 | Library General Public License for more details. |
---|
15 | |
---|
16 | You should have received a copy of the GNU Library General Public |
---|
17 | License along with the Gnome Library; see the file COPYING.LIB. If not, |
---|
18 | write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
---|
19 | Boston, MA 02111-1307, USA. |
---|
20 | |
---|
21 | Author: Ettore Perazzoli <ettore@gnu.org> |
---|
22 | Seth Nickell <snickell@stanford.edu> |
---|
23 | */ |
---|
24 | |
---|
25 | #ifndef GNOME_VFS_TYPES_H |
---|
26 | #define GNOME_VFS_TYPES_H |
---|
27 | |
---|
28 | /* see gnome-vfs-file-size.h for GNOME_VFS_SIZE_IS_<type> */ |
---|
29 | /* see gnome-vfs-file-size.h for GNOME_VFS_OFFSET_IS_<type> */ |
---|
30 | /* see gnome-vfs-file-size.h for GNOME_VFS_SIZE_FORMAT_STR */ |
---|
31 | /* see gnome-vfs-file-size.h for GNOME_VFS_OSFFSET_FORMAT_STR */ |
---|
32 | /* see gnome-vfs-file-size.h for GnomeVFSFileSize */ |
---|
33 | /* see gnome-vfs-file-size.h for GnomeVFSFileOffset */ |
---|
34 | /* see gnome-vfs-result.h for GnomeVFSResult */ |
---|
35 | /* see gnome-vfs-method.h for GnomeVFSOpenMode */ |
---|
36 | /* see gnome-vfs-method.h for GnomeVFSSeekPosition */ |
---|
37 | /* see gnome-vfs-file-info.h for GnomeVFSFileType */ |
---|
38 | /* see gnome-vfs-file-info.h for GnomeVFSFilePermissions */ |
---|
39 | /* see gnome-vfs-handle.h for GnomeVFSHandle */ |
---|
40 | /* see gnome-vfs-uri.h for GnomeVFSURI */ |
---|
41 | /* see gnome-vfs-uri.h for GnomeVFSToplevelURI */ |
---|
42 | /* see gnome-vfs-uri.h for GnomeVFSURIHideOptions */ |
---|
43 | /* see gnome-vfs-file-info.h for GnomeVFSFileFlags */ |
---|
44 | /* see gnome-vfs-file-info.h for GnomeVFSFileInfoFields */ |
---|
45 | /* see gnome-vfs-file-info.h for GnomeVFSFileInfo */ |
---|
46 | /* see gnome-vfs-file-info.h for GnomeVFSFileInfoOptions */ |
---|
47 | /* see gnome-vfs-file-info.h for GnomeVFSFileInfoMask */ |
---|
48 | /* see gnome-vfs-find-directory.h for GnomeVFSFindDirectoryKind */ |
---|
49 | /* see gnome-vfs-directory-filter.h for GnomeVFSDirectoryFilterType */ |
---|
50 | /* see gnome-vfs-directory-filter.h for GnomeVFSDirectoryFilterOptions */ |
---|
51 | /* see gnome-vfs-directory-filter.h for GnomeVFSDirectoryFilterNeeds */ |
---|
52 | /* see gnome-vfs-directory-filter.h for GnomeVFSDirectoryVisitOptions */ |
---|
53 | /* see gnome-vfs-directory-filter.h for GnomeVFSDirectoryFilter */ |
---|
54 | /* see gnome-vfs-directory-filter.h for GnomeVFSDirectoryFilterFunc */ |
---|
55 | /* see gnome-vfs-directory-filter.h for GnomeVFSDirectoryVisitFunc */ |
---|
56 | /* see gnome-vfs-xfer.h for GnomeVFSXferOptions */ |
---|
57 | /* see gnome-vfs-xfer.h for GnomeVFSXferProgressStatus */ |
---|
58 | /* see gnome-vfs-xfer.h for GnomeVFSXferOverwriteMode */ |
---|
59 | /* see gnome-vfs-xfer.h for GnomeVFSXferOverwriteAction */ |
---|
60 | /* see gnome-vfs-xfer.h for GnomeVFSXferErrorMode */ |
---|
61 | /* see gnome-vfs-xfer.h for GnomeVFSXferErrorAction */ |
---|
62 | /* see gnome-vfs-xfer.h for GnomeVFSXferPhase */ |
---|
63 | /* see gnome-vfs-xfer.h for GnomeVFSXferProgressInfo */ |
---|
64 | /* see gnome-vfs-xfer.h for GnomeVFSXferProgressCallback */ |
---|
65 | /* see gnome-vfs-async-ops.h for GnomeVFSAsyncHandle */ |
---|
66 | /* see gnome-vfs-async-ops.h for GnomeVFSAsyncCallback */ |
---|
67 | /* see gnome-vfs-async-ops.h for GnomeVFSAsyncOpenCallback */ |
---|
68 | /* see gnome-vfs-async-ops.h for GnomeVFSAsyncCreateCallback */ |
---|
69 | /* see gnome-vfs-async-ops.h for GnomeVFSAsyncOpenAsChannelCallback */ |
---|
70 | /* see gnome-vfs-async-ops.h for GnomeVFSAsyncCloseCallback */ |
---|
71 | /* see gnome-vfs-async-ops.h for GnomeVFSAsyncReadCallback */ |
---|
72 | /* see gnome-vfs-async-ops.h for GnomeVFSAsyncWriteCallback */ |
---|
73 | /* see gnome-vfs-file-info.h for GnomeVFSFileInfoResult */ |
---|
74 | /* see gnome-vfs-async-ops.h for GnomeVFSAsyncGetFileInfoCallback */ |
---|
75 | /* see gnome-vfs-async-ops.h for GnomeVFSAsyncSetFileInfoCallback */ |
---|
76 | /* see gnome-vfs-async-ops.h for GnomeVFSAsyncDirectoryLoadCallback */ |
---|
77 | /* see gnome-vfs-async-ops.h for GnomeVFSAsyncXferProgressCallback */ |
---|
78 | /* see gnome-vfs-async-ops.h for GnomeVFSFindDirectoryResult */ |
---|
79 | /* see gnome-vfs-async-ops.h for GnomeVFSAsyncFindDirectoryCallback */ |
---|
80 | /* see gnome-vfs-messages.h for GnomeVFSStatusCallback */ |
---|
81 | /* see gnome-vfs-module-callback.h for GnomeVFSModuleCallback */ |
---|
82 | /* see gnome-vfs-transform.h for GnomeVFSTransformInitFunc */ |
---|
83 | /* see gnome-vfs-transform.h for GnomeVFSTransformFunc */ |
---|
84 | /* see gnome-vfs-transform.h for GnomeVFSTransform */ |
---|
85 | /* see gnome-vfs-messages.h for GnomeVFSMessageCallbacks */ |
---|
86 | /* see gnome-vfs-iobuf.h for GnomeVFSIOBuf */ |
---|
87 | /* see gnome-vfs-inet-connection.h for GnomeVFSInetConnection */ |
---|
88 | |
---|
89 | /* Includes to provide compatibility with programs that |
---|
90 | still include gnome-vfs-types.h directly */ |
---|
91 | #include <libgnomevfs/gnome-vfs-async-ops.h> |
---|
92 | #include <libgnomevfs/gnome-vfs-messages.h> |
---|
93 | #include <libgnomevfs/gnome-vfs-module-callback.h> |
---|
94 | #include <libgnomevfs/gnome-vfs-directory-filter.h> |
---|
95 | #include <libgnomevfs/gnome-vfs-file-info.h> |
---|
96 | #include <libgnomevfs/gnome-vfs-file-size.h> |
---|
97 | #include <libgnomevfs/gnome-vfs-find-directory.h> |
---|
98 | #include <libgnomevfs/gnome-vfs-inet-connection.h> |
---|
99 | #include <libgnomevfs/gnome-vfs-iobuf.h> |
---|
100 | #include <libgnomevfs/gnome-vfs-result.h> |
---|
101 | #include <libgnomevfs/gnome-vfs-transform.h> |
---|
102 | #include <libgnomevfs/gnome-vfs-uri.h> |
---|
103 | #include <libgnomevfs/gnome-vfs-xfer.h> |
---|
104 | |
---|
105 | #endif /* _GNOME_VFS_TYPES_H */ |
---|