ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/gnome-vfs2-2.3.8-1.src.rpm
[gnome-vfs-httpcaptive.git] / doc / tmpl / gnome-vfs-file-rw-ops.sgml
1 <!-- ##### SECTION Title ##### -->
2 Reading and Writing
3
4 <!-- ##### SECTION Short_Description ##### -->
5
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9   Reading and writing operations are explained, also @gnome_vfs_seek, which
10   is used to move the file pointer inside the file.
11 </para>
12
13 <!-- ##### SECTION See_Also ##### -->
14 <para>
15
16 </para>
17
18 <!-- ##### ENUM GnomeVFSSeekPosition ##### -->
19 <para>
20
21 </para>
22
23 @GNOME_VFS_SEEK_START: 
24 @GNOME_VFS_SEEK_CURRENT: 
25 @GNOME_VFS_SEEK_END: 
26
27 <!-- ##### FUNCTION gnome_vfs_read ##### -->
28 <para>
29
30 </para>
31
32 @handle: 
33 @buffer: 
34 @bytes: 
35 @bytes_read: 
36 @Returns: 
37
38
39 <!-- ##### FUNCTION gnome_vfs_write ##### -->
40 <para>
41
42 </para>
43
44 @handle: 
45 @buffer: 
46 @bytes: 
47 @bytes_written: 
48 @Returns: 
49
50
51 <!-- ##### FUNCTION gnome_vfs_seek ##### -->
52 <para>
53
54 </para>
55
56 @handle: 
57 @whence: 
58 @offset: 
59 @Returns: 
60
61
62 <!-- ##### FUNCTION gnome_vfs_tell ##### -->
63 <para>
64
65 </para>
66
67 @handle: 
68 @offset_return: 
69 @Returns: 
70
71