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-info-ops.sgml
1 <!-- ##### SECTION Title ##### -->
2 Getting and Setting File Information
3
4 <!-- ##### SECTION Short_Description ##### -->
5
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9     Applications can use the #gnome_vfs_get_file_info family of operations to
10     retrieve file information, as this operation can be quite costly in
11     terms of time (specilly when sniffing the MIME type) applications can 
12     specify which information need at any time, reducing the performance 
13     impact.
14 </para>
15 <para>
16     All of these operations use a #GnomeVFSFileInfo data structure that holds 
17     the file information, there are several methods that can be used to 
18     manipulate this information. See #GnomeVFSFileInfo for more information.
19 </para>
20
21 <!-- ##### SECTION See_Also ##### -->
22 <para>
23
24 <variablelist>
25 <varlistentry>
26 <term>#GnomeVFSFileInfo</term>
27 </varlistentry>
28 </variablelist>
29
30 </para>
31
32 <!-- ##### FUNCTION gnome_vfs_get_file_info ##### -->
33 <para>
34
35 </para>
36
37 @text_uri: 
38 @info: 
39 @options: 
40 @Returns: 
41
42
43 <!-- ##### FUNCTION gnome_vfs_get_file_info_uri ##### -->
44 <para>
45
46 </para>
47
48 @uri: 
49 @info: 
50 @options: 
51 @Returns: 
52
53
54 <!-- ##### FUNCTION gnome_vfs_get_file_info_from_handle ##### -->
55 <para>
56
57 </para>
58
59 @handle: 
60 @info: 
61 @options: 
62 @Returns: 
63
64
65 <!-- ##### FUNCTION gnome_vfs_set_file_info_uri ##### -->
66 <para>
67
68 </para>
69
70 @uri: 
71 @info: 
72 @mask: 
73 @Returns: 
74
75
76 <!-- ##### FUNCTION gnome_vfs_set_file_info ##### -->
77 <para>
78
79 </para>
80
81 @text_uri: 
82 @info: 
83 @mask: 
84 @Returns: 
85
86