~ubuntu-branches/ubuntu/natty/gnome-vfs/natty

« back to all changes in this revision

Viewing changes to doc/html/gnome-vfs-2.0.devhelp2

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-03-17 16:12:58 UTC
  • mfrom: (0.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317161258-px3a2czt9g2ktjz3
Tags: 1:2.24.1-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
2
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
3
 
<book xmlns="http://www.devhelp.net/book" title="GnomeVFS - Filesystem Abstraction library" link="index.html" author="Seth NickellChristophe FergeauChristian Neumair" name="gnome-vfs-2.0" version="2">
 
3
<book xmlns="http://www.devhelp.net/book" title="GnomeVFS - Filesystem Abstraction library" link="index.html" author="Seth NickellChristophe FergeauChristian Neumair" name="gnome-vfs-2.0" version="2" language="c">
4
4
  <chapters>
5
5
    <sub name="Introduction to GnomeVFS" link="about.html">
6
 
      <sub name="Uses and Purpose" link="about.html#id344122"/>
 
6
      <sub name="Uses and Purpose" link="about.html#id2519613"/>
7
7
      <sub name="A Gentle Programming Primer" link="gnome-vfs-first-steps.html"/>
8
8
    </sub>
9
 
    <sub name="Initialization/Shutdown" link="gnome-vfs-20-gnome-vfs-init.html"/>
 
9
    <sub name="Initialization/Shutdown" link="gnome-vfs-2.0-gnome-vfs-init.html"/>
10
10
    <sub name="Basic Data Types" link="data-types.html">
11
 
      <sub name="GnomeVFSResult" link="gnome-vfs-20-gnome-vfs-result.html"/>
12
 
      <sub name="GnomeVFSURI" link="gnome-vfs-20-gnome-vfs-uri.html"/>
13
 
      <sub name="gnome-vfs-utils" link="gnome-vfs-20-gnome-vfs-utils.html"/>
14
 
      <sub name="GnomeVFSFileInfo" link="gnome-vfs-20-gnome-vfs-file-info.html"/>
15
 
      <sub name="GnomeVFSFileSize" link="gnome-vfs-20-gnome-vfs-file-size.html"/>
 
11
      <sub name="GnomeVFSResult" link="gnome-vfs-2.0-gnome-vfs-result.html"/>
 
12
      <sub name="GnomeVFSURI" link="gnome-vfs-2.0-gnome-vfs-uri.html"/>
 
13
      <sub name="gnome-vfs-utils" link="gnome-vfs-2.0-gnome-vfs-utils.html"/>
 
14
      <sub name="GnomeVFSFileInfo" link="gnome-vfs-2.0-gnome-vfs-file-info.html"/>
 
15
      <sub name="GnomeVFSFileSize" link="gnome-vfs-2.0-gnome-vfs-file-size.html"/>
16
16
    </sub>
17
17
    <sub name="File Operations" link="gnome-vfs-basic-file-ops.html">
18
 
      <sub name="Basic File Operations" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html"/>
19
 
      <sub name="Reading and Writing Files" link="gnome-vfs-20-gnome-vfs-file-rw-ops.html"/>
20
 
      <sub name="Truncating Files" link="gnome-vfs-20-gnome-vfs-file-trunc-ops.html"/>
21
 
      <sub name="Getting and Setting File Information" link="gnome-vfs-20-gnome-vfs-file-info-ops.html"/>
 
18
      <sub name="Basic File Operations" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html"/>
 
19
      <sub name="Reading and Writing Files" link="gnome-vfs-2.0-gnome-vfs-file-rw-ops.html"/>
 
20
      <sub name="Truncating Files" link="gnome-vfs-2.0-gnome-vfs-file-trunc-ops.html"/>
 
21
      <sub name="Getting and Setting File Information" link="gnome-vfs-2.0-gnome-vfs-file-info-ops.html"/>
22
22
    </sub>
23
23
    <sub name="Directory-Specific Operations" link="gnome-vfs-directory-ops.html">
24
 
      <sub name="Basic Directory Operations" link="gnome-vfs-20-gnome-vfs-directory-basic-ops.html"/>
25
 
      <sub name="Listing Directory Contents" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html"/>
26
 
      <sub name="Locating Standard Directories" link="gnome-vfs-20-gnome-vfs-directory-find-ops.html"/>
 
24
      <sub name="Basic Directory Operations" link="gnome-vfs-2.0-gnome-vfs-directory-basic-ops.html"/>
 
25
      <sub name="Listing Directory Contents" link="gnome-vfs-2.0-gnome-vfs-directory-list-ops.html"/>
 
26
      <sub name="Locating Standard Directories" link="gnome-vfs-2.0-gnome-vfs-directory-find-ops.html"/>
27
27
    </sub>
28
28
    <sub name="Advanced File/Directory Operations" link="gnome-vfs-file-and-dirs-ops.html">
29
 
      <sub name="File Transfers" link="gnome-vfs-20-gnome-vfs-xfer.html"/>
30
 
      <sub name="Monitoring" link="gnome-vfs-20-gnome-vfs-monitor.html"/>
31
 
      <sub name="Backend-Specific Operations" link="gnome-vfs-20-gnome-vfs-file-advanced-ops.html"/>
 
29
      <sub name="File Transfers" link="gnome-vfs-2.0-gnome-vfs-xfer.html"/>
 
30
      <sub name="Monitoring" link="gnome-vfs-2.0-gnome-vfs-monitor.html"/>
 
31
      <sub name="Backend-Specific Operations" link="gnome-vfs-2.0-gnome-vfs-file-advanced-ops.html"/>
32
32
    </sub>
33
33
    <sub name="Asynchronous Operations" link="gnome-vfs-file-async-ops.html">
34
 
      <sub name="Asynchronous File Operations" link="gnome-vfs-20-gnome-vfs-async-ops.html"/>
35
 
      <sub name="Cancellation" link="gnome-vfs-20-gnome-vfs-cancellation.html"/>
 
34
      <sub name="Asynchronous File Operations" link="gnome-vfs-2.0-gnome-vfs-async-ops.html"/>
 
35
      <sub name="Cancellation" link="gnome-vfs-2.0-gnome-vfs-cancellation.html"/>
36
36
    </sub>
37
37
    <sub name="Volumes and Drives Handling" link="volumes.html">
38
 
      <sub name="GnomeVFSVolume" link="gnome-vfs-20-gnome-vfs-volume.html"/>
39
 
      <sub name="GnomeVFSDrive" link="gnome-vfs-20-gnome-vfs-drive.html"/>
40
 
      <sub name="GnomeVFSVolumeMonitor" link="gnome-vfs-20-gnome-vfs-volume-monitor.html"/>
 
38
      <sub name="GnomeVFSVolume" link="gnome-vfs-2.0-gnome-vfs-volume.html"/>
 
39
      <sub name="GnomeVFSDrive" link="gnome-vfs-2.0-gnome-vfs-drive.html"/>
 
40
      <sub name="GnomeVFSVolumeMonitor" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html"/>
41
41
    </sub>
42
42
    <sub name="Networking" link="networking.html">
43
 
      <sub name="Zeroconf networking support" link="gnome-vfs-20-gnome-vfs-dns-sd.html"/>
44
 
      <sub name="DNS Resolution" link="gnome-vfs-20-gnome-vfs-resolve.html"/>
45
 
      <sub name="SSL support functions" link="gnome-vfs-20-gnome-vfs-ssl.html"/>
46
 
      <sub name="Unified network I/O" link="gnome-vfs-20-gnome-vfs-socket.html"/>
47
 
      <sub name="Unified bufferd network I/O" link="gnome-vfs-20-gnome-vfs-socket-buffer.html"/>
48
 
      <sub name="Internet connection" link="gnome-vfs-20-gnome-vfs-inet-connection.html"/>
 
43
      <sub name="Zeroconf networking support" link="gnome-vfs-2.0-gnome-vfs-dns-sd.html"/>
 
44
      <sub name="DNS Resolution" link="gnome-vfs-2.0-gnome-vfs-resolve.html"/>
 
45
      <sub name="SSL support functions" link="gnome-vfs-2.0-gnome-vfs-ssl.html"/>
 
46
      <sub name="Unified network I/O" link="gnome-vfs-2.0-gnome-vfs-socket.html"/>
 
47
      <sub name="Unified bufferd network I/O" link="gnome-vfs-2.0-gnome-vfs-socket-buffer.html"/>
 
48
      <sub name="Internet connection" link="gnome-vfs-2.0-gnome-vfs-inet-connection.html"/>
49
49
    </sub>
50
50
    <sub name="MIME Registry" link="mime-registry.html">
51
 
      <sub name="MIME typing" link="gnome-vfs-20-gnome-vfs-mime.html"/>
52
 
      <sub name="gnome-vfs-mime-utils" link="gnome-vfs-20-gnome-vfs-mime-utils.html"/>
53
 
      <sub name="MIME Database" link="gnome-vfs-20-gnome-vfs-mime-database.html"/>
54
 
      <sub name="gnome-vfs-mime-monitor" link="gnome-vfs-20-gnome-vfs-mime-monitor.html"/>
55
 
      <sub name="gnome-vfs-mime-database-deprecated" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html"/>
56
 
      <sub name="Deprecated Application Registry API" link="gnome-vfs-20-gnome-vfs-application-registry.html"/>
 
51
      <sub name="MIME typing" link="gnome-vfs-2.0-gnome-vfs-mime.html"/>
 
52
      <sub name="gnome-vfs-mime-utils" link="gnome-vfs-2.0-gnome-vfs-mime-utils.html"/>
 
53
      <sub name="MIME Database" link="gnome-vfs-2.0-gnome-vfs-mime-database.html"/>
 
54
      <sub name="gnome-vfs-mime-monitor" link="gnome-vfs-2.0-gnome-vfs-mime-monitor.html"/>
 
55
      <sub name="gnome-vfs-mime-database-deprecated" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html"/>
 
56
      <sub name="Deprecated Application Registry API" link="gnome-vfs-2.0-gnome-vfs-application-registry.html"/>
57
57
    </sub>
58
58
    <sub name="Filesystem Modules" link="modules.html">
59
59
      <sub name="Writing Modules" link="gnome-vfs-writing-modules.html"/>
60
 
      <sub name="gnome-vfs-method" link="gnome-vfs-20-gnome-vfs-method.html"/>
61
 
      <sub name="gnome-vfs-module" link="gnome-vfs-20-gnome-vfs-module.html"/>
62
 
      <sub name="gnome-vfs-module-shared" link="gnome-vfs-20-gnome-vfs-module-shared.html"/>
63
 
      <sub name="gnome-vfs-module-callback-module-api" link="gnome-vfs-20-gnome-vfs-module-callback-module-api.html"/>
64
 
      <sub name="GnomeVFSContext" link="gnome-vfs-20-gnome-vfs-context.html"/>
65
 
      <sub name="gnome-vfs-transform" link="gnome-vfs-20-gnome-vfs-transform.html"/>
66
 
      <sub name="gnome-vfs-parse-ls" link="gnome-vfs-20-gnome-vfs-parse-ls.html"/>
67
 
      <sub name="gnome-vfs-standard-callbacks" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html"/>
68
 
      <sub name="gnome-vfs-module-callback" link="gnome-vfs-20-gnome-vfs-module-callback.html"/>
 
60
      <sub name="gnome-vfs-method" link="gnome-vfs-2.0-gnome-vfs-method.html"/>
 
61
      <sub name="gnome-vfs-module" link="gnome-vfs-2.0-gnome-vfs-module.html"/>
 
62
      <sub name="gnome-vfs-module-shared" link="gnome-vfs-2.0-gnome-vfs-module-shared.html"/>
 
63
      <sub name="gnome-vfs-module-callback-module-api" link="gnome-vfs-2.0-gnome-vfs-module-callback-module-api.html"/>
 
64
      <sub name="GnomeVFSContext" link="gnome-vfs-2.0-gnome-vfs-context.html"/>
 
65
      <sub name="gnome-vfs-transform" link="gnome-vfs-2.0-gnome-vfs-transform.html"/>
 
66
      <sub name="gnome-vfs-parse-ls" link="gnome-vfs-2.0-gnome-vfs-parse-ls.html"/>
 
67
      <sub name="gnome-vfs-standard-callbacks" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html"/>
 
68
      <sub name="gnome-vfs-module-callback" link="gnome-vfs-2.0-gnome-vfs-module-callback.html"/>
69
69
    </sub>
70
70
  </chapters>
71
71
  <functions>
72
 
    <keyword type="function" name="gnome_vfs_init ()" link="gnome-vfs-20-gnome-vfs-init.html#gnome-vfs-init"/>
73
 
    <keyword type="function" name="gnome_vfs_initialized ()" link="gnome-vfs-20-gnome-vfs-init.html#gnome-vfs-initialized"/>
74
 
    <keyword type="function" name="gnome_vfs_shutdown ()" link="gnome-vfs-20-gnome-vfs-init.html#gnome-vfs-shutdown"/>
75
 
    <keyword type="function" name="gnome_vfs_loadinit ()" link="gnome-vfs-20-gnome-vfs-init.html#gnome-vfs-loadinit" deprecated=""/>
76
 
    <keyword type="function" name="gnome_vfs_preinit ()" link="gnome-vfs-20-gnome-vfs-init.html#gnome-vfs-preinit" deprecated=""/>
77
 
    <keyword type="function" name="gnome_vfs_postinit ()" link="gnome-vfs-20-gnome-vfs-init.html#gnome-vfs-postinit" deprecated=""/>
78
 
    <keyword type="enum" name="enum GnomeVFSResult" link="gnome-vfs-20-gnome-vfs-result.html#GnomeVFSResult"/>
79
 
    <keyword type="function" name="gnome_vfs_result_to_string ()" link="gnome-vfs-20-gnome-vfs-result.html#gnome-vfs-result-to-string"/>
80
 
    <keyword type="function" name="gnome_vfs_result_from_errno_code ()" link="gnome-vfs-20-gnome-vfs-result.html#gnome-vfs-result-from-errno-code"/>
81
 
    <keyword type="function" name="gnome_vfs_result_from_errno ()" link="gnome-vfs-20-gnome-vfs-result.html#gnome-vfs-result-from-errno"/>
82
 
    <keyword type="function" name="gnome_vfs_result_from_h_errno ()" link="gnome-vfs-20-gnome-vfs-result.html#gnome-vfs-result-from-h-errno"/>
83
 
    <keyword type="function" name="gnome_vfs_result_from_h_errno_val ()" link="gnome-vfs-20-gnome-vfs-result.html#gnome-vfs-result-from-h-errno-val"/>
84
 
    <keyword type="struct" name="GnomeVFSURI" link="gnome-vfs-20-gnome-vfs-uri.html#GnomeVFSURI"/>
85
 
    <keyword type="struct" name="GnomeVFSToplevelURI" link="gnome-vfs-20-gnome-vfs-uri.html#GnomeVFSToplevelURI"/>
86
 
    <keyword type="enum" name="enum GnomeVFSURIHideOptions" link="gnome-vfs-20-gnome-vfs-uri.html#GnomeVFSURIHideOptions"/>
87
 
    <keyword type="macro" name="GNOME_VFS_URI_MAGIC_CHR" link="gnome-vfs-20-gnome-vfs-uri.html#GNOME-VFS-URI-MAGIC-CHR--CAPS"/>
88
 
    <keyword type="macro" name="GNOME_VFS_URI_MAGIC_STR" link="gnome-vfs-20-gnome-vfs-uri.html#GNOME-VFS-URI-MAGIC-STR--CAPS"/>
89
 
    <keyword type="macro" name="GNOME_VFS_URI_PATH_CHR" link="gnome-vfs-20-gnome-vfs-uri.html#GNOME-VFS-URI-PATH-CHR--CAPS"/>
90
 
    <keyword type="macro" name="GNOME_VFS_URI_PATH_STR" link="gnome-vfs-20-gnome-vfs-uri.html#GNOME-VFS-URI-PATH-STR--CAPS"/>
91
 
    <keyword type="function" name="gnome_vfs_uri_new ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-new"/>
92
 
    <keyword type="function" name="gnome_vfs_uri_resolve_relative ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-resolve-relative"/>
93
 
    <keyword type="function" name="gnome_vfs_uri_resolve_symbolic_link ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-resolve-symbolic-link" since="2.16"/>
94
 
    <keyword type="function" name="gnome_vfs_uri_ref ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-ref"/>
95
 
    <keyword type="function" name="gnome_vfs_uri_unref ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-unref"/>
96
 
    <keyword type="function" name="gnome_vfs_uri_append_string ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-append-string"/>
97
 
    <keyword type="function" name="gnome_vfs_uri_append_path ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-append-path"/>
98
 
    <keyword type="function" name="gnome_vfs_uri_append_file_name ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-append-file-name"/>
99
 
    <keyword type="function" name="gnome_vfs_uri_to_string ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-to-string"/>
100
 
    <keyword type="function" name="gnome_vfs_uri_dup ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-dup"/>
101
 
    <keyword type="function" name="gnome_vfs_uri_is_local ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-is-local"/>
102
 
    <keyword type="function" name="gnome_vfs_uri_has_parent ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-has-parent"/>
103
 
    <keyword type="function" name="gnome_vfs_uri_get_parent ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-get-parent"/>
104
 
    <keyword type="function" name="gnome_vfs_uri_get_toplevel ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-get-toplevel"/>
105
 
    <keyword type="function" name="gnome_vfs_uri_get_host_name ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-get-host-name"/>
106
 
    <keyword type="function" name="gnome_vfs_uri_get_scheme ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-get-scheme"/>
107
 
    <keyword type="function" name="gnome_vfs_uri_get_host_port ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-get-host-port"/>
108
 
    <keyword type="function" name="gnome_vfs_uri_get_user_name ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-get-user-name"/>
109
 
    <keyword type="function" name="gnome_vfs_uri_get_password ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-get-password"/>
110
 
    <keyword type="function" name="gnome_vfs_uri_set_host_name ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-set-host-name"/>
111
 
    <keyword type="function" name="gnome_vfs_uri_set_host_port ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-set-host-port"/>
112
 
    <keyword type="function" name="gnome_vfs_uri_set_user_name ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-set-user-name"/>
113
 
    <keyword type="function" name="gnome_vfs_uri_set_password ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-set-password"/>
114
 
    <keyword type="function" name="gnome_vfs_uri_equal ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-equal"/>
115
 
    <keyword type="function" name="gnome_vfs_uri_is_parent ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-is-parent"/>
116
 
    <keyword type="function" name="gnome_vfs_uri_get_path ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-get-path"/>
117
 
    <keyword type="function" name="gnome_vfs_uri_get_fragment_identifier ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-get-fragment-identifier"/>
118
 
    <keyword type="function" name="gnome_vfs_uri_extract_dirname ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-extract-dirname"/>
119
 
    <keyword type="function" name="gnome_vfs_uri_extract_short_name ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-extract-short-name"/>
120
 
    <keyword type="function" name="gnome_vfs_uri_extract_short_path_name ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-extract-short-path-name"/>
121
 
    <keyword type="function" name="gnome_vfs_uri_hequal ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-hequal"/>
122
 
    <keyword type="function" name="gnome_vfs_uri_hash ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-hash"/>
123
 
    <keyword type="function" name="gnome_vfs_uri_list_parse ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-list-parse"/>
124
 
    <keyword type="function" name="gnome_vfs_uri_list_ref ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-list-ref"/>
125
 
    <keyword type="function" name="gnome_vfs_uri_list_unref ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-list-unref"/>
126
 
    <keyword type="function" name="gnome_vfs_uri_list_copy ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-list-copy"/>
127
 
    <keyword type="function" name="gnome_vfs_uri_list_free ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-list-free"/>
128
 
    <keyword type="function" name="gnome_vfs_uri_make_full_from_relative ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-make-full-from-relative"/>
129
 
    <keyword type="enum" name="enum GnomeVFSMakeURIDirs" link="gnome-vfs-20-gnome-vfs-utils.html#GnomeVFSMakeURIDirs"/>
130
 
    <keyword type="function" name="gnome_vfs_format_file_size_for_display ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-format-file-size-for-display"/>
131
 
    <keyword type="function" name="gnome_vfs_format_uri_for_display ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-format-uri-for-display" since="2.2"/>
132
 
    <keyword type="function" name="gnome_vfs_url_show ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-url-show" since="2.4"/>
133
 
    <keyword type="function" name="gnome_vfs_url_show_with_env ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-url-show-with-env" since="2.4"/>
134
 
    <keyword type="function" name="gnome_vfs_escape_string ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-escape-string"/>
135
 
    <keyword type="function" name="gnome_vfs_escape_path_string ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-escape-path-string"/>
136
 
    <keyword type="function" name="gnome_vfs_escape_host_and_path_string ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-escape-host-and-path-string"/>
137
 
    <keyword type="function" name="gnome_vfs_escape_slashes ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-escape-slashes"/>
138
 
    <keyword type="function" name="gnome_vfs_escape_set ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-escape-set"/>
139
 
    <keyword type="function" name="gnome_vfs_unescape_string ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-unescape-string"/>
140
 
    <keyword type="function" name="gnome_vfs_make_uri_canonical ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-make-uri-canonical" since="2.2"/>
141
 
    <keyword type="function" name="gnome_vfs_make_uri_canonical_strip_fragment ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-make-uri-canonical-strip-fragment" since="2.2"/>
142
 
    <keyword type="function" name="gnome_vfs_make_path_name_canonical ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-make-path-name-canonical"/>
143
 
    <keyword type="function" name="gnome_vfs_make_uri_from_input ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-make-uri-from-input" since="2.2"/>
144
 
    <keyword type="function" name="gnome_vfs_make_uri_from_input_with_dirs ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-make-uri-from-input-with-dirs" since="2.4"/>
145
 
    <keyword type="function" name="gnome_vfs_make_uri_from_shell_arg ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-make-uri-from-shell-arg" since="2.2"/>
146
 
    <keyword type="function" name="gnome_vfs_make_uri_full_from_relative ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-make-uri-full-from-relative" deprecated="" since="2.2"/>
147
 
    <keyword type="function" name="gnome_vfs_expand_initial_tilde ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-expand-initial-tilde"/>
148
 
    <keyword type="function" name="gnome_vfs_unescape_string_for_display ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-unescape-string-for-display"/>
149
 
    <keyword type="function" name="gnome_vfs_get_local_path_from_uri ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-get-local-path-from-uri"/>
150
 
    <keyword type="function" name="gnome_vfs_get_uri_from_local_path ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-get-uri-from-local-path"/>
151
 
    <keyword type="function" name="gnome_vfs_is_executable_command_string ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-is-executable-command-string"/>
152
 
    <keyword type="function" name="gnome_vfs_list_deep_free ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-list-deep-free"/>
153
 
    <keyword type="function" name="gnome_vfs_get_volume_free_space ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-get-volume-free-space"/>
154
 
    <keyword type="function" name="gnome_vfs_icon_path_from_filename ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-icon-path-from-filename"/>
155
 
    <keyword type="function" name="gnome_vfs_is_primary_thread ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-is-primary-thread"/>
156
 
    <keyword type="function" name="gnome_vfs_get_uri_scheme ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-get-uri-scheme" since="2.2"/>
157
 
    <keyword type="function" name="gnome_vfs_uris_match ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-uris-match" since="2.2"/>
158
 
    <keyword type="macro" name="GNOME_VFS_ASSERT_PRIMARY_THREAD" link="gnome-vfs-20-gnome-vfs-utils.html#GNOME-VFS-ASSERT-PRIMARY-THREAD--CAPS"/>
159
 
    <keyword type="macro" name="GNOME_VFS_ASSERT_SECONDARY_THREAD" link="gnome-vfs-20-gnome-vfs-utils.html#GNOME-VFS-ASSERT-SECONDARY-THREAD--CAPS"/>
160
 
    <keyword type="function" name="gnome_vfs_open_fd ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-open-fd"/>
161
 
    <keyword type="function" name="gnome_vfs_read_entire_file ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-read-entire-file" since="2.2"/>
162
 
    <keyword type="enum" name="enum GnomeVFSFileFlags" link="gnome-vfs-20-gnome-vfs-file-info.html#GnomeVFSFileFlags"/>
163
 
    <keyword type="enum" name="enum GnomeVFSFileType" link="gnome-vfs-20-gnome-vfs-file-info.html#GnomeVFSFileType"/>
164
 
    <keyword type="enum" name="enum GnomeVFSFileInfoFields" link="gnome-vfs-20-gnome-vfs-file-info.html#GnomeVFSFileInfoFields"/>
165
 
    <keyword type="enum" name="enum GnomeVFSFilePermissions" link="gnome-vfs-20-gnome-vfs-file-info.html#GnomeVFSFilePermissions"/>
166
 
    <keyword type="enum" name="enum GnomeVFSFileInfoOptions" link="gnome-vfs-20-gnome-vfs-file-info.html#GnomeVFSFileInfoOptions"/>
167
 
    <keyword type="enum" name="enum GnomeVFSSetFileInfoMask" link="gnome-vfs-20-gnome-vfs-file-info.html#GnomeVFSSetFileInfoMask"/>
168
 
    <keyword type="struct" name="GnomeVFSGetFileInfoResult" link="gnome-vfs-20-gnome-vfs-file-info.html#GnomeVFSGetFileInfoResult"/>
169
 
    <keyword type="typedef" name="GnomeVFSInodeNumber" link="gnome-vfs-20-gnome-vfs-file-info.html#GnomeVFSInodeNumber"/>
170
 
    <keyword type="struct" name="GnomeVFSFileInfo" link="gnome-vfs-20-gnome-vfs-file-info.html#GnomeVFSFileInfo"/>
171
 
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_SYMLINK()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SYMLINK--CAPS"/>
172
 
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_SET_SYMLINK()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SET-SYMLINK--CAPS"/>
173
 
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_LOCAL()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-LOCAL--CAPS"/>
174
 
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_SET_LOCAL()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SET-LOCAL--CAPS"/>
175
 
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_SUID()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SUID--CAPS"/>
176
 
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_SGID()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SGID--CAPS"/>
177
 
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_STICKY()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-STICKY--CAPS"/>
178
 
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_SET_SUID()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SET-SUID--CAPS"/>
179
 
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_SET_SGID()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SET-SGID--CAPS"/>
180
 
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_SET_STICKY()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SET-STICKY--CAPS"/>
181
 
    <keyword type="function" name="gnome_vfs_file_info_new ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-new"/>
182
 
    <keyword type="function" name="gnome_vfs_file_info_unref ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-unref"/>
183
 
    <keyword type="function" name="gnome_vfs_file_info_ref ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-ref"/>
184
 
    <keyword type="function" name="gnome_vfs_file_info_clear ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-clear"/>
185
 
    <keyword type="function" name="gnome_vfs_file_info_get_mime_type ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-get-mime-type"/>
186
 
    <keyword type="function" name="gnome_vfs_file_info_copy ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-copy"/>
187
 
    <keyword type="function" name="gnome_vfs_file_info_dup ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-dup"/>
188
 
    <keyword type="function" name="gnome_vfs_file_info_matches ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-matches"/>
189
 
    <keyword type="function" name="gnome_vfs_file_info_list_ref ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-list-ref"/>
190
 
    <keyword type="function" name="gnome_vfs_file_info_list_unref ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-list-unref"/>
191
 
    <keyword type="function" name="gnome_vfs_file_info_list_copy ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-list-copy"/>
192
 
    <keyword type="function" name="gnome_vfs_file_info_list_free ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-list-free"/>
193
 
    <keyword type="function" name="gnome_vfs_get_file_info_result_dup ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-get-file-info-result-dup" since="2.12"/>
194
 
    <keyword type="function" name="gnome_vfs_get_file_info_result_free ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-get-file-info-result-free" since="2.12"/>
195
 
    <keyword type="macro" name="GNOME_VFS_OFFSET_IS_LONG_LONG" link="gnome-vfs-20-gnome-vfs-file-size.html#GNOME-VFS-OFFSET-IS-LONG-LONG--CAPS"/>
196
 
    <keyword type="macro" name="GNOME_VFS_SIZE_FORMAT_STR" link="gnome-vfs-20-gnome-vfs-file-size.html#GNOME-VFS-SIZE-FORMAT-STR--CAPS"/>
197
 
    <keyword type="macro" name="GNOME_VFS_OFFSET_FORMAT_STR" link="gnome-vfs-20-gnome-vfs-file-size.html#GNOME-VFS-OFFSET-FORMAT-STR--CAPS"/>
198
 
    <keyword type="typedef" name="GnomeVFSFileSize" link="gnome-vfs-20-gnome-vfs-file-size.html#GnomeVFSFileSize"/>
199
 
    <keyword type="typedef" name="GnomeVFSFileOffset" link="gnome-vfs-20-gnome-vfs-file-size.html#GnomeVFSFileOffset"/>
200
 
    <keyword type="enum" name="enum GnomeVFSOpenMode" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#GnomeVFSOpenMode"/>
201
 
    <keyword type="function" name="gnome_vfs_create ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-create"/>
202
 
    <keyword type="function" name="gnome_vfs_create_uri ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-create-uri"/>
203
 
    <keyword type="function" name="gnome_vfs_open ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-open"/>
204
 
    <keyword type="function" name="gnome_vfs_open_uri ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-open-uri"/>
205
 
    <keyword type="function" name="gnome_vfs_close ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-close"/>
206
 
    <keyword type="function" name="gnome_vfs_unlink ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-unlink"/>
207
 
    <keyword type="function" name="gnome_vfs_unlink_from_uri ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-unlink-from-uri"/>
208
 
    <keyword type="function" name="gnome_vfs_move_uri ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-move-uri"/>
209
 
    <keyword type="function" name="gnome_vfs_move ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-move"/>
210
 
    <keyword type="function" name="gnome_vfs_check_same_fs_uris ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-check-same-fs-uris"/>
211
 
    <keyword type="function" name="gnome_vfs_check_same_fs ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-check-same-fs"/>
212
 
    <keyword type="function" name="gnome_vfs_uri_exists ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-uri-exists"/>
213
 
    <keyword type="function" name="gnome_vfs_create_symbolic_link ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-create-symbolic-link"/>
214
 
    <keyword type="enum" name="enum GnomeVFSSeekPosition" link="gnome-vfs-20-gnome-vfs-file-rw-ops.html#GnomeVFSSeekPosition"/>
215
 
    <keyword type="function" name="gnome_vfs_read ()" link="gnome-vfs-20-gnome-vfs-file-rw-ops.html#gnome-vfs-read"/>
216
 
    <keyword type="function" name="gnome_vfs_write ()" link="gnome-vfs-20-gnome-vfs-file-rw-ops.html#gnome-vfs-write"/>
217
 
    <keyword type="function" name="gnome_vfs_seek ()" link="gnome-vfs-20-gnome-vfs-file-rw-ops.html#gnome-vfs-seek"/>
218
 
    <keyword type="function" name="gnome_vfs_tell ()" link="gnome-vfs-20-gnome-vfs-file-rw-ops.html#gnome-vfs-tell"/>
219
 
    <keyword type="function" name="gnome_vfs_forget_cache ()" link="gnome-vfs-20-gnome-vfs-file-rw-ops.html#gnome-vfs-forget-cache" since="2.12"/>
220
 
    <keyword type="function" name="gnome_vfs_truncate ()" link="gnome-vfs-20-gnome-vfs-file-trunc-ops.html#gnome-vfs-truncate"/>
221
 
    <keyword type="function" name="gnome_vfs_truncate_uri ()" link="gnome-vfs-20-gnome-vfs-file-trunc-ops.html#gnome-vfs-truncate-uri"/>
222
 
    <keyword type="function" name="gnome_vfs_truncate_handle ()" link="gnome-vfs-20-gnome-vfs-file-trunc-ops.html#gnome-vfs-truncate-handle"/>
223
 
    <keyword type="function" name="gnome_vfs_get_file_info ()" link="gnome-vfs-20-gnome-vfs-file-info-ops.html#gnome-vfs-get-file-info"/>
224
 
    <keyword type="function" name="gnome_vfs_get_file_info_uri ()" link="gnome-vfs-20-gnome-vfs-file-info-ops.html#gnome-vfs-get-file-info-uri"/>
225
 
    <keyword type="function" name="gnome_vfs_get_file_info_from_handle ()" link="gnome-vfs-20-gnome-vfs-file-info-ops.html#gnome-vfs-get-file-info-from-handle"/>
226
 
    <keyword type="function" name="gnome_vfs_set_file_info_uri ()" link="gnome-vfs-20-gnome-vfs-file-info-ops.html#gnome-vfs-set-file-info-uri"/>
227
 
    <keyword type="function" name="gnome_vfs_set_file_info ()" link="gnome-vfs-20-gnome-vfs-file-info-ops.html#gnome-vfs-set-file-info"/>
228
 
    <keyword type="function" name="gnome_vfs_make_directory ()" link="gnome-vfs-20-gnome-vfs-directory-basic-ops.html#gnome-vfs-make-directory"/>
229
 
    <keyword type="function" name="gnome_vfs_make_directory_for_uri ()" link="gnome-vfs-20-gnome-vfs-directory-basic-ops.html#gnome-vfs-make-directory-for-uri"/>
230
 
    <keyword type="function" name="gnome_vfs_remove_directory ()" link="gnome-vfs-20-gnome-vfs-directory-basic-ops.html#gnome-vfs-remove-directory"/>
231
 
    <keyword type="function" name="gnome_vfs_remove_directory_from_uri ()" link="gnome-vfs-20-gnome-vfs-directory-basic-ops.html#gnome-vfs-remove-directory-from-uri"/>
232
 
    <keyword type="typedef" name="GnomeVFSDirectoryHandle" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#GnomeVFSDirectoryHandle"/>
233
 
    <keyword type="enum" name="enum GnomeVFSDirectoryVisitOptions" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#GnomeVFSDirectoryVisitOptions"/>
234
 
    <keyword type="function" name="GnomeVFSDirectoryVisitFunc ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#GnomeVFSDirectoryVisitFunc"/>
235
 
    <keyword type="function" name="gnome_vfs_directory_open ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-open"/>
236
 
    <keyword type="function" name="gnome_vfs_directory_open_from_uri ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-open-from-uri"/>
237
 
    <keyword type="function" name="gnome_vfs_directory_read_next ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-read-next"/>
238
 
    <keyword type="function" name="gnome_vfs_directory_close ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-close"/>
239
 
    <keyword type="function" name="gnome_vfs_directory_visit ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-visit"/>
240
 
    <keyword type="function" name="gnome_vfs_directory_visit_uri ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-visit-uri"/>
241
 
    <keyword type="function" name="gnome_vfs_directory_visit_files ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-visit-files"/>
242
 
    <keyword type="function" name="gnome_vfs_directory_visit_files_at_uri ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-visit-files-at-uri"/>
243
 
    <keyword type="function" name="gnome_vfs_directory_list_load ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-list-load"/>
244
 
    <keyword type="enum" name="enum GnomeVFSFindDirectoryKind" link="gnome-vfs-20-gnome-vfs-directory-find-ops.html#GnomeVFSFindDirectoryKind"/>
245
 
    <keyword type="function" name="gnome_vfs_find_directory ()" link="gnome-vfs-20-gnome-vfs-directory-find-ops.html#gnome-vfs-find-directory"/>
246
 
    <keyword type="enum" name="enum GnomeVFSXferOptions" link="gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferOptions"/>
247
 
    <keyword type="enum" name="enum GnomeVFSXferProgressStatus" link="gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferProgressStatus"/>
248
 
    <keyword type="enum" name="enum GnomeVFSXferOverwriteMode" link="gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferOverwriteMode"/>
249
 
    <keyword type="enum" name="enum GnomeVFSXferOverwriteAction" link="gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferOverwriteAction"/>
250
 
    <keyword type="enum" name="enum GnomeVFSXferErrorMode" link="gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferErrorMode"/>
251
 
    <keyword type="enum" name="enum GnomeVFSXferErrorAction" link="gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferErrorAction"/>
252
 
    <keyword type="enum" name="enum GnomeVFSXferPhase" link="gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferPhase"/>
253
 
    <keyword type="struct" name="GnomeVFSXferProgressInfo" link="gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferProgressInfo"/>
254
 
    <keyword type="function" name="GnomeVFSXferProgressCallback ()" link="gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferProgressCallback"/>
255
 
    <keyword type="function" name="gnome_vfs_xfer_uri_list ()" link="gnome-vfs-20-gnome-vfs-xfer.html#gnome-vfs-xfer-uri-list"/>
256
 
    <keyword type="function" name="gnome_vfs_xfer_uri ()" link="gnome-vfs-20-gnome-vfs-xfer.html#gnome-vfs-xfer-uri"/>
257
 
    <keyword type="function" name="gnome_vfs_xfer_delete_list ()" link="gnome-vfs-20-gnome-vfs-xfer.html#gnome-vfs-xfer-delete-list"/>
258
 
    <keyword type="typedef" name="GnomeVFSMonitorHandle" link="gnome-vfs-20-gnome-vfs-monitor.html#GnomeVFSMonitorHandle"/>
259
 
    <keyword type="enum" name="enum GnomeVFSMonitorType" link="gnome-vfs-20-gnome-vfs-monitor.html#GnomeVFSMonitorType"/>
260
 
    <keyword type="enum" name="enum GnomeVFSMonitorEventType" link="gnome-vfs-20-gnome-vfs-monitor.html#GnomeVFSMonitorEventType"/>
261
 
    <keyword type="function" name="GnomeVFSMonitorCallback ()" link="gnome-vfs-20-gnome-vfs-monitor.html#GnomeVFSMonitorCallback"/>
262
 
    <keyword type="function" name="gnome_vfs_monitor_add ()" link="gnome-vfs-20-gnome-vfs-monitor.html#gnome-vfs-monitor-add"/>
263
 
    <keyword type="function" name="gnome_vfs_monitor_cancel ()" link="gnome-vfs-20-gnome-vfs-monitor.html#gnome-vfs-monitor-cancel"/>
264
 
    <keyword type="function" name="gnome_vfs_monitor_callback ()" link="gnome-vfs-20-gnome-vfs-monitor.html#gnome-vfs-monitor-callback"/>
265
 
    <keyword type="function" name="gnome_vfs_file_control ()" link="gnome-vfs-20-gnome-vfs-file-advanced-ops.html#gnome-vfs-file-control"/>
266
 
    <keyword type="macro" name="GNOME_VFS_PRIORITY_MIN" link="gnome-vfs-20-gnome-vfs-async-ops.html#GNOME-VFS-PRIORITY-MIN--CAPS"/>
267
 
    <keyword type="macro" name="GNOME_VFS_PRIORITY_MAX" link="gnome-vfs-20-gnome-vfs-async-ops.html#GNOME-VFS-PRIORITY-MAX--CAPS"/>
268
 
    <keyword type="macro" name="GNOME_VFS_PRIORITY_DEFAULT" link="gnome-vfs-20-gnome-vfs-async-ops.html#GNOME-VFS-PRIORITY-DEFAULT--CAPS"/>
269
 
    <keyword type="typedef" name="GnomeVFSAsyncHandle" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncHandle"/>
270
 
    <keyword type="function" name="GnomeVFSAsyncCallback ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncCallback"/>
271
 
    <keyword type="function" name="GnomeVFSAsyncOpenCallback ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncOpenCallback"/>
272
 
    <keyword type="function" name="GnomeVFSAsyncOpenAsChannelCallback ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncOpenAsChannelCallback" deprecated=""/>
273
 
    <keyword type="function" name="GnomeVFSAsyncCreateCallback ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncCreateCallback"/>
274
 
    <keyword type="function" name="GnomeVFSAsyncCreateAsChannelCallback ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncCreateAsChannelCallback" deprecated=""/>
275
 
    <keyword type="function" name="GnomeVFSAsyncCloseCallback ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncCloseCallback"/>
276
 
    <keyword type="function" name="GnomeVFSAsyncReadCallback ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncReadCallback"/>
277
 
    <keyword type="function" name="GnomeVFSAsyncWriteCallback ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncWriteCallback"/>
278
 
    <keyword type="function" name="GnomeVFSAsyncSeekCallback ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncSeekCallback"/>
279
 
    <keyword type="function" name="GnomeVFSAsyncGetFileInfoCallback ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncGetFileInfoCallback"/>
280
 
    <keyword type="function" name="GnomeVFSAsyncSetFileInfoCallback ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncSetFileInfoCallback"/>
281
 
    <keyword type="function" name="GnomeVFSAsyncFileControlCallback ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncFileControlCallback"/>
282
 
    <keyword type="function" name="GnomeVFSAsyncDirectoryLoadCallback ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncDirectoryLoadCallback"/>
283
 
    <keyword type="function" name="GnomeVFSAsyncFindDirectoryCallback ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncFindDirectoryCallback"/>
284
 
    <keyword type="struct" name="GnomeVFSFindDirectoryResult" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSFindDirectoryResult"/>
285
 
    <keyword type="function" name="GnomeVFSAsyncXferProgressCallback ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncXferProgressCallback"/>
286
 
    <keyword type="typedef" name="GnomeVFSCancellation" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSCancellation"/>
287
 
    <keyword type="typedef" name="GnomeVFSContext" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSContext"/>
288
 
    <keyword type="function" name="gnome_vfs_async_set_job_limit ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-set-job-limit"/>
289
 
    <keyword type="function" name="gnome_vfs_async_get_job_limit ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-get-job-limit"/>
290
 
    <keyword type="function" name="gnome_vfs_async_cancel ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-cancel"/>
291
 
    <keyword type="function" name="gnome_vfs_async_open ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-open"/>
292
 
    <keyword type="function" name="gnome_vfs_async_open_uri ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-open-uri"/>
293
 
    <keyword type="function" name="gnome_vfs_async_open_as_channel ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-open-as-channel" deprecated=""/>
294
 
    <keyword type="function" name="gnome_vfs_async_open_uri_as_channel ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-open-uri-as-channel" deprecated=""/>
295
 
    <keyword type="function" name="gnome_vfs_async_create ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-create"/>
296
 
    <keyword type="function" name="gnome_vfs_async_create_uri ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-create-uri"/>
297
 
    <keyword type="function" name="gnome_vfs_async_create_symbolic_link ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-create-symbolic-link"/>
298
 
    <keyword type="function" name="gnome_vfs_async_create_as_channel ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-create-as-channel" deprecated=""/>
299
 
    <keyword type="function" name="gnome_vfs_async_create_uri_as_channel ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-create-uri-as-channel" deprecated="" since="2.12"/>
300
 
    <keyword type="function" name="gnome_vfs_async_close ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-close"/>
301
 
    <keyword type="function" name="gnome_vfs_async_read ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-read"/>
302
 
    <keyword type="function" name="gnome_vfs_async_write ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-write"/>
303
 
    <keyword type="function" name="gnome_vfs_async_seek ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-seek"/>
304
 
    <keyword type="function" name="gnome_vfs_async_get_file_info ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-get-file-info"/>
305
 
    <keyword type="function" name="gnome_vfs_async_set_file_info ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-set-file-info"/>
306
 
    <keyword type="function" name="gnome_vfs_async_load_directory ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-load-directory"/>
307
 
    <keyword type="function" name="gnome_vfs_async_load_directory_uri ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-load-directory-uri"/>
308
 
    <keyword type="function" name="gnome_vfs_async_xfer ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-xfer"/>
309
 
    <keyword type="function" name="gnome_vfs_async_find_directory ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-find-directory"/>
310
 
    <keyword type="function" name="gnome_vfs_async_file_control ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-file-control" since="2.2"/>
311
 
    <keyword type="function" name="gnome_vfs_find_directory_result_dup ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-find-directory-result-dup" since="2.12"/>
312
 
    <keyword type="function" name="gnome_vfs_find_directory_result_free ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-find-directory-result-free" since="2.12"/>
313
 
    <keyword type="function" name="gnome_vfs_cancellation_new ()" link="gnome-vfs-20-gnome-vfs-cancellation.html#gnome-vfs-cancellation-new"/>
314
 
    <keyword type="function" name="gnome_vfs_cancellation_destroy ()" link="gnome-vfs-20-gnome-vfs-cancellation.html#gnome-vfs-cancellation-destroy"/>
315
 
    <keyword type="function" name="gnome_vfs_cancellation_cancel ()" link="gnome-vfs-20-gnome-vfs-cancellation.html#gnome-vfs-cancellation-cancel"/>
316
 
    <keyword type="function" name="gnome_vfs_cancellation_check ()" link="gnome-vfs-20-gnome-vfs-cancellation.html#gnome-vfs-cancellation-check"/>
317
 
    <keyword type="function" name="gnome_vfs_cancellation_ack ()" link="gnome-vfs-20-gnome-vfs-cancellation.html#gnome-vfs-cancellation-ack"/>
318
 
    <keyword type="function" name="gnome_vfs_cancellation_get_fd ()" link="gnome-vfs-20-gnome-vfs-cancellation.html#gnome-vfs-cancellation-get-fd"/>
319
 
    <keyword type="macro" name="GNOME_IS_VFS_VOLUME()" link="gnome-vfs-20-gnome-vfs-volume.html#GNOME-IS-VFS-VOLUME--CAPS"/>
320
 
    <keyword type="macro" name="GNOME_IS_VFS_VOLUME_CLASS()" link="gnome-vfs-20-gnome-vfs-volume.html#GNOME-IS-VFS-VOLUME-CLASS--CAPS"/>
321
 
    <keyword type="macro" name="GNOME_VFS_TYPE_VOLUME" link="gnome-vfs-20-gnome-vfs-volume.html#GNOME-VFS-TYPE-VOLUME--CAPS"/>
322
 
    <keyword type="macro" name="GNOME_VFS_VOLUME()" link="gnome-vfs-20-gnome-vfs-volume.html#GNOME-VFS-VOLUME--CAPS"/>
323
 
    <keyword type="macro" name="GNOME_VFS_VOLUME_CLASS()" link="gnome-vfs-20-gnome-vfs-volume.html#GNOME-VFS-VOLUME-CLASS--CAPS"/>
324
 
    <keyword type="struct" name="GnomeVFSVolume" link="gnome-vfs-20-gnome-vfs-volume.html#GnomeVFSVolume-struct"/>
325
 
    <keyword type="struct" name="GnomeVFSVolumeClass" link="gnome-vfs-20-gnome-vfs-volume.html#GnomeVFSVolumeClass"/>
326
 
    <keyword type="function" name="GnomeVFSVolumeOpCallback ()" link="gnome-vfs-20-gnome-vfs-volume.html#GnomeVFSVolumeOpCallback" since="2.6"/>
327
 
    <keyword type="enum" name="enum GnomeVFSVolumeType" link="gnome-vfs-20-gnome-vfs-volume.html#GnomeVFSVolumeType"/>
328
 
    <keyword type="function" name="gnome_vfs_volume_compare ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-compare" since="2.6"/>
329
 
    <keyword type="function" name="gnome_vfs_volume_eject ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-eject" since="2.6"/>
330
 
    <keyword type="function" name="gnome_vfs_volume_get_activation_uri ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-get-activation-uri" since="2.6"/>
331
 
    <keyword type="function" name="gnome_vfs_volume_get_device_path ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-get-device-path" since="2.6"/>
332
 
    <keyword type="function" name="gnome_vfs_volume_get_device_type ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-get-device-type" since="2.6"/>
333
 
    <keyword type="function" name="gnome_vfs_volume_get_display_name ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-get-display-name" since="2.6"/>
334
 
    <keyword type="function" name="gnome_vfs_volume_get_drive ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-get-drive" since="2.6"/>
335
 
    <keyword type="function" name="gnome_vfs_volume_get_filesystem_type ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-get-filesystem-type" since="2.6"/>
336
 
    <keyword type="function" name="gnome_vfs_volume_get_hal_udi ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-get-hal-udi" since="2.6"/>
337
 
    <keyword type="function" name="gnome_vfs_volume_get_icon ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-get-icon" since="2.6"/>
338
 
    <keyword type="function" name="gnome_vfs_volume_get_id ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-get-id" since="2.6"/>
339
 
    <keyword type="function" name="gnome_vfs_volume_get_type ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-get-type"/>
340
 
    <keyword type="function" name="gnome_vfs_volume_get_volume_type ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-get-volume-type" since="2.6"/>
341
 
    <keyword type="function" name="gnome_vfs_volume_handles_trash ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-handles-trash" since="2.6"/>
342
 
    <keyword type="function" name="gnome_vfs_volume_is_mounted ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-is-mounted" since="2.6"/>
343
 
    <keyword type="function" name="gnome_vfs_volume_is_read_only ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-is-read-only" since="2.6"/>
344
 
    <keyword type="function" name="gnome_vfs_volume_is_user_visible ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-is-user-visible" since="2.6"/>
345
 
    <keyword type="function" name="gnome_vfs_volume_ref ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-ref" since="2.6"/>
346
 
    <keyword type="function" name="gnome_vfs_volume_type_get_type ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-type-get-type"/>
347
 
    <keyword type="function" name="gnome_vfs_volume_unmount ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-unmount" since="2.6"/>
348
 
    <keyword type="function" name="gnome_vfs_volume_unref ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-volume-unref" since="2.6"/>
349
 
    <keyword type="function" name="gnome_vfs_connect_to_server ()" link="gnome-vfs-20-gnome-vfs-volume.html#gnome-vfs-connect-to-server" since="2.6"/>
350
 
    <keyword type="enum" name="enum GnomeVFSDeviceType" link="gnome-vfs-20-gnome-vfs-drive.html#GnomeVFSDeviceType"/>
351
 
    <keyword type="struct" name="GnomeVFSDrive" link="gnome-vfs-20-gnome-vfs-drive.html#GnomeVFSDrive-struct"/>
352
 
    <keyword type="struct" name="GnomeVFSDriveClass" link="gnome-vfs-20-gnome-vfs-drive.html#GnomeVFSDriveClass"/>
353
 
    <keyword type="macro" name="GNOME_IS_VFS_DRIVE()" link="gnome-vfs-20-gnome-vfs-drive.html#GNOME-IS-VFS-DRIVE--CAPS"/>
354
 
    <keyword type="macro" name="GNOME_IS_VFS_DRIVE_CLASS()" link="gnome-vfs-20-gnome-vfs-drive.html#GNOME-IS-VFS-DRIVE-CLASS--CAPS"/>
355
 
    <keyword type="macro" name="GNOME_VFS_TYPE_DRIVE" link="gnome-vfs-20-gnome-vfs-drive.html#GNOME-VFS-TYPE-DRIVE--CAPS"/>
356
 
    <keyword type="macro" name="GNOME_VFS_DRIVE()" link="gnome-vfs-20-gnome-vfs-drive.html#GNOME-VFS-DRIVE--CAPS"/>
357
 
    <keyword type="macro" name="GNOME_VFS_DRIVE_CLASS()" link="gnome-vfs-20-gnome-vfs-drive.html#GNOME-VFS-DRIVE-CLASS--CAPS"/>
358
 
    <keyword type="function" name="gnome_vfs_drive_compare ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-compare" since="2.6"/>
359
 
    <keyword type="function" name="gnome_vfs_drive_eject ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-eject" since="2.6"/>
360
 
    <keyword type="function" name="gnome_vfs_drive_get_activation_uri ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-get-activation-uri" since="2.6"/>
361
 
    <keyword type="function" name="gnome_vfs_drive_get_device_path ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-get-device-path" since="2.6"/>
362
 
    <keyword type="function" name="gnome_vfs_drive_get_device_type ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-get-device-type" since="2.6"/>
363
 
    <keyword type="function" name="gnome_vfs_drive_get_display_name ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-get-display-name" since="2.6"/>
364
 
    <keyword type="function" name="gnome_vfs_drive_get_hal_udi ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-get-hal-udi" since="2.6"/>
365
 
    <keyword type="function" name="gnome_vfs_drive_get_icon ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-get-icon" since="2.6"/>
366
 
    <keyword type="function" name="gnome_vfs_drive_get_id ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-get-id" since="2.6"/>
367
 
    <keyword type="function" name="gnome_vfs_drive_get_mounted_volume ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-get-mounted-volume" deprecated="Use gnome_vfs_drive_get_mounted_volumes() instead." since="2.6"/>
368
 
    <keyword type="function" name="gnome_vfs_drive_get_mounted_volumes ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-get-mounted-volumes" since="2.8"/>
369
 
    <keyword type="function" name="gnome_vfs_drive_volume_list_free ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-volume-list-free" since="2.8"/>
370
 
    <keyword type="function" name="gnome_vfs_drive_get_type ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-get-type"/>
371
 
    <keyword type="function" name="gnome_vfs_drive_is_connected ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-is-connected" since="2.6"/>
372
 
    <keyword type="function" name="gnome_vfs_drive_is_mounted ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-is-mounted" since="2.6"/>
373
 
    <keyword type="function" name="gnome_vfs_drive_is_user_visible ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-is-user-visible" since="2.6"/>
374
 
    <keyword type="function" name="gnome_vfs_drive_mount ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-mount" since="2.6"/>
375
 
    <keyword type="function" name="gnome_vfs_drive_ref ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-ref" since="2.6"/>
376
 
    <keyword type="function" name="gnome_vfs_drive_unmount ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-unmount" since="2.6"/>
377
 
    <keyword type="function" name="gnome_vfs_drive_unref ()" link="gnome-vfs-20-gnome-vfs-drive.html#gnome-vfs-drive-unref" since="2.6"/>
378
 
    <keyword type="" name="The &quot;volume-mounted&quot; signal" link="gnome-vfs-20-gnome-vfs-drive.html#GnomeVFSDrive-volume-mounted"/>
379
 
    <keyword type="" name="The &quot;volume-pre-unmount&quot; signal" link="gnome-vfs-20-gnome-vfs-drive.html#GnomeVFSDrive-volume-pre-unmount"/>
380
 
    <keyword type="" name="The &quot;volume-unmounted&quot; signal" link="gnome-vfs-20-gnome-vfs-drive.html#GnomeVFSDrive-volume-unmounted"/>
381
 
    <keyword type="macro" name="GNOME_IS_VFS_VOLUME_MONITOR()" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#GNOME-IS-VFS-VOLUME-MONITOR--CAPS"/>
382
 
    <keyword type="macro" name="GNOME_IS_VFS_VOLUME_MONITOR_CLASS()" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#GNOME-IS-VFS-VOLUME-MONITOR-CLASS--CAPS"/>
383
 
    <keyword type="macro" name="GNOME_VFS_TYPE_VOLUME_MONITOR" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#GNOME-VFS-TYPE-VOLUME-MONITOR--CAPS"/>
384
 
    <keyword type="macro" name="GNOME_VFS_VOLUME_MONITOR()" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#GNOME-VFS-VOLUME-MONITOR--CAPS"/>
385
 
    <keyword type="macro" name="GNOME_VFS_VOLUME_MONITOR_CLASS()" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#GNOME-VFS-VOLUME-MONITOR-CLASS--CAPS"/>
386
 
    <keyword type="struct" name="GnomeVFSVolumeMonitor" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#GnomeVFSVolumeMonitor-struct"/>
387
 
    <keyword type="struct" name="GnomeVFSVolumeMonitorClass" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#GnomeVFSVolumeMonitorClass"/>
388
 
    <keyword type="function" name="gnome_vfs_get_volume_monitor ()" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#gnome-vfs-get-volume-monitor" since="2.6"/>
389
 
    <keyword type="function" name="gnome_vfs_volume_monitor_get_connected_drives ()" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#gnome-vfs-volume-monitor-get-connected-drives" since="2.6"/>
390
 
    <keyword type="function" name="gnome_vfs_volume_monitor_get_drive_by_id ()" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#gnome-vfs-volume-monitor-get-drive-by-id" since="2.6"/>
391
 
    <keyword type="function" name="gnome_vfs_volume_monitor_get_mounted_volumes ()" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#gnome-vfs-volume-monitor-get-mounted-volumes" since="2.6"/>
392
 
    <keyword type="function" name="gnome_vfs_volume_monitor_get_type ()" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#gnome-vfs-volume-monitor-get-type"/>
393
 
    <keyword type="function" name="gnome_vfs_volume_monitor_get_volume_by_id ()" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#gnome-vfs-volume-monitor-get-volume-by-id" since="2.6"/>
394
 
    <keyword type="function" name="gnome_vfs_volume_monitor_get_volume_for_path ()" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#gnome-vfs-volume-monitor-get-volume-for-path" since="2.6"/>
395
 
    <keyword type="function" name="gnome_vfs_volume_monitor_ref ()" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#gnome-vfs-volume-monitor-ref" since="2.6"/>
396
 
    <keyword type="function" name="gnome_vfs_volume_monitor_unref ()" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#gnome-vfs-volume-monitor-unref" since="2.6"/>
397
 
    <keyword type="" name="The &quot;drive-connected&quot; signal" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#GnomeVFSVolumeMonitor-drive-connected"/>
398
 
    <keyword type="" name="The &quot;drive-disconnected&quot; signal" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#GnomeVFSVolumeMonitor-drive-disconnected"/>
399
 
    <keyword type="" name="The &quot;volume-mounted&quot; signal" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#GnomeVFSVolumeMonitor-volume-mounted"/>
400
 
    <keyword type="" name="The &quot;volume-pre-unmount&quot; signal" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#GnomeVFSVolumeMonitor-volume-pre-unmount"/>
401
 
    <keyword type="" name="The &quot;volume-unmounted&quot; signal" link="gnome-vfs-20-gnome-vfs-volume-monitor.html#GnomeVFSVolumeMonitor-volume-unmounted"/>
402
 
    <keyword type="function" name="GnomeVFSDNSSDResolveCallback ()" link="gnome-vfs-20-gnome-vfs-dns-sd.html#GnomeVFSDNSSDResolveCallback"/>
403
 
    <keyword type="enum" name="enum GnomeVFSDNSSDServiceStatus" link="gnome-vfs-20-gnome-vfs-dns-sd.html#GnomeVFSDNSSDServiceStatus"/>
404
 
    <keyword type="struct" name="GnomeVFSDNSSDService" link="gnome-vfs-20-gnome-vfs-dns-sd.html#GnomeVFSDNSSDService"/>
405
 
    <keyword type="function" name="GnomeVFSDNSSDBrowseCallback ()" link="gnome-vfs-20-gnome-vfs-dns-sd.html#GnomeVFSDNSSDBrowseCallback"/>
406
 
    <keyword type="function" name="gnome_vfs_dns_sd_browse ()" link="gnome-vfs-20-gnome-vfs-dns-sd.html#gnome-vfs-dns-sd-browse"/>
407
 
    <keyword type="function" name="gnome_vfs_dns_sd_stop_browse ()" link="gnome-vfs-20-gnome-vfs-dns-sd.html#gnome-vfs-dns-sd-stop-browse"/>
408
 
    <keyword type="function" name="gnome_vfs_dns_sd_resolve ()" link="gnome-vfs-20-gnome-vfs-dns-sd.html#gnome-vfs-dns-sd-resolve"/>
409
 
    <keyword type="function" name="gnome_vfs_dns_sd_cancel_resolve ()" link="gnome-vfs-20-gnome-vfs-dns-sd.html#gnome-vfs-dns-sd-cancel-resolve"/>
410
 
    <keyword type="function" name="gnome_vfs_dns_sd_browse_sync ()" link="gnome-vfs-20-gnome-vfs-dns-sd.html#gnome-vfs-dns-sd-browse-sync"/>
411
 
    <keyword type="function" name="gnome_vfs_dns_sd_resolve_sync ()" link="gnome-vfs-20-gnome-vfs-dns-sd.html#gnome-vfs-dns-sd-resolve-sync"/>
412
 
    <keyword type="function" name="gnome_vfs_dns_sd_service_list_free ()" link="gnome-vfs-20-gnome-vfs-dns-sd.html#gnome-vfs-dns-sd-service-list-free"/>
413
 
    <keyword type="function" name="gnome_vfs_dns_sd_list_browse_domains_sync ()" link="gnome-vfs-20-gnome-vfs-dns-sd.html#gnome-vfs-dns-sd-list-browse-domains-sync"/>
414
 
    <keyword type="function" name="gnome_vfs_get_default_browse_domains ()" link="gnome-vfs-20-gnome-vfs-dns-sd.html#gnome-vfs-get-default-browse-domains"/>
415
 
    <keyword type="function" name="gnome_vfs_resolve ()" link="gnome-vfs-20-gnome-vfs-resolve.html#gnome-vfs-resolve" since="2.8"/>
416
 
    <keyword type="function" name="gnome_vfs_resolve_free ()" link="gnome-vfs-20-gnome-vfs-resolve.html#gnome-vfs-resolve-free" since="2.8"/>
417
 
    <keyword type="function" name="gnome_vfs_resolve_next_address ()" link="gnome-vfs-20-gnome-vfs-resolve.html#gnome-vfs-resolve-next-address" since="2.8"/>
418
 
    <keyword type="function" name="gnome_vfs_resolve_reset_to_beginning ()" link="gnome-vfs-20-gnome-vfs-resolve.html#gnome-vfs-resolve-reset-to-beginning" since="2.8"/>
419
 
    <keyword type="struct" name="GnomeVFSAddress" link="gnome-vfs-20-gnome-vfs-resolve.html#GnomeVFSAddress"/>
420
 
    <keyword type="function" name="gnome_vfs_address_dup ()" link="gnome-vfs-20-gnome-vfs-resolve.html#gnome-vfs-address-dup" since="2.8"/>
421
 
    <keyword type="function" name="gnome_vfs_address_free ()" link="gnome-vfs-20-gnome-vfs-resolve.html#gnome-vfs-address-free" since="2.8"/>
422
 
    <keyword type="function" name="gnome_vfs_address_get_family_type ()" link="gnome-vfs-20-gnome-vfs-resolve.html#gnome-vfs-address-get-family-type" since="2.8"/>
423
 
    <keyword type="function" name="gnome_vfs_address_get_ipv4 ()" link="gnome-vfs-20-gnome-vfs-resolve.html#gnome-vfs-address-get-ipv4" since="2.8"/>
424
 
    <keyword type="function" name="gnome_vfs_address_get_type ()" link="gnome-vfs-20-gnome-vfs-resolve.html#gnome-vfs-address-get-type"/>
425
 
    <keyword type="function" name="gnome_vfs_address_new_from_ipv4 ()" link="gnome-vfs-20-gnome-vfs-resolve.html#gnome-vfs-address-new-from-ipv4" since="2.8"/>
426
 
    <keyword type="function" name="gnome_vfs_address_new_from_sockaddr ()" link="gnome-vfs-20-gnome-vfs-resolve.html#gnome-vfs-address-new-from-sockaddr" since="2.8"/>
427
 
    <keyword type="function" name="gnome_vfs_address_new_from_string ()" link="gnome-vfs-20-gnome-vfs-resolve.html#gnome-vfs-address-new-from-string" since="2.8"/>
428
 
    <keyword type="function" name="gnome_vfs_address_to_string ()" link="gnome-vfs-20-gnome-vfs-resolve.html#gnome-vfs-address-to-string" since="2.8"/>
429
 
    <keyword type="typedef" name="GnomeVFSSSL" link="gnome-vfs-20-gnome-vfs-ssl.html#GnomeVFSSSL"/>
430
 
    <keyword type="function" name="gnome_vfs_ssl_enabled ()" link="gnome-vfs-20-gnome-vfs-ssl.html#gnome-vfs-ssl-enabled"/>
431
 
    <keyword type="function" name="gnome_vfs_ssl_create ()" link="gnome-vfs-20-gnome-vfs-ssl.html#gnome-vfs-ssl-create"/>
432
 
    <keyword type="function" name="gnome_vfs_ssl_create_from_fd ()" link="gnome-vfs-20-gnome-vfs-ssl.html#gnome-vfs-ssl-create-from-fd"/>
433
 
    <keyword type="function" name="gnome_vfs_ssl_read ()" link="gnome-vfs-20-gnome-vfs-ssl.html#gnome-vfs-ssl-read"/>
434
 
    <keyword type="function" name="gnome_vfs_ssl_write ()" link="gnome-vfs-20-gnome-vfs-ssl.html#gnome-vfs-ssl-write"/>
435
 
    <keyword type="function" name="gnome_vfs_ssl_destroy ()" link="gnome-vfs-20-gnome-vfs-ssl.html#gnome-vfs-ssl-destroy"/>
436
 
    <keyword type="function" name="gnome_vfs_ssl_to_socket ()" link="gnome-vfs-20-gnome-vfs-ssl.html#gnome-vfs-ssl-to-socket"/>
437
 
    <keyword type="function" name="gnome_vfs_ssl_set_timeout ()" link="gnome-vfs-20-gnome-vfs-ssl.html#gnome-vfs-ssl-set-timeout" since="2.8"/>
438
 
    <keyword type="typedef" name="GnomeVFSSocket" link="gnome-vfs-20-gnome-vfs-socket.html#GnomeVFSSocket"/>
439
 
    <keyword type="struct" name="GnomeVFSSocketImpl" link="gnome-vfs-20-gnome-vfs-socket.html#GnomeVFSSocketImpl"/>
440
 
    <keyword type="function" name="GnomeVFSSocketReadFunc ()" link="gnome-vfs-20-gnome-vfs-socket.html#GnomeVFSSocketReadFunc"/>
441
 
    <keyword type="function" name="GnomeVFSSocketWriteFunc ()" link="gnome-vfs-20-gnome-vfs-socket.html#GnomeVFSSocketWriteFunc"/>
442
 
    <keyword type="function" name="GnomeVFSSocketCloseFunc ()" link="gnome-vfs-20-gnome-vfs-socket.html#GnomeVFSSocketCloseFunc"/>
443
 
    <keyword type="function" name="GnomeVFSSocketSetTimeoutFunc ()" link="gnome-vfs-20-gnome-vfs-socket.html#GnomeVFSSocketSetTimeoutFunc"/>
444
 
    <keyword type="function" name="gnome_vfs_socket_new ()" link="gnome-vfs-20-gnome-vfs-socket.html#gnome-vfs-socket-new"/>
445
 
    <keyword type="function" name="gnome_vfs_socket_write ()" link="gnome-vfs-20-gnome-vfs-socket.html#gnome-vfs-socket-write"/>
446
 
    <keyword type="function" name="gnome_vfs_socket_close ()" link="gnome-vfs-20-gnome-vfs-socket.html#gnome-vfs-socket-close"/>
447
 
    <keyword type="function" name="gnome_vfs_socket_read ()" link="gnome-vfs-20-gnome-vfs-socket.html#gnome-vfs-socket-read"/>
448
 
    <keyword type="function" name="gnome_vfs_socket_free ()" link="gnome-vfs-20-gnome-vfs-socket.html#gnome-vfs-socket-free" since="2.8"/>
449
 
    <keyword type="function" name="gnome_vfs_socket_set_timeout ()" link="gnome-vfs-20-gnome-vfs-socket.html#gnome-vfs-socket-set-timeout" since="2.8"/>
450
 
    <keyword type="typedef" name="GnomeVFSSocketBuffer" link="gnome-vfs-20-gnome-vfs-socket-buffer.html#GnomeVFSSocketBuffer"/>
451
 
    <keyword type="function" name="gnome_vfs_socket_buffer_new ()" link="gnome-vfs-20-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-new"/>
452
 
    <keyword type="function" name="gnome_vfs_socket_buffer_destroy ()" link="gnome-vfs-20-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-destroy"/>
453
 
    <keyword type="function" name="gnome_vfs_socket_buffer_read ()" link="gnome-vfs-20-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-read"/>
454
 
    <keyword type="function" name="gnome_vfs_socket_buffer_peekc ()" link="gnome-vfs-20-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-peekc"/>
455
 
    <keyword type="function" name="gnome_vfs_socket_buffer_write ()" link="gnome-vfs-20-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-write"/>
456
 
    <keyword type="function" name="gnome_vfs_socket_buffer_flush ()" link="gnome-vfs-20-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-flush"/>
457
 
    <keyword type="function" name="gnome_vfs_socket_buffer_read_until ()" link="gnome-vfs-20-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-read-until" since="2.8"/>
458
 
    <keyword type="typedef" name="GnomeVFSInetConnection" link="gnome-vfs-20-gnome-vfs-inet-connection.html#GnomeVFSInetConnection"/>
459
 
    <keyword type="function" name="gnome_vfs_inet_connection_create ()" link="gnome-vfs-20-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-create"/>
460
 
    <keyword type="function" name="gnome_vfs_inet_connection_destroy ()" link="gnome-vfs-20-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-destroy"/>
461
 
    <keyword type="function" name="gnome_vfs_inet_connection_free ()" link="gnome-vfs-20-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-free"/>
462
 
    <keyword type="function" name="gnome_vfs_inet_connection_to_socket ()" link="gnome-vfs-20-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-to-socket"/>
463
 
    <keyword type="function" name="gnome_vfs_inet_connection_to_socket_buffer ()" link="gnome-vfs-20-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-to-socket-buffer"/>
464
 
    <keyword type="function" name="gnome_vfs_inet_connection_get_fd ()" link="gnome-vfs-20-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-get-fd"/>
465
 
    <keyword type="function" name="gnome_vfs_inet_connection_create_from_address ()" link="gnome-vfs-20-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-create-from-address" since="2.8"/>
466
 
    <keyword type="function" name="gnome_vfs_inet_connection_get_address ()" link="gnome-vfs-20-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-get-address"/>
467
 
    <keyword type="function" name="gnome_vfs_inet_connection_get_ip ()" link="gnome-vfs-20-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-get-ip" since="2.8"/>
468
 
    <keyword type="function" name="gnome_vfs_mime_type_from_name ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-mime-type-from-name" deprecated=""/>
469
 
    <keyword type="function" name="gnome_vfs_mime_type_from_name_or_default ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-mime-type-from-name-or-default"/>
470
 
    <keyword type="function" name="gnome_vfs_get_mime_type_common ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-get-mime-type-common"/>
471
 
    <keyword type="function" name="gnome_vfs_get_mime_type_from_uri ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-get-mime-type-from-uri"/>
472
 
    <keyword type="function" name="gnome_vfs_get_mime_type_from_file_data ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-get-mime-type-from-file-data" deprecated=""/>
473
 
    <keyword type="function" name="gnome_vfs_get_file_mime_type_fast ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-get-file-mime-type-fast"/>
474
 
    <keyword type="function" name="gnome_vfs_get_file_mime_type ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-get-file-mime-type"/>
475
 
    <keyword type="function" name="gnome_vfs_mime_type_is_supertype ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-mime-type-is-supertype"/>
476
 
    <keyword type="function" name="gnome_vfs_get_supertype_from_mime_type ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-get-supertype-from-mime-type"/>
477
 
    <keyword type="function" name="gnome_vfs_mime_info_cache_reload ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-mime-info-cache-reload"/>
478
 
    <keyword type="function" name="gnome_vfs_mime_reload ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-mime-reload"/>
479
 
    <keyword type="function" name="gnome_vfs_mime_shutdown ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-mime-shutdown" deprecated=""/>
480
 
    <keyword type="macro" name="GNOME_VFS_MIME_TYPE_UNKNOWN" link="gnome-vfs-20-gnome-vfs-mime-utils.html#GNOME-VFS-MIME-TYPE-UNKNOWN--CAPS"/>
481
 
    <keyword type="enum" name="enum GnomeVFSMimeEquivalence" link="gnome-vfs-20-gnome-vfs-mime-utils.html#GnomeVFSMimeEquivalence"/>
482
 
    <keyword type="function" name="gnome_vfs_mime_type_get_equivalence ()" link="gnome-vfs-20-gnome-vfs-mime-utils.html#gnome-vfs-mime-type-get-equivalence"/>
483
 
    <keyword type="function" name="gnome_vfs_mime_type_is_equal ()" link="gnome-vfs-20-gnome-vfs-mime-utils.html#gnome-vfs-mime-type-is-equal"/>
484
 
    <keyword type="function" name="gnome_vfs_get_mime_type_for_name ()" link="gnome-vfs-20-gnome-vfs-mime-utils.html#gnome-vfs-get-mime-type-for-name" since="2.14"/>
485
 
    <keyword type="function" name="gnome_vfs_get_mime_type_for_data ()" link="gnome-vfs-20-gnome-vfs-mime-utils.html#gnome-vfs-get-mime-type-for-data"/>
486
 
    <keyword type="function" name="gnome_vfs_get_mime_type_for_name_and_data ()" link="gnome-vfs-20-gnome-vfs-mime-utils.html#gnome-vfs-get-mime-type-for-name-and-data" since="2.14"/>
487
 
    <keyword type="function" name="gnome_vfs_get_mime_type ()" link="gnome-vfs-20-gnome-vfs-mime-utils.html#gnome-vfs-get-mime-type"/>
488
 
    <keyword type="function" name="gnome_vfs_get_slow_mime_type ()" link="gnome-vfs-20-gnome-vfs-mime-utils.html#gnome-vfs-get-slow-mime-type" since="2.14"/>
489
 
    <keyword type="struct" name="GnomeVFSMimeApplication" link="gnome-vfs-20-gnome-vfs-mime-database.html#GnomeVFSMimeApplication"/>
490
 
    <keyword type="function" name="gnome_vfs_mime_get_default_application ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-default-application"/>
491
 
    <keyword type="function" name="gnome_vfs_mime_get_default_application_for_uri ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-default-application-for-uri"/>
492
 
    <keyword type="function" name="gnome_vfs_mime_get_all_applications ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-all-applications"/>
493
 
    <keyword type="function" name="gnome_vfs_mime_get_all_applications_for_uri ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-all-applications-for-uri" since="2.10"/>
494
 
    <keyword type="function" name="gnome_vfs_mime_get_all_desktop_entries ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-all-desktop-entries" deprecated=""/>
495
 
    <keyword type="function" name="gnome_vfs_mime_get_default_desktop_entry ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-default-desktop-entry" deprecated=""/>
496
 
    <keyword type="function" name="gnome_vfs_mime_get_default_component ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-default-component" deprecated=""/>
497
 
    <keyword type="function" name="gnome_vfs_mime_get_all_components ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-all-components" deprecated=""/>
498
 
    <keyword type="function" name="gnome_vfs_mime_get_icon ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-icon" deprecated="Use gnome_icon_lookup() function in libgnomeui instead."/>
499
 
    <keyword type="function" name="gnome_vfs_mime_get_description ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-description"/>
500
 
    <keyword type="function" name="gnome_vfs_mime_can_be_executable ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-can-be-executable"/>
501
 
    <keyword type="function" name="gnome_vfs_mime_application_new_from_desktop_id ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-new-from-desktop-id" since="2.10"/>
502
 
    <keyword type="function" name="gnome_vfs_mime_application_launch ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-launch" since="2.4"/>
503
 
    <keyword type="function" name="gnome_vfs_mime_application_launch_with_env ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-launch-with-env" since="2.4"/>
504
 
    <keyword type="function" name="gnome_vfs_mime_application_get_desktop_id ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-get-desktop-id" since="2.10"/>
505
 
    <keyword type="function" name="gnome_vfs_mime_application_get_desktop_file_path ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-get-desktop-file-path" since="2.10"/>
506
 
    <keyword type="function" name="gnome_vfs_mime_application_get_name ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-get-name" since="2.10"/>
507
 
    <keyword type="function" name="gnome_vfs_mime_application_get_generic_name ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-get-generic-name" since="2.10"/>
508
 
    <keyword type="function" name="gnome_vfs_mime_application_get_icon ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-get-icon" since="2.10"/>
509
 
    <keyword type="function" name="gnome_vfs_mime_application_get_exec ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-get-exec" since="2.10"/>
510
 
    <keyword type="function" name="gnome_vfs_mime_application_get_binary_name ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-get-binary-name" since="2.10"/>
511
 
    <keyword type="function" name="gnome_vfs_mime_application_requires_terminal ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-requires-terminal" since="2.10"/>
512
 
    <keyword type="function" name="gnome_vfs_mime_application_supports_uris ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-supports-uris" since="2.10"/>
513
 
    <keyword type="function" name="gnome_vfs_mime_application_supports_startup_notification ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-supports-startup-notification" since="2.10"/>
514
 
    <keyword type="function" name="gnome_vfs_mime_application_get_startup_wm_class ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-get-startup-wm-class" since="2.10"/>
515
 
    <keyword type="function" name="gnome_vfs_mime_application_equal ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-equal" since="2.10"/>
516
 
    <keyword type="function" name="gnome_vfs_mime_application_copy ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-copy"/>
517
 
    <keyword type="function" name="gnome_vfs_mime_application_free ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-free"/>
518
 
    <keyword type="function" name="gnome_vfs_mime_application_list_free ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-list-free"/>
519
 
    <keyword type="function" name="gnome_vfs_mime_component_list_free ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-component-list-free" deprecated=""/>
520
 
    <keyword type="struct" name="GnomeVFSMIMEMonitor" link="gnome-vfs-20-gnome-vfs-mime-monitor.html#GnomeVFSMIMEMonitor"/>
521
 
    <keyword type="function" name="gnome_vfs_mime_monitor_get ()" link="gnome-vfs-20-gnome-vfs-mime-monitor.html#gnome-vfs-mime-monitor-get"/>
522
 
    <keyword type="enum" name="enum GnomeVFSMimeActionType" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#GnomeVFSMimeActionType" deprecated=""/>
523
 
    <keyword type="enum" name="enum GnomeVFSMimeApplicationArgumentType" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#GnomeVFSMimeApplicationArgumentType"/>
524
 
    <keyword type="struct" name="GnomeVFSMimeAction" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#GnomeVFSMimeAction" deprecated=""/>
525
 
    <keyword type="function" name="gnome_vfs_mime_get_default_action_type ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-get-default-action-type" deprecated=""/>
526
 
    <keyword type="function" name="gnome_vfs_mime_get_default_action ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-get-default-action" deprecated="Use gnome_vfs_mime_get_default_application() instead."/>
527
 
    <keyword type="function" name="gnome_vfs_mime_get_short_list_applications ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-get-short-list-applications" deprecated="Use gnome_vfs_mime_get_all_applications() instead."/>
528
 
    <keyword type="function" name="gnome_vfs_mime_get_short_list_components ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-get-short-list-components" deprecated=""/>
529
 
    <keyword type="function" name="gnome_vfs_mime_set_default_action_type ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-default-action-type" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
530
 
    <keyword type="function" name="gnome_vfs_mime_set_icon ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-icon" deprecated=""/>
531
 
    <keyword type="function" name="gnome_vfs_mime_set_description ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-description" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
532
 
    <keyword type="function" name="gnome_vfs_mime_set_can_be_executable ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-can-be-executable" deprecated=""/>
533
 
    <keyword type="function" name="gnome_vfs_mime_set_short_list_applications ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-short-list-applications" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
534
 
    <keyword type="function" name="gnome_vfs_mime_set_short_list_components ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-short-list-components" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
535
 
    <keyword type="function" name="gnome_vfs_mime_add_application_to_short_list ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-add-application-to-short-list" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
536
 
    <keyword type="function" name="gnome_vfs_mime_remove_application_from_short_list ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-remove-application-from-short-list" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
537
 
    <keyword type="function" name="gnome_vfs_mime_add_component_to_short_list ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-add-component-to-short-list" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
538
 
    <keyword type="function" name="gnome_vfs_mime_remove_component_from_short_list ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-remove-component-from-short-list" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
539
 
    <keyword type="function" name="gnome_vfs_mime_set_default_application ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-default-application" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
540
 
    <keyword type="function" name="gnome_vfs_mime_set_default_component ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-default-component" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
541
 
    <keyword type="function" name="gnome_vfs_mime_add_extension ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-add-extension" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
542
 
    <keyword type="function" name="gnome_vfs_mime_remove_extension ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-remove-extension" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
543
 
    <keyword type="function" name="gnome_vfs_mime_extend_all_applications ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-extend-all-applications" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
544
 
    <keyword type="function" name="gnome_vfs_mime_remove_from_all_applications ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-remove-from-all-applications" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
545
 
    <keyword type="function" name="gnome_vfs_mime_application_new_from_id ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-application-new-from-id" deprecated=""/>
546
 
    <keyword type="function" name="gnome_vfs_mime_action_launch ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-action-launch" deprecated="" since="2.4"/>
547
 
    <keyword type="function" name="gnome_vfs_mime_action_launch_with_env ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-action-launch-with-env" deprecated="" since="2.4"/>
548
 
    <keyword type="function" name="gnome_vfs_mime_action_free ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-action-free" deprecated=""/>
549
 
    <keyword type="function" name="gnome_vfs_mime_id_in_application_list ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-id-in-application-list" deprecated=""/>
550
 
    <keyword type="function" name="gnome_vfs_mime_id_in_component_list ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-id-in-component-list" deprecated=""/>
551
 
    <keyword type="function" name="gnome_vfs_mime_remove_application_from_list ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-remove-application-from-list" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
552
 
    <keyword type="function" name="gnome_vfs_mime_remove_component_from_list ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-remove-component-from-list" deprecated=""/>
553
 
    <keyword type="function" name="gnome_vfs_mime_id_list_from_component_list ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-id-list-from-component-list" deprecated=""/>
554
 
    <keyword type="function" name="gnome_vfs_mime_id_list_from_application_list ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-id-list-from-application-list" deprecated=""/>
555
 
    <keyword type="function" name="gnome_vfs_mime_freeze ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-freeze"/>
556
 
    <keyword type="function" name="gnome_vfs_mime_thaw ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-thaw"/>
557
 
    <keyword type="function" name="gnome_vfs_mime_info_reload ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-info-reload"/>
558
 
    <keyword type="function" name="gnome_vfs_mime_type_is_known ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-type-is-known"/>
559
 
    <keyword type="function" name="gnome_vfs_mime_get_value ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-get-value"/>
560
 
    <keyword type="function" name="gnome_vfs_mime_set_value ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-value" deprecated=""/>
561
 
    <keyword type="function" name="gnome_vfs_mime_get_key_list ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-get-key-list" deprecated=""/>
562
 
    <keyword type="function" name="gnome_vfs_mime_keys_list_free ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-keys-list-free" deprecated=""/>
563
 
    <keyword type="function" name="gnome_vfs_mime_get_extensions_list ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-get-extensions-list"/>
564
 
    <keyword type="function" name="gnome_vfs_mime_extensions_list_free ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-extensions-list-free"/>
565
 
    <keyword type="function" name="gnome_vfs_mime_get_extensions_string ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-get-extensions-string" deprecated=""/>
566
 
    <keyword type="function" name="gnome_vfs_mime_get_extensions_pretty_string ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-get-extensions-pretty-string" deprecated=""/>
567
 
    <keyword type="function" name="gnome_vfs_get_registered_mime_types ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-get-registered-mime-types" deprecated=""/>
568
 
    <keyword type="function" name="gnome_vfs_mime_registered_mime_type_list_free ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-registered-mime-type-list-free" deprecated=""/>
569
 
    <keyword type="function" name="gnome_vfs_mime_set_registered_type_key ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-registered-type-key"/>
570
 
    <keyword type="function" name="gnome_vfs_mime_set_extensions_list ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-extensions-list" deprecated=""/>
571
 
    <keyword type="function" name="gnome_vfs_mime_registered_mime_type_delete ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-registered-mime-type-delete" deprecated=""/>
572
 
    <keyword type="function" name="gnome_vfs_mime_reset ()" link="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-reset" deprecated=""/>
573
 
    <keyword type="macro" name="GNOME_VFS_APPLICATION_REGISTRY_COMMAND" link="gnome-vfs-20-gnome-vfs-application-registry.html#GNOME-VFS-APPLICATION-REGISTRY-COMMAND--CAPS" deprecated=""/>
574
 
    <keyword type="macro" name="GNOME_VFS_APPLICATION_REGISTRY_NAME" link="gnome-vfs-20-gnome-vfs-application-registry.html#GNOME-VFS-APPLICATION-REGISTRY-NAME--CAPS" deprecated=""/>
575
 
    <keyword type="macro" name="GNOME_VFS_APPLICATION_REGISTRY_CAN_OPEN_MULTIPLE_FILES" link="gnome-vfs-20-gnome-vfs-application-registry.html#GNOME-VFS-APPLICATION-REGISTRY-CAN-OPEN-MULTIPLE-FILES--CAPS" deprecated=""/>
576
 
    <keyword type="macro" name="GNOME_VFS_APPLICATION_REGISTRY_REQUIRES_TERMINAL" link="gnome-vfs-20-gnome-vfs-application-registry.html#GNOME-VFS-APPLICATION-REGISTRY-REQUIRES-TERMINAL--CAPS" deprecated=""/>
577
 
    <keyword type="function" name="gnome_vfs_application_registry_exists ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-exists" deprecated=""/>
578
 
    <keyword type="function" name="gnome_vfs_application_registry_get_keys ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-get-keys" deprecated=""/>
579
 
    <keyword type="function" name="gnome_vfs_application_registry_peek_value ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-peek-value" deprecated=""/>
580
 
    <keyword type="function" name="gnome_vfs_application_registry_get_bool_value ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-get-bool-value" deprecated=""/>
581
 
    <keyword type="function" name="gnome_vfs_application_registry_remove_application ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-remove-application" deprecated=""/>
582
 
    <keyword type="function" name="gnome_vfs_application_registry_set_value ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-set-value" deprecated=""/>
583
 
    <keyword type="function" name="gnome_vfs_application_registry_set_bool_value ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-set-bool-value" deprecated=""/>
584
 
    <keyword type="function" name="gnome_vfs_application_registry_unset_key ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-unset-key" deprecated=""/>
585
 
    <keyword type="function" name="gnome_vfs_application_registry_get_applications ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-get-applications" deprecated=""/>
586
 
    <keyword type="function" name="gnome_vfs_application_registry_get_mime_types ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-get-mime-types" deprecated=""/>
587
 
    <keyword type="function" name="gnome_vfs_application_registry_supports_mime_type ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-supports-mime-type" deprecated=""/>
588
 
    <keyword type="function" name="gnome_vfs_application_registry_supports_uri_scheme ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-supports-uri-scheme" deprecated=""/>
589
 
    <keyword type="function" name="gnome_vfs_application_is_user_owned_application ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-is-user-owned-application" deprecated=""/>
590
 
    <keyword type="function" name="gnome_vfs_application_registry_clear_mime_types ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-clear-mime-types" deprecated=""/>
591
 
    <keyword type="function" name="gnome_vfs_application_registry_add_mime_type ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-add-mime-type" deprecated=""/>
592
 
    <keyword type="function" name="gnome_vfs_application_registry_remove_mime_type ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-remove-mime-type" deprecated=""/>
593
 
    <keyword type="function" name="gnome_vfs_application_registry_sync ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-sync" deprecated=""/>
594
 
    <keyword type="function" name="gnome_vfs_application_registry_shutdown ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-shutdown" deprecated=""/>
595
 
    <keyword type="function" name="gnome_vfs_application_registry_reload ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-reload" deprecated=""/>
596
 
    <keyword type="function" name="gnome_vfs_application_registry_get_mime_application ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-get-mime-application" deprecated=""/>
597
 
    <keyword type="function" name="gnome_vfs_application_registry_save_mime_application ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-save-mime-application" deprecated=""/>
 
72
    <keyword type="function" name="gnome_vfs_init ()" link="gnome-vfs-2.0-gnome-vfs-init.html#gnome-vfs-init"/>
 
73
    <keyword type="function" name="gnome_vfs_initialized ()" link="gnome-vfs-2.0-gnome-vfs-init.html#gnome-vfs-initialized"/>
 
74
    <keyword type="function" name="gnome_vfs_shutdown ()" link="gnome-vfs-2.0-gnome-vfs-init.html#gnome-vfs-shutdown"/>
 
75
    <keyword type="function" name="gnome_vfs_loadinit ()" link="gnome-vfs-2.0-gnome-vfs-init.html#gnome-vfs-loadinit" deprecated=""/>
 
76
    <keyword type="function" name="gnome_vfs_preinit ()" link="gnome-vfs-2.0-gnome-vfs-init.html#gnome-vfs-preinit" deprecated=""/>
 
77
    <keyword type="function" name="gnome_vfs_postinit ()" link="gnome-vfs-2.0-gnome-vfs-init.html#gnome-vfs-postinit" deprecated=""/>
 
78
    <keyword type="enum" name="enum GnomeVFSResult" link="gnome-vfs-2.0-gnome-vfs-result.html#GnomeVFSResult"/>
 
79
    <keyword type="function" name="gnome_vfs_result_to_string ()" link="gnome-vfs-2.0-gnome-vfs-result.html#gnome-vfs-result-to-string"/>
 
80
    <keyword type="function" name="gnome_vfs_result_from_errno_code ()" link="gnome-vfs-2.0-gnome-vfs-result.html#gnome-vfs-result-from-errno-code"/>
 
81
    <keyword type="function" name="gnome_vfs_result_from_errno ()" link="gnome-vfs-2.0-gnome-vfs-result.html#gnome-vfs-result-from-errno"/>
 
82
    <keyword type="function" name="gnome_vfs_result_from_h_errno ()" link="gnome-vfs-2.0-gnome-vfs-result.html#gnome-vfs-result-from-h-errno"/>
 
83
    <keyword type="function" name="gnome_vfs_result_from_h_errno_val ()" link="gnome-vfs-2.0-gnome-vfs-result.html#gnome-vfs-result-from-h-errno-val"/>
 
84
    <keyword type="struct" name="GnomeVFSURI" link="gnome-vfs-2.0-gnome-vfs-uri.html#GnomeVFSURI"/>
 
85
    <keyword type="struct" name="GnomeVFSToplevelURI" link="gnome-vfs-2.0-gnome-vfs-uri.html#GnomeVFSToplevelURI"/>
 
86
    <keyword type="enum" name="enum GnomeVFSURIHideOptions" link="gnome-vfs-2.0-gnome-vfs-uri.html#GnomeVFSURIHideOptions"/>
 
87
    <keyword type="macro" name="GNOME_VFS_URI_MAGIC_CHR" link="gnome-vfs-2.0-gnome-vfs-uri.html#GNOME-VFS-URI-MAGIC-CHR:CAPS"/>
 
88
    <keyword type="macro" name="GNOME_VFS_URI_MAGIC_STR" link="gnome-vfs-2.0-gnome-vfs-uri.html#GNOME-VFS-URI-MAGIC-STR:CAPS"/>
 
89
    <keyword type="macro" name="GNOME_VFS_URI_PATH_CHR" link="gnome-vfs-2.0-gnome-vfs-uri.html#GNOME-VFS-URI-PATH-CHR:CAPS"/>
 
90
    <keyword type="macro" name="GNOME_VFS_URI_PATH_STR" link="gnome-vfs-2.0-gnome-vfs-uri.html#GNOME-VFS-URI-PATH-STR:CAPS"/>
 
91
    <keyword type="function" name="gnome_vfs_uri_new ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-new"/>
 
92
    <keyword type="function" name="gnome_vfs_uri_resolve_relative ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-resolve-relative"/>
 
93
    <keyword type="function" name="gnome_vfs_uri_resolve_symbolic_link ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-resolve-symbolic-link" since="2.16"/>
 
94
    <keyword type="function" name="gnome_vfs_uri_ref ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-ref"/>
 
95
    <keyword type="function" name="gnome_vfs_uri_unref ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-unref"/>
 
96
    <keyword type="function" name="gnome_vfs_uri_append_string ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-append-string"/>
 
97
    <keyword type="function" name="gnome_vfs_uri_append_path ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-append-path"/>
 
98
    <keyword type="function" name="gnome_vfs_uri_append_file_name ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-append-file-name"/>
 
99
    <keyword type="function" name="gnome_vfs_uri_to_string ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-to-string"/>
 
100
    <keyword type="function" name="gnome_vfs_uri_dup ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-dup"/>
 
101
    <keyword type="function" name="gnome_vfs_uri_is_local ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-is-local"/>
 
102
    <keyword type="function" name="gnome_vfs_uri_has_parent ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-has-parent"/>
 
103
    <keyword type="function" name="gnome_vfs_uri_get_parent ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-get-parent"/>
 
104
    <keyword type="function" name="gnome_vfs_uri_get_toplevel ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-get-toplevel"/>
 
105
    <keyword type="function" name="gnome_vfs_uri_get_host_name ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-get-host-name"/>
 
106
    <keyword type="function" name="gnome_vfs_uri_get_scheme ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-get-scheme"/>
 
107
    <keyword type="function" name="gnome_vfs_uri_get_host_port ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-get-host-port"/>
 
108
    <keyword type="function" name="gnome_vfs_uri_get_user_name ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-get-user-name"/>
 
109
    <keyword type="function" name="gnome_vfs_uri_get_password ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-get-password"/>
 
110
    <keyword type="function" name="gnome_vfs_uri_set_host_name ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-set-host-name"/>
 
111
    <keyword type="function" name="gnome_vfs_uri_set_host_port ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-set-host-port"/>
 
112
    <keyword type="function" name="gnome_vfs_uri_set_user_name ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-set-user-name"/>
 
113
    <keyword type="function" name="gnome_vfs_uri_set_password ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-set-password"/>
 
114
    <keyword type="function" name="gnome_vfs_uri_equal ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-equal"/>
 
115
    <keyword type="function" name="gnome_vfs_uri_is_parent ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-is-parent"/>
 
116
    <keyword type="function" name="gnome_vfs_uri_get_path ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-get-path"/>
 
117
    <keyword type="function" name="gnome_vfs_uri_get_fragment_identifier ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-get-fragment-identifier"/>
 
118
    <keyword type="function" name="gnome_vfs_uri_extract_dirname ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-extract-dirname"/>
 
119
    <keyword type="function" name="gnome_vfs_uri_extract_short_name ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-extract-short-name"/>
 
120
    <keyword type="function" name="gnome_vfs_uri_extract_short_path_name ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-extract-short-path-name"/>
 
121
    <keyword type="function" name="gnome_vfs_uri_hequal ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-hequal"/>
 
122
    <keyword type="function" name="gnome_vfs_uri_hash ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-hash"/>
 
123
    <keyword type="function" name="gnome_vfs_uri_list_parse ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-list-parse"/>
 
124
    <keyword type="function" name="gnome_vfs_uri_list_ref ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-list-ref"/>
 
125
    <keyword type="function" name="gnome_vfs_uri_list_unref ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-list-unref"/>
 
126
    <keyword type="function" name="gnome_vfs_uri_list_copy ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-list-copy"/>
 
127
    <keyword type="function" name="gnome_vfs_uri_list_free ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-list-free"/>
 
128
    <keyword type="function" name="gnome_vfs_uri_make_full_from_relative ()" link="gnome-vfs-2.0-gnome-vfs-uri.html#gnome-vfs-uri-make-full-from-relative"/>
 
129
    <keyword type="enum" name="enum GnomeVFSMakeURIDirs" link="gnome-vfs-2.0-gnome-vfs-utils.html#GnomeVFSMakeURIDirs"/>
 
130
    <keyword type="function" name="gnome_vfs_format_file_size_for_display ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-format-file-size-for-display"/>
 
131
    <keyword type="function" name="gnome_vfs_format_uri_for_display ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-format-uri-for-display" since="2.2"/>
 
132
    <keyword type="function" name="gnome_vfs_url_show ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-url-show" since="2.4"/>
 
133
    <keyword type="function" name="gnome_vfs_url_show_with_env ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-url-show-with-env" since="2.4"/>
 
134
    <keyword type="function" name="gnome_vfs_escape_string ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-escape-string"/>
 
135
    <keyword type="function" name="gnome_vfs_escape_path_string ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-escape-path-string"/>
 
136
    <keyword type="function" name="gnome_vfs_escape_host_and_path_string ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-escape-host-and-path-string"/>
 
137
    <keyword type="function" name="gnome_vfs_escape_slashes ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-escape-slashes"/>
 
138
    <keyword type="function" name="gnome_vfs_escape_set ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-escape-set"/>
 
139
    <keyword type="function" name="gnome_vfs_unescape_string ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-unescape-string"/>
 
140
    <keyword type="function" name="gnome_vfs_make_uri_canonical ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-make-uri-canonical" since="2.2"/>
 
141
    <keyword type="function" name="gnome_vfs_make_uri_canonical_strip_fragment ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-make-uri-canonical-strip-fragment" since="2.2"/>
 
142
    <keyword type="function" name="gnome_vfs_make_path_name_canonical ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-make-path-name-canonical"/>
 
143
    <keyword type="function" name="gnome_vfs_make_uri_from_input ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-make-uri-from-input" since="2.2"/>
 
144
    <keyword type="function" name="gnome_vfs_make_uri_from_input_with_dirs ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-make-uri-from-input-with-dirs" since="2.4"/>
 
145
    <keyword type="function" name="gnome_vfs_make_uri_from_shell_arg ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-make-uri-from-shell-arg" since="2.2"/>
 
146
    <keyword type="function" name="gnome_vfs_make_uri_full_from_relative ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-make-uri-full-from-relative" deprecated="" since="2.2"/>
 
147
    <keyword type="function" name="gnome_vfs_expand_initial_tilde ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-expand-initial-tilde"/>
 
148
    <keyword type="function" name="gnome_vfs_unescape_string_for_display ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-unescape-string-for-display"/>
 
149
    <keyword type="function" name="gnome_vfs_get_local_path_from_uri ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-get-local-path-from-uri"/>
 
150
    <keyword type="function" name="gnome_vfs_get_uri_from_local_path ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-get-uri-from-local-path"/>
 
151
    <keyword type="function" name="gnome_vfs_is_executable_command_string ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-is-executable-command-string"/>
 
152
    <keyword type="function" name="gnome_vfs_list_deep_free ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-list-deep-free"/>
 
153
    <keyword type="function" name="gnome_vfs_get_volume_free_space ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-get-volume-free-space"/>
 
154
    <keyword type="function" name="gnome_vfs_icon_path_from_filename ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-icon-path-from-filename"/>
 
155
    <keyword type="function" name="gnome_vfs_is_primary_thread ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-is-primary-thread"/>
 
156
    <keyword type="function" name="gnome_vfs_get_uri_scheme ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-get-uri-scheme" since="2.2"/>
 
157
    <keyword type="function" name="gnome_vfs_uris_match ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-uris-match" since="2.2"/>
 
158
    <keyword type="macro" name="GNOME_VFS_ASSERT_PRIMARY_THREAD" link="gnome-vfs-2.0-gnome-vfs-utils.html#GNOME-VFS-ASSERT-PRIMARY-THREAD:CAPS"/>
 
159
    <keyword type="macro" name="GNOME_VFS_ASSERT_SECONDARY_THREAD" link="gnome-vfs-2.0-gnome-vfs-utils.html#GNOME-VFS-ASSERT-SECONDARY-THREAD:CAPS"/>
 
160
    <keyword type="function" name="gnome_vfs_open_fd ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-open-fd"/>
 
161
    <keyword type="function" name="gnome_vfs_read_entire_file ()" link="gnome-vfs-2.0-gnome-vfs-utils.html#gnome-vfs-read-entire-file" since="2.2"/>
 
162
    <keyword type="enum" name="enum GnomeVFSFileFlags" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GnomeVFSFileFlags"/>
 
163
    <keyword type="enum" name="enum GnomeVFSFileType" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GnomeVFSFileType"/>
 
164
    <keyword type="enum" name="enum GnomeVFSFileInfoFields" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GnomeVFSFileInfoFields"/>
 
165
    <keyword type="enum" name="enum GnomeVFSFilePermissions" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GnomeVFSFilePermissions"/>
 
166
    <keyword type="enum" name="enum GnomeVFSFileInfoOptions" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GnomeVFSFileInfoOptions"/>
 
167
    <keyword type="enum" name="enum GnomeVFSSetFileInfoMask" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GnomeVFSSetFileInfoMask"/>
 
168
    <keyword type="struct" name="GnomeVFSGetFileInfoResult" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GnomeVFSGetFileInfoResult"/>
 
169
    <keyword type="typedef" name="GnomeVFSInodeNumber" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GnomeVFSInodeNumber"/>
 
170
    <keyword type="struct" name="GnomeVFSFileInfo" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GnomeVFSFileInfo"/>
 
171
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_SYMLINK()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SYMLINK:CAPS"/>
 
172
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_SET_SYMLINK()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SET-SYMLINK:CAPS"/>
 
173
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_LOCAL()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-LOCAL:CAPS"/>
 
174
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_SET_LOCAL()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SET-LOCAL:CAPS"/>
 
175
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_SUID()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SUID:CAPS"/>
 
176
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_SGID()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SGID:CAPS"/>
 
177
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_STICKY()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-STICKY:CAPS"/>
 
178
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_SET_SUID()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SET-SUID:CAPS"/>
 
179
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_SET_SGID()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SET-SGID:CAPS"/>
 
180
    <keyword type="macro" name="GNOME_VFS_FILE_INFO_SET_STICKY()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SET-STICKY:CAPS"/>
 
181
    <keyword type="function" name="gnome_vfs_file_info_new ()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#gnome-vfs-file-info-new"/>
 
182
    <keyword type="function" name="gnome_vfs_file_info_unref ()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#gnome-vfs-file-info-unref"/>
 
183
    <keyword type="function" name="gnome_vfs_file_info_ref ()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#gnome-vfs-file-info-ref"/>
 
184
    <keyword type="function" name="gnome_vfs_file_info_clear ()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#gnome-vfs-file-info-clear"/>
 
185
    <keyword type="function" name="gnome_vfs_file_info_get_mime_type ()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#gnome-vfs-file-info-get-mime-type"/>
 
186
    <keyword type="function" name="gnome_vfs_file_info_copy ()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#gnome-vfs-file-info-copy"/>
 
187
    <keyword type="function" name="gnome_vfs_file_info_dup ()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#gnome-vfs-file-info-dup"/>
 
188
    <keyword type="function" name="gnome_vfs_file_info_matches ()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#gnome-vfs-file-info-matches"/>
 
189
    <keyword type="function" name="gnome_vfs_file_info_list_ref ()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#gnome-vfs-file-info-list-ref"/>
 
190
    <keyword type="function" name="gnome_vfs_file_info_list_unref ()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#gnome-vfs-file-info-list-unref"/>
 
191
    <keyword type="function" name="gnome_vfs_file_info_list_copy ()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#gnome-vfs-file-info-list-copy"/>
 
192
    <keyword type="function" name="gnome_vfs_file_info_list_free ()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#gnome-vfs-file-info-list-free"/>
 
193
    <keyword type="function" name="gnome_vfs_get_file_info_result_dup ()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#gnome-vfs-get-file-info-result-dup" since="2.12"/>
 
194
    <keyword type="function" name="gnome_vfs_get_file_info_result_free ()" link="gnome-vfs-2.0-gnome-vfs-file-info.html#gnome-vfs-get-file-info-result-free" since="2.12"/>
 
195
    <keyword type="macro" name="GNOME_VFS_OFFSET_IS_LONG_LONG" link="gnome-vfs-2.0-gnome-vfs-file-size.html#GNOME-VFS-OFFSET-IS-LONG-LONG:CAPS"/>
 
196
    <keyword type="macro" name="GNOME_VFS_SIZE_FORMAT_STR" link="gnome-vfs-2.0-gnome-vfs-file-size.html#GNOME-VFS-SIZE-FORMAT-STR:CAPS"/>
 
197
    <keyword type="macro" name="GNOME_VFS_OFFSET_FORMAT_STR" link="gnome-vfs-2.0-gnome-vfs-file-size.html#GNOME-VFS-OFFSET-FORMAT-STR:CAPS"/>
 
198
    <keyword type="typedef" name="GnomeVFSFileSize" link="gnome-vfs-2.0-gnome-vfs-file-size.html#GnomeVFSFileSize"/>
 
199
    <keyword type="typedef" name="GnomeVFSFileOffset" link="gnome-vfs-2.0-gnome-vfs-file-size.html#GnomeVFSFileOffset"/>
 
200
    <keyword type="enum" name="enum GnomeVFSOpenMode" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#GnomeVFSOpenMode"/>
 
201
    <keyword type="function" name="gnome_vfs_create ()" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#gnome-vfs-create"/>
 
202
    <keyword type="function" name="gnome_vfs_create_uri ()" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#gnome-vfs-create-uri"/>
 
203
    <keyword type="function" name="gnome_vfs_open ()" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#gnome-vfs-open"/>
 
204
    <keyword type="function" name="gnome_vfs_open_uri ()" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#gnome-vfs-open-uri"/>
 
205
    <keyword type="function" name="gnome_vfs_close ()" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#gnome-vfs-close"/>
 
206
    <keyword type="function" name="gnome_vfs_unlink ()" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#gnome-vfs-unlink"/>
 
207
    <keyword type="function" name="gnome_vfs_unlink_from_uri ()" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#gnome-vfs-unlink-from-uri"/>
 
208
    <keyword type="function" name="gnome_vfs_move_uri ()" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#gnome-vfs-move-uri"/>
 
209
    <keyword type="function" name="gnome_vfs_move ()" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#gnome-vfs-move"/>
 
210
    <keyword type="function" name="gnome_vfs_check_same_fs_uris ()" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#gnome-vfs-check-same-fs-uris"/>
 
211
    <keyword type="function" name="gnome_vfs_check_same_fs ()" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#gnome-vfs-check-same-fs"/>
 
212
    <keyword type="function" name="gnome_vfs_uri_exists ()" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#gnome-vfs-uri-exists"/>
 
213
    <keyword type="function" name="gnome_vfs_create_symbolic_link ()" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#gnome-vfs-create-symbolic-link"/>
 
214
    <keyword type="enum" name="enum GnomeVFSSeekPosition" link="gnome-vfs-2.0-gnome-vfs-file-rw-ops.html#GnomeVFSSeekPosition"/>
 
215
    <keyword type="function" name="gnome_vfs_read ()" link="gnome-vfs-2.0-gnome-vfs-file-rw-ops.html#gnome-vfs-read"/>
 
216
    <keyword type="function" name="gnome_vfs_write ()" link="gnome-vfs-2.0-gnome-vfs-file-rw-ops.html#gnome-vfs-write"/>
 
217
    <keyword type="function" name="gnome_vfs_seek ()" link="gnome-vfs-2.0-gnome-vfs-file-rw-ops.html#gnome-vfs-seek"/>
 
218
    <keyword type="function" name="gnome_vfs_tell ()" link="gnome-vfs-2.0-gnome-vfs-file-rw-ops.html#gnome-vfs-tell"/>
 
219
    <keyword type="function" name="gnome_vfs_forget_cache ()" link="gnome-vfs-2.0-gnome-vfs-file-rw-ops.html#gnome-vfs-forget-cache" since="2.12"/>
 
220
    <keyword type="function" name="gnome_vfs_truncate ()" link="gnome-vfs-2.0-gnome-vfs-file-trunc-ops.html#gnome-vfs-truncate"/>
 
221
    <keyword type="function" name="gnome_vfs_truncate_uri ()" link="gnome-vfs-2.0-gnome-vfs-file-trunc-ops.html#gnome-vfs-truncate-uri"/>
 
222
    <keyword type="function" name="gnome_vfs_truncate_handle ()" link="gnome-vfs-2.0-gnome-vfs-file-trunc-ops.html#gnome-vfs-truncate-handle"/>
 
223
    <keyword type="function" name="gnome_vfs_get_file_info ()" link="gnome-vfs-2.0-gnome-vfs-file-info-ops.html#gnome-vfs-get-file-info"/>
 
224
    <keyword type="function" name="gnome_vfs_get_file_info_uri ()" link="gnome-vfs-2.0-gnome-vfs-file-info-ops.html#gnome-vfs-get-file-info-uri"/>
 
225
    <keyword type="function" name="gnome_vfs_get_file_info_from_handle ()" link="gnome-vfs-2.0-gnome-vfs-file-info-ops.html#gnome-vfs-get-file-info-from-handle"/>
 
226
    <keyword type="function" name="gnome_vfs_set_file_info_uri ()" link="gnome-vfs-2.0-gnome-vfs-file-info-ops.html#gnome-vfs-set-file-info-uri"/>
 
227
    <keyword type="function" name="gnome_vfs_set_file_info ()" link="gnome-vfs-2.0-gnome-vfs-file-info-ops.html#gnome-vfs-set-file-info"/>
 
228
    <keyword type="function" name="gnome_vfs_make_directory ()" link="gnome-vfs-2.0-gnome-vfs-directory-basic-ops.html#gnome-vfs-make-directory"/>
 
229
    <keyword type="function" name="gnome_vfs_make_directory_for_uri ()" link="gnome-vfs-2.0-gnome-vfs-directory-basic-ops.html#gnome-vfs-make-directory-for-uri"/>
 
230
    <keyword type="function" name="gnome_vfs_remove_directory ()" link="gnome-vfs-2.0-gnome-vfs-directory-basic-ops.html#gnome-vfs-remove-directory"/>
 
231
    <keyword type="function" name="gnome_vfs_remove_directory_from_uri ()" link="gnome-vfs-2.0-gnome-vfs-directory-basic-ops.html#gnome-vfs-remove-directory-from-uri"/>
 
232
    <keyword type="typedef" name="GnomeVFSDirectoryHandle" link="gnome-vfs-2.0-gnome-vfs-directory-list-ops.html#GnomeVFSDirectoryHandle"/>
 
233
    <keyword type="enum" name="enum GnomeVFSDirectoryVisitOptions" link="gnome-vfs-2.0-gnome-vfs-directory-list-ops.html#GnomeVFSDirectoryVisitOptions"/>
 
234
    <keyword type="function" name="GnomeVFSDirectoryVisitFunc ()" link="gnome-vfs-2.0-gnome-vfs-directory-list-ops.html#GnomeVFSDirectoryVisitFunc"/>
 
235
    <keyword type="function" name="gnome_vfs_directory_open ()" link="gnome-vfs-2.0-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-open"/>
 
236
    <keyword type="function" name="gnome_vfs_directory_open_from_uri ()" link="gnome-vfs-2.0-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-open-from-uri"/>
 
237
    <keyword type="function" name="gnome_vfs_directory_read_next ()" link="gnome-vfs-2.0-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-read-next"/>
 
238
    <keyword type="function" name="gnome_vfs_directory_close ()" link="gnome-vfs-2.0-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-close"/>
 
239
    <keyword type="function" name="gnome_vfs_directory_visit ()" link="gnome-vfs-2.0-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-visit"/>
 
240
    <keyword type="function" name="gnome_vfs_directory_visit_uri ()" link="gnome-vfs-2.0-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-visit-uri"/>
 
241
    <keyword type="function" name="gnome_vfs_directory_visit_files ()" link="gnome-vfs-2.0-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-visit-files"/>
 
242
    <keyword type="function" name="gnome_vfs_directory_visit_files_at_uri ()" link="gnome-vfs-2.0-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-visit-files-at-uri"/>
 
243
    <keyword type="function" name="gnome_vfs_directory_list_load ()" link="gnome-vfs-2.0-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-list-load"/>
 
244
    <keyword type="enum" name="enum GnomeVFSFindDirectoryKind" link="gnome-vfs-2.0-gnome-vfs-directory-find-ops.html#GnomeVFSFindDirectoryKind"/>
 
245
    <keyword type="function" name="gnome_vfs_find_directory ()" link="gnome-vfs-2.0-gnome-vfs-directory-find-ops.html#gnome-vfs-find-directory"/>
 
246
    <keyword type="enum" name="enum GnomeVFSXferOptions" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GnomeVFSXferOptions"/>
 
247
    <keyword type="enum" name="enum GnomeVFSXferProgressStatus" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GnomeVFSXferProgressStatus"/>
 
248
    <keyword type="enum" name="enum GnomeVFSXferOverwriteMode" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GnomeVFSXferOverwriteMode"/>
 
249
    <keyword type="enum" name="enum GnomeVFSXferOverwriteAction" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GnomeVFSXferOverwriteAction"/>
 
250
    <keyword type="enum" name="enum GnomeVFSXferErrorMode" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GnomeVFSXferErrorMode"/>
 
251
    <keyword type="enum" name="enum GnomeVFSXferErrorAction" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GnomeVFSXferErrorAction"/>
 
252
    <keyword type="enum" name="enum GnomeVFSXferPhase" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GnomeVFSXferPhase"/>
 
253
    <keyword type="struct" name="GnomeVFSXferProgressInfo" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GnomeVFSXferProgressInfo"/>
 
254
    <keyword type="function" name="GnomeVFSXferProgressCallback ()" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GnomeVFSXferProgressCallback"/>
 
255
    <keyword type="function" name="gnome_vfs_xfer_uri_list ()" link="gnome-vfs-2.0-gnome-vfs-xfer.html#gnome-vfs-xfer-uri-list"/>
 
256
    <keyword type="function" name="gnome_vfs_xfer_uri ()" link="gnome-vfs-2.0-gnome-vfs-xfer.html#gnome-vfs-xfer-uri"/>
 
257
    <keyword type="function" name="gnome_vfs_xfer_delete_list ()" link="gnome-vfs-2.0-gnome-vfs-xfer.html#gnome-vfs-xfer-delete-list"/>
 
258
    <keyword type="typedef" name="GnomeVFSMonitorHandle" link="gnome-vfs-2.0-gnome-vfs-monitor.html#GnomeVFSMonitorHandle"/>
 
259
    <keyword type="enum" name="enum GnomeVFSMonitorType" link="gnome-vfs-2.0-gnome-vfs-monitor.html#GnomeVFSMonitorType"/>
 
260
    <keyword type="enum" name="enum GnomeVFSMonitorEventType" link="gnome-vfs-2.0-gnome-vfs-monitor.html#GnomeVFSMonitorEventType"/>
 
261
    <keyword type="function" name="GnomeVFSMonitorCallback ()" link="gnome-vfs-2.0-gnome-vfs-monitor.html#GnomeVFSMonitorCallback"/>
 
262
    <keyword type="function" name="gnome_vfs_monitor_add ()" link="gnome-vfs-2.0-gnome-vfs-monitor.html#gnome-vfs-monitor-add"/>
 
263
    <keyword type="function" name="gnome_vfs_monitor_cancel ()" link="gnome-vfs-2.0-gnome-vfs-monitor.html#gnome-vfs-monitor-cancel"/>
 
264
    <keyword type="function" name="gnome_vfs_monitor_callback ()" link="gnome-vfs-2.0-gnome-vfs-monitor.html#gnome-vfs-monitor-callback"/>
 
265
    <keyword type="function" name="gnome_vfs_file_control ()" link="gnome-vfs-2.0-gnome-vfs-file-advanced-ops.html#gnome-vfs-file-control"/>
 
266
    <keyword type="macro" name="GNOME_VFS_PRIORITY_MIN" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GNOME-VFS-PRIORITY-MIN:CAPS"/>
 
267
    <keyword type="macro" name="GNOME_VFS_PRIORITY_MAX" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GNOME-VFS-PRIORITY-MAX:CAPS"/>
 
268
    <keyword type="macro" name="GNOME_VFS_PRIORITY_DEFAULT" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GNOME-VFS-PRIORITY-DEFAULT:CAPS"/>
 
269
    <keyword type="typedef" name="GnomeVFSAsyncHandle" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSAsyncHandle"/>
 
270
    <keyword type="function" name="GnomeVFSAsyncCallback ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSAsyncCallback"/>
 
271
    <keyword type="function" name="GnomeVFSAsyncOpenCallback ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSAsyncOpenCallback"/>
 
272
    <keyword type="function" name="GnomeVFSAsyncOpenAsChannelCallback ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSAsyncOpenAsChannelCallback" deprecated=""/>
 
273
    <keyword type="function" name="GnomeVFSAsyncCreateCallback ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSAsyncCreateCallback"/>
 
274
    <keyword type="function" name="GnomeVFSAsyncCreateAsChannelCallback ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSAsyncCreateAsChannelCallback" deprecated=""/>
 
275
    <keyword type="function" name="GnomeVFSAsyncCloseCallback ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSAsyncCloseCallback"/>
 
276
    <keyword type="function" name="GnomeVFSAsyncReadCallback ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSAsyncReadCallback"/>
 
277
    <keyword type="function" name="GnomeVFSAsyncWriteCallback ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSAsyncWriteCallback"/>
 
278
    <keyword type="function" name="GnomeVFSAsyncSeekCallback ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSAsyncSeekCallback"/>
 
279
    <keyword type="function" name="GnomeVFSAsyncGetFileInfoCallback ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSAsyncGetFileInfoCallback"/>
 
280
    <keyword type="function" name="GnomeVFSAsyncSetFileInfoCallback ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSAsyncSetFileInfoCallback"/>
 
281
    <keyword type="function" name="GnomeVFSAsyncFileControlCallback ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSAsyncFileControlCallback"/>
 
282
    <keyword type="function" name="GnomeVFSAsyncDirectoryLoadCallback ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSAsyncDirectoryLoadCallback"/>
 
283
    <keyword type="function" name="GnomeVFSAsyncFindDirectoryCallback ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSAsyncFindDirectoryCallback"/>
 
284
    <keyword type="struct" name="GnomeVFSFindDirectoryResult" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSFindDirectoryResult"/>
 
285
    <keyword type="function" name="GnomeVFSAsyncXferProgressCallback ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSAsyncXferProgressCallback"/>
 
286
    <keyword type="typedef" name="GnomeVFSCancellation" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSCancellation"/>
 
287
    <keyword type="typedef" name="GnomeVFSContext" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#GnomeVFSContext"/>
 
288
    <keyword type="function" name="gnome_vfs_async_set_job_limit ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-set-job-limit"/>
 
289
    <keyword type="function" name="gnome_vfs_async_get_job_limit ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-get-job-limit"/>
 
290
    <keyword type="function" name="gnome_vfs_async_cancel ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-cancel"/>
 
291
    <keyword type="function" name="gnome_vfs_async_open ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-open"/>
 
292
    <keyword type="function" name="gnome_vfs_async_open_uri ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-open-uri"/>
 
293
    <keyword type="function" name="gnome_vfs_async_open_as_channel ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-open-as-channel" deprecated=""/>
 
294
    <keyword type="function" name="gnome_vfs_async_open_uri_as_channel ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-open-uri-as-channel" deprecated=""/>
 
295
    <keyword type="function" name="gnome_vfs_async_create ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-create"/>
 
296
    <keyword type="function" name="gnome_vfs_async_create_uri ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-create-uri"/>
 
297
    <keyword type="function" name="gnome_vfs_async_create_symbolic_link ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-create-symbolic-link"/>
 
298
    <keyword type="function" name="gnome_vfs_async_create_as_channel ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-create-as-channel" deprecated=""/>
 
299
    <keyword type="function" name="gnome_vfs_async_create_uri_as_channel ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-create-uri-as-channel" deprecated="" since="2.12"/>
 
300
    <keyword type="function" name="gnome_vfs_async_close ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-close"/>
 
301
    <keyword type="function" name="gnome_vfs_async_read ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-read"/>
 
302
    <keyword type="function" name="gnome_vfs_async_write ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-write"/>
 
303
    <keyword type="function" name="gnome_vfs_async_seek ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-seek"/>
 
304
    <keyword type="function" name="gnome_vfs_async_get_file_info ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-get-file-info"/>
 
305
    <keyword type="function" name="gnome_vfs_async_set_file_info ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-set-file-info"/>
 
306
    <keyword type="function" name="gnome_vfs_async_load_directory ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-load-directory"/>
 
307
    <keyword type="function" name="gnome_vfs_async_load_directory_uri ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-load-directory-uri"/>
 
308
    <keyword type="function" name="gnome_vfs_async_xfer ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-xfer"/>
 
309
    <keyword type="function" name="gnome_vfs_async_find_directory ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-find-directory"/>
 
310
    <keyword type="function" name="gnome_vfs_async_file_control ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-async-file-control" since="2.2"/>
 
311
    <keyword type="function" name="gnome_vfs_find_directory_result_dup ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-find-directory-result-dup" since="2.12"/>
 
312
    <keyword type="function" name="gnome_vfs_find_directory_result_free ()" link="gnome-vfs-2.0-gnome-vfs-async-ops.html#gnome-vfs-find-directory-result-free" since="2.12"/>
 
313
    <keyword type="function" name="gnome_vfs_cancellation_new ()" link="gnome-vfs-2.0-gnome-vfs-cancellation.html#gnome-vfs-cancellation-new"/>
 
314
    <keyword type="function" name="gnome_vfs_cancellation_destroy ()" link="gnome-vfs-2.0-gnome-vfs-cancellation.html#gnome-vfs-cancellation-destroy"/>
 
315
    <keyword type="function" name="gnome_vfs_cancellation_cancel ()" link="gnome-vfs-2.0-gnome-vfs-cancellation.html#gnome-vfs-cancellation-cancel"/>
 
316
    <keyword type="function" name="gnome_vfs_cancellation_check ()" link="gnome-vfs-2.0-gnome-vfs-cancellation.html#gnome-vfs-cancellation-check"/>
 
317
    <keyword type="function" name="gnome_vfs_cancellation_ack ()" link="gnome-vfs-2.0-gnome-vfs-cancellation.html#gnome-vfs-cancellation-ack"/>
 
318
    <keyword type="function" name="gnome_vfs_cancellation_get_fd ()" link="gnome-vfs-2.0-gnome-vfs-cancellation.html#gnome-vfs-cancellation-get-fd"/>
 
319
    <keyword type="macro" name="GNOME_IS_VFS_VOLUME()" link="gnome-vfs-2.0-gnome-vfs-volume.html#GNOME-IS-VFS-VOLUME:CAPS"/>
 
320
    <keyword type="macro" name="GNOME_IS_VFS_VOLUME_CLASS()" link="gnome-vfs-2.0-gnome-vfs-volume.html#GNOME-IS-VFS-VOLUME-CLASS:CAPS"/>
 
321
    <keyword type="macro" name="GNOME_VFS_TYPE_VOLUME" link="gnome-vfs-2.0-gnome-vfs-volume.html#GNOME-VFS-TYPE-VOLUME:CAPS"/>
 
322
    <keyword type="macro" name="GNOME_VFS_VOLUME()" link="gnome-vfs-2.0-gnome-vfs-volume.html#GNOME-VFS-VOLUME:CAPS"/>
 
323
    <keyword type="macro" name="GNOME_VFS_VOLUME_CLASS()" link="gnome-vfs-2.0-gnome-vfs-volume.html#GNOME-VFS-VOLUME-CLASS:CAPS"/>
 
324
    <keyword type="struct" name="GnomeVFSVolume" link="gnome-vfs-2.0-gnome-vfs-volume.html#GnomeVFSVolume-struct"/>
 
325
    <keyword type="struct" name="GnomeVFSVolumeClass" link="gnome-vfs-2.0-gnome-vfs-volume.html#GnomeVFSVolumeClass"/>
 
326
    <keyword type="function" name="GnomeVFSVolumeOpCallback ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#GnomeVFSVolumeOpCallback" since="2.6"/>
 
327
    <keyword type="enum" name="enum GnomeVFSVolumeType" link="gnome-vfs-2.0-gnome-vfs-volume.html#GnomeVFSVolumeType"/>
 
328
    <keyword type="function" name="gnome_vfs_volume_compare ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-compare" since="2.6"/>
 
329
    <keyword type="function" name="gnome_vfs_volume_eject ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-eject" since="2.6"/>
 
330
    <keyword type="function" name="gnome_vfs_volume_get_activation_uri ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-get-activation-uri" since="2.6"/>
 
331
    <keyword type="function" name="gnome_vfs_volume_get_device_path ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-get-device-path" since="2.6"/>
 
332
    <keyword type="function" name="gnome_vfs_volume_get_device_type ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-get-device-type" since="2.6"/>
 
333
    <keyword type="function" name="gnome_vfs_volume_get_display_name ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-get-display-name" since="2.6"/>
 
334
    <keyword type="function" name="gnome_vfs_volume_get_drive ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-get-drive" since="2.6"/>
 
335
    <keyword type="function" name="gnome_vfs_volume_get_filesystem_type ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-get-filesystem-type" since="2.6"/>
 
336
    <keyword type="function" name="gnome_vfs_volume_get_hal_udi ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-get-hal-udi" since="2.6"/>
 
337
    <keyword type="function" name="gnome_vfs_volume_get_icon ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-get-icon" since="2.6"/>
 
338
    <keyword type="function" name="gnome_vfs_volume_get_id ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-get-id" since="2.6"/>
 
339
    <keyword type="function" name="gnome_vfs_volume_get_type ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-get-type"/>
 
340
    <keyword type="function" name="gnome_vfs_volume_get_volume_type ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-get-volume-type" since="2.6"/>
 
341
    <keyword type="function" name="gnome_vfs_volume_handles_trash ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-handles-trash" since="2.6"/>
 
342
    <keyword type="function" name="gnome_vfs_volume_is_mounted ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-is-mounted" since="2.6"/>
 
343
    <keyword type="function" name="gnome_vfs_volume_is_read_only ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-is-read-only" since="2.6"/>
 
344
    <keyword type="function" name="gnome_vfs_volume_is_user_visible ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-is-user-visible" since="2.6"/>
 
345
    <keyword type="function" name="gnome_vfs_volume_ref ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-ref" since="2.6"/>
 
346
    <keyword type="function" name="gnome_vfs_volume_type_get_type ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-type-get-type"/>
 
347
    <keyword type="function" name="gnome_vfs_volume_unmount ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-unmount" since="2.6"/>
 
348
    <keyword type="function" name="gnome_vfs_volume_unref ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-volume-unref" since="2.6"/>
 
349
    <keyword type="function" name="gnome_vfs_connect_to_server ()" link="gnome-vfs-2.0-gnome-vfs-volume.html#gnome-vfs-connect-to-server" since="2.6"/>
 
350
    <keyword type="enum" name="enum GnomeVFSDeviceType" link="gnome-vfs-2.0-gnome-vfs-drive.html#GnomeVFSDeviceType"/>
 
351
    <keyword type="struct" name="GnomeVFSDrive" link="gnome-vfs-2.0-gnome-vfs-drive.html#GnomeVFSDrive-struct"/>
 
352
    <keyword type="struct" name="GnomeVFSDriveClass" link="gnome-vfs-2.0-gnome-vfs-drive.html#GnomeVFSDriveClass"/>
 
353
    <keyword type="macro" name="GNOME_IS_VFS_DRIVE()" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-IS-VFS-DRIVE:CAPS"/>
 
354
    <keyword type="macro" name="GNOME_IS_VFS_DRIVE_CLASS()" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-IS-VFS-DRIVE-CLASS:CAPS"/>
 
355
    <keyword type="macro" name="GNOME_VFS_TYPE_DRIVE" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-TYPE-DRIVE:CAPS"/>
 
356
    <keyword type="macro" name="GNOME_VFS_DRIVE()" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DRIVE:CAPS"/>
 
357
    <keyword type="macro" name="GNOME_VFS_DRIVE_CLASS()" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DRIVE-CLASS:CAPS"/>
 
358
    <keyword type="function" name="gnome_vfs_drive_compare ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-compare" since="2.6"/>
 
359
    <keyword type="function" name="gnome_vfs_drive_eject ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-eject" since="2.6"/>
 
360
    <keyword type="function" name="gnome_vfs_drive_get_activation_uri ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-get-activation-uri" since="2.6"/>
 
361
    <keyword type="function" name="gnome_vfs_drive_get_device_path ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-get-device-path" since="2.6"/>
 
362
    <keyword type="function" name="gnome_vfs_drive_get_device_type ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-get-device-type" since="2.6"/>
 
363
    <keyword type="function" name="gnome_vfs_drive_get_display_name ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-get-display-name" since="2.6"/>
 
364
    <keyword type="function" name="gnome_vfs_drive_get_hal_udi ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-get-hal-udi" since="2.6"/>
 
365
    <keyword type="function" name="gnome_vfs_drive_get_icon ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-get-icon" since="2.6"/>
 
366
    <keyword type="function" name="gnome_vfs_drive_get_id ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-get-id" since="2.6"/>
 
367
    <keyword type="function" name="gnome_vfs_drive_get_mounted_volume ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-get-mounted-volume" deprecated="Use gnome_vfs_drive_get_mounted_volumes() instead." since="2.6"/>
 
368
    <keyword type="function" name="gnome_vfs_drive_get_mounted_volumes ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-get-mounted-volumes" since="2.8"/>
 
369
    <keyword type="function" name="gnome_vfs_drive_volume_list_free ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-volume-list-free" since="2.8"/>
 
370
    <keyword type="function" name="gnome_vfs_drive_get_type ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-get-type"/>
 
371
    <keyword type="function" name="gnome_vfs_drive_is_connected ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-is-connected" since="2.6"/>
 
372
    <keyword type="function" name="gnome_vfs_drive_is_mounted ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-is-mounted" since="2.6"/>
 
373
    <keyword type="function" name="gnome_vfs_drive_is_user_visible ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-is-user-visible" since="2.6"/>
 
374
    <keyword type="function" name="gnome_vfs_drive_mount ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-mount" since="2.6"/>
 
375
    <keyword type="function" name="gnome_vfs_drive_ref ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-ref" since="2.6"/>
 
376
    <keyword type="function" name="gnome_vfs_drive_unmount ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-unmount" since="2.6"/>
 
377
    <keyword type="function" name="gnome_vfs_drive_unref ()" link="gnome-vfs-2.0-gnome-vfs-drive.html#gnome-vfs-drive-unref" since="2.6"/>
 
378
    <keyword type="signal" name="The &quot;volume-mounted&quot; signal" link="gnome-vfs-2.0-gnome-vfs-drive.html#GnomeVFSDrive-volume-mounted"/>
 
379
    <keyword type="signal" name="The &quot;volume-pre-unmount&quot; signal" link="gnome-vfs-2.0-gnome-vfs-drive.html#GnomeVFSDrive-volume-pre-unmount"/>
 
380
    <keyword type="signal" name="The &quot;volume-unmounted&quot; signal" link="gnome-vfs-2.0-gnome-vfs-drive.html#GnomeVFSDrive-volume-unmounted"/>
 
381
    <keyword type="macro" name="GNOME_IS_VFS_VOLUME_MONITOR()" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#GNOME-IS-VFS-VOLUME-MONITOR:CAPS"/>
 
382
    <keyword type="macro" name="GNOME_IS_VFS_VOLUME_MONITOR_CLASS()" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#GNOME-IS-VFS-VOLUME-MONITOR-CLASS:CAPS"/>
 
383
    <keyword type="macro" name="GNOME_VFS_TYPE_VOLUME_MONITOR" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#GNOME-VFS-TYPE-VOLUME-MONITOR:CAPS"/>
 
384
    <keyword type="macro" name="GNOME_VFS_VOLUME_MONITOR()" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#GNOME-VFS-VOLUME-MONITOR:CAPS"/>
 
385
    <keyword type="macro" name="GNOME_VFS_VOLUME_MONITOR_CLASS()" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#GNOME-VFS-VOLUME-MONITOR-CLASS:CAPS"/>
 
386
    <keyword type="struct" name="GnomeVFSVolumeMonitor" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#GnomeVFSVolumeMonitor-struct"/>
 
387
    <keyword type="struct" name="GnomeVFSVolumeMonitorClass" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#GnomeVFSVolumeMonitorClass"/>
 
388
    <keyword type="function" name="gnome_vfs_get_volume_monitor ()" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#gnome-vfs-get-volume-monitor" since="2.6"/>
 
389
    <keyword type="function" name="gnome_vfs_volume_monitor_get_connected_drives ()" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#gnome-vfs-volume-monitor-get-connected-drives" since="2.6"/>
 
390
    <keyword type="function" name="gnome_vfs_volume_monitor_get_drive_by_id ()" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#gnome-vfs-volume-monitor-get-drive-by-id" since="2.6"/>
 
391
    <keyword type="function" name="gnome_vfs_volume_monitor_get_mounted_volumes ()" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#gnome-vfs-volume-monitor-get-mounted-volumes" since="2.6"/>
 
392
    <keyword type="function" name="gnome_vfs_volume_monitor_get_type ()" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#gnome-vfs-volume-monitor-get-type"/>
 
393
    <keyword type="function" name="gnome_vfs_volume_monitor_get_volume_by_id ()" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#gnome-vfs-volume-monitor-get-volume-by-id" since="2.6"/>
 
394
    <keyword type="function" name="gnome_vfs_volume_monitor_get_volume_for_path ()" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#gnome-vfs-volume-monitor-get-volume-for-path" since="2.6"/>
 
395
    <keyword type="function" name="gnome_vfs_volume_monitor_ref ()" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#gnome-vfs-volume-monitor-ref" since="2.6"/>
 
396
    <keyword type="function" name="gnome_vfs_volume_monitor_unref ()" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#gnome-vfs-volume-monitor-unref" since="2.6"/>
 
397
    <keyword type="signal" name="The &quot;drive-connected&quot; signal" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#GnomeVFSVolumeMonitor-drive-connected"/>
 
398
    <keyword type="signal" name="The &quot;drive-disconnected&quot; signal" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#GnomeVFSVolumeMonitor-drive-disconnected"/>
 
399
    <keyword type="signal" name="The &quot;volume-mounted&quot; signal" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#GnomeVFSVolumeMonitor-volume-mounted"/>
 
400
    <keyword type="signal" name="The &quot;volume-pre-unmount&quot; signal" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#GnomeVFSVolumeMonitor-volume-pre-unmount"/>
 
401
    <keyword type="signal" name="The &quot;volume-unmounted&quot; signal" link="gnome-vfs-2.0-gnome-vfs-volume-monitor.html#GnomeVFSVolumeMonitor-volume-unmounted"/>
 
402
    <keyword type="function" name="GnomeVFSDNSSDResolveCallback ()" link="gnome-vfs-2.0-gnome-vfs-dns-sd.html#GnomeVFSDNSSDResolveCallback"/>
 
403
    <keyword type="enum" name="enum GnomeVFSDNSSDServiceStatus" link="gnome-vfs-2.0-gnome-vfs-dns-sd.html#GnomeVFSDNSSDServiceStatus"/>
 
404
    <keyword type="struct" name="GnomeVFSDNSSDService" link="gnome-vfs-2.0-gnome-vfs-dns-sd.html#GnomeVFSDNSSDService"/>
 
405
    <keyword type="function" name="GnomeVFSDNSSDBrowseCallback ()" link="gnome-vfs-2.0-gnome-vfs-dns-sd.html#GnomeVFSDNSSDBrowseCallback"/>
 
406
    <keyword type="function" name="gnome_vfs_dns_sd_browse ()" link="gnome-vfs-2.0-gnome-vfs-dns-sd.html#gnome-vfs-dns-sd-browse"/>
 
407
    <keyword type="function" name="gnome_vfs_dns_sd_stop_browse ()" link="gnome-vfs-2.0-gnome-vfs-dns-sd.html#gnome-vfs-dns-sd-stop-browse"/>
 
408
    <keyword type="function" name="gnome_vfs_dns_sd_resolve ()" link="gnome-vfs-2.0-gnome-vfs-dns-sd.html#gnome-vfs-dns-sd-resolve"/>
 
409
    <keyword type="function" name="gnome_vfs_dns_sd_cancel_resolve ()" link="gnome-vfs-2.0-gnome-vfs-dns-sd.html#gnome-vfs-dns-sd-cancel-resolve"/>
 
410
    <keyword type="function" name="gnome_vfs_dns_sd_browse_sync ()" link="gnome-vfs-2.0-gnome-vfs-dns-sd.html#gnome-vfs-dns-sd-browse-sync"/>
 
411
    <keyword type="function" name="gnome_vfs_dns_sd_resolve_sync ()" link="gnome-vfs-2.0-gnome-vfs-dns-sd.html#gnome-vfs-dns-sd-resolve-sync"/>
 
412
    <keyword type="function" name="gnome_vfs_dns_sd_service_list_free ()" link="gnome-vfs-2.0-gnome-vfs-dns-sd.html#gnome-vfs-dns-sd-service-list-free"/>
 
413
    <keyword type="function" name="gnome_vfs_dns_sd_list_browse_domains_sync ()" link="gnome-vfs-2.0-gnome-vfs-dns-sd.html#gnome-vfs-dns-sd-list-browse-domains-sync"/>
 
414
    <keyword type="function" name="gnome_vfs_get_default_browse_domains ()" link="gnome-vfs-2.0-gnome-vfs-dns-sd.html#gnome-vfs-get-default-browse-domains"/>
 
415
    <keyword type="function" name="gnome_vfs_resolve ()" link="gnome-vfs-2.0-gnome-vfs-resolve.html#gnome-vfs-resolve" since="2.8"/>
 
416
    <keyword type="function" name="gnome_vfs_resolve_free ()" link="gnome-vfs-2.0-gnome-vfs-resolve.html#gnome-vfs-resolve-free" since="2.8"/>
 
417
    <keyword type="function" name="gnome_vfs_resolve_next_address ()" link="gnome-vfs-2.0-gnome-vfs-resolve.html#gnome-vfs-resolve-next-address" since="2.8"/>
 
418
    <keyword type="function" name="gnome_vfs_resolve_reset_to_beginning ()" link="gnome-vfs-2.0-gnome-vfs-resolve.html#gnome-vfs-resolve-reset-to-beginning" since="2.8"/>
 
419
    <keyword type="struct" name="GnomeVFSAddress" link="gnome-vfs-2.0-gnome-vfs-resolve.html#GnomeVFSAddress"/>
 
420
    <keyword type="function" name="gnome_vfs_address_dup ()" link="gnome-vfs-2.0-gnome-vfs-resolve.html#gnome-vfs-address-dup" since="2.8"/>
 
421
    <keyword type="function" name="gnome_vfs_address_free ()" link="gnome-vfs-2.0-gnome-vfs-resolve.html#gnome-vfs-address-free" since="2.8"/>
 
422
    <keyword type="function" name="gnome_vfs_address_get_family_type ()" link="gnome-vfs-2.0-gnome-vfs-resolve.html#gnome-vfs-address-get-family-type" since="2.8"/>
 
423
    <keyword type="function" name="gnome_vfs_address_get_ipv4 ()" link="gnome-vfs-2.0-gnome-vfs-resolve.html#gnome-vfs-address-get-ipv4" since="2.8"/>
 
424
    <keyword type="function" name="gnome_vfs_address_get_type ()" link="gnome-vfs-2.0-gnome-vfs-resolve.html#gnome-vfs-address-get-type"/>
 
425
    <keyword type="function" name="gnome_vfs_address_new_from_ipv4 ()" link="gnome-vfs-2.0-gnome-vfs-resolve.html#gnome-vfs-address-new-from-ipv4" since="2.8"/>
 
426
    <keyword type="function" name="gnome_vfs_address_new_from_sockaddr ()" link="gnome-vfs-2.0-gnome-vfs-resolve.html#gnome-vfs-address-new-from-sockaddr" since="2.8"/>
 
427
    <keyword type="function" name="gnome_vfs_address_new_from_string ()" link="gnome-vfs-2.0-gnome-vfs-resolve.html#gnome-vfs-address-new-from-string" since="2.8"/>
 
428
    <keyword type="function" name="gnome_vfs_address_to_string ()" link="gnome-vfs-2.0-gnome-vfs-resolve.html#gnome-vfs-address-to-string" since="2.8"/>
 
429
    <keyword type="typedef" name="GnomeVFSSSL" link="gnome-vfs-2.0-gnome-vfs-ssl.html#GnomeVFSSSL"/>
 
430
    <keyword type="function" name="gnome_vfs_ssl_enabled ()" link="gnome-vfs-2.0-gnome-vfs-ssl.html#gnome-vfs-ssl-enabled"/>
 
431
    <keyword type="function" name="gnome_vfs_ssl_create ()" link="gnome-vfs-2.0-gnome-vfs-ssl.html#gnome-vfs-ssl-create"/>
 
432
    <keyword type="function" name="gnome_vfs_ssl_create_from_fd ()" link="gnome-vfs-2.0-gnome-vfs-ssl.html#gnome-vfs-ssl-create-from-fd"/>
 
433
    <keyword type="function" name="gnome_vfs_ssl_read ()" link="gnome-vfs-2.0-gnome-vfs-ssl.html#gnome-vfs-ssl-read"/>
 
434
    <keyword type="function" name="gnome_vfs_ssl_write ()" link="gnome-vfs-2.0-gnome-vfs-ssl.html#gnome-vfs-ssl-write"/>
 
435
    <keyword type="function" name="gnome_vfs_ssl_destroy ()" link="gnome-vfs-2.0-gnome-vfs-ssl.html#gnome-vfs-ssl-destroy"/>
 
436
    <keyword type="function" name="gnome_vfs_ssl_to_socket ()" link="gnome-vfs-2.0-gnome-vfs-ssl.html#gnome-vfs-ssl-to-socket"/>
 
437
    <keyword type="function" name="gnome_vfs_ssl_set_timeout ()" link="gnome-vfs-2.0-gnome-vfs-ssl.html#gnome-vfs-ssl-set-timeout" since="2.8"/>
 
438
    <keyword type="typedef" name="GnomeVFSSocket" link="gnome-vfs-2.0-gnome-vfs-socket.html#GnomeVFSSocket"/>
 
439
    <keyword type="struct" name="GnomeVFSSocketImpl" link="gnome-vfs-2.0-gnome-vfs-socket.html#GnomeVFSSocketImpl"/>
 
440
    <keyword type="function" name="GnomeVFSSocketReadFunc ()" link="gnome-vfs-2.0-gnome-vfs-socket.html#GnomeVFSSocketReadFunc"/>
 
441
    <keyword type="function" name="GnomeVFSSocketWriteFunc ()" link="gnome-vfs-2.0-gnome-vfs-socket.html#GnomeVFSSocketWriteFunc"/>
 
442
    <keyword type="function" name="GnomeVFSSocketCloseFunc ()" link="gnome-vfs-2.0-gnome-vfs-socket.html#GnomeVFSSocketCloseFunc"/>
 
443
    <keyword type="function" name="GnomeVFSSocketSetTimeoutFunc ()" link="gnome-vfs-2.0-gnome-vfs-socket.html#GnomeVFSSocketSetTimeoutFunc"/>
 
444
    <keyword type="function" name="gnome_vfs_socket_new ()" link="gnome-vfs-2.0-gnome-vfs-socket.html#gnome-vfs-socket-new"/>
 
445
    <keyword type="function" name="gnome_vfs_socket_write ()" link="gnome-vfs-2.0-gnome-vfs-socket.html#gnome-vfs-socket-write"/>
 
446
    <keyword type="function" name="gnome_vfs_socket_close ()" link="gnome-vfs-2.0-gnome-vfs-socket.html#gnome-vfs-socket-close"/>
 
447
    <keyword type="function" name="gnome_vfs_socket_read ()" link="gnome-vfs-2.0-gnome-vfs-socket.html#gnome-vfs-socket-read"/>
 
448
    <keyword type="function" name="gnome_vfs_socket_free ()" link="gnome-vfs-2.0-gnome-vfs-socket.html#gnome-vfs-socket-free" since="2.8"/>
 
449
    <keyword type="function" name="gnome_vfs_socket_set_timeout ()" link="gnome-vfs-2.0-gnome-vfs-socket.html#gnome-vfs-socket-set-timeout" since="2.8"/>
 
450
    <keyword type="typedef" name="GnomeVFSSocketBuffer" link="gnome-vfs-2.0-gnome-vfs-socket-buffer.html#GnomeVFSSocketBuffer"/>
 
451
    <keyword type="function" name="gnome_vfs_socket_buffer_new ()" link="gnome-vfs-2.0-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-new"/>
 
452
    <keyword type="function" name="gnome_vfs_socket_buffer_destroy ()" link="gnome-vfs-2.0-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-destroy"/>
 
453
    <keyword type="function" name="gnome_vfs_socket_buffer_read ()" link="gnome-vfs-2.0-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-read"/>
 
454
    <keyword type="function" name="gnome_vfs_socket_buffer_peekc ()" link="gnome-vfs-2.0-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-peekc"/>
 
455
    <keyword type="function" name="gnome_vfs_socket_buffer_write ()" link="gnome-vfs-2.0-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-write"/>
 
456
    <keyword type="function" name="gnome_vfs_socket_buffer_flush ()" link="gnome-vfs-2.0-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-flush"/>
 
457
    <keyword type="function" name="gnome_vfs_socket_buffer_read_until ()" link="gnome-vfs-2.0-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-read-until" since="2.8"/>
 
458
    <keyword type="typedef" name="GnomeVFSInetConnection" link="gnome-vfs-2.0-gnome-vfs-inet-connection.html#GnomeVFSInetConnection"/>
 
459
    <keyword type="function" name="gnome_vfs_inet_connection_create ()" link="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-create"/>
 
460
    <keyword type="function" name="gnome_vfs_inet_connection_destroy ()" link="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-destroy"/>
 
461
    <keyword type="function" name="gnome_vfs_inet_connection_free ()" link="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-free"/>
 
462
    <keyword type="function" name="gnome_vfs_inet_connection_to_socket ()" link="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-to-socket"/>
 
463
    <keyword type="function" name="gnome_vfs_inet_connection_to_socket_buffer ()" link="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-to-socket-buffer"/>
 
464
    <keyword type="function" name="gnome_vfs_inet_connection_get_fd ()" link="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-get-fd"/>
 
465
    <keyword type="function" name="gnome_vfs_inet_connection_create_from_address ()" link="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-create-from-address" since="2.8"/>
 
466
    <keyword type="function" name="gnome_vfs_inet_connection_get_address ()" link="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-get-address"/>
 
467
    <keyword type="function" name="gnome_vfs_inet_connection_get_ip ()" link="gnome-vfs-2.0-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-get-ip" since="2.8"/>
 
468
    <keyword type="function" name="gnome_vfs_mime_type_from_name ()" link="gnome-vfs-2.0-gnome-vfs-mime.html#gnome-vfs-mime-type-from-name" deprecated=""/>
 
469
    <keyword type="function" name="gnome_vfs_mime_type_from_name_or_default ()" link="gnome-vfs-2.0-gnome-vfs-mime.html#gnome-vfs-mime-type-from-name-or-default"/>
 
470
    <keyword type="function" name="gnome_vfs_get_mime_type_common ()" link="gnome-vfs-2.0-gnome-vfs-mime.html#gnome-vfs-get-mime-type-common"/>
 
471
    <keyword type="function" name="gnome_vfs_get_mime_type_from_uri ()" link="gnome-vfs-2.0-gnome-vfs-mime.html#gnome-vfs-get-mime-type-from-uri"/>
 
472
    <keyword type="function" name="gnome_vfs_get_mime_type_from_file_data ()" link="gnome-vfs-2.0-gnome-vfs-mime.html#gnome-vfs-get-mime-type-from-file-data" deprecated=""/>
 
473
    <keyword type="function" name="gnome_vfs_get_file_mime_type_fast ()" link="gnome-vfs-2.0-gnome-vfs-mime.html#gnome-vfs-get-file-mime-type-fast"/>
 
474
    <keyword type="function" name="gnome_vfs_get_file_mime_type ()" link="gnome-vfs-2.0-gnome-vfs-mime.html#gnome-vfs-get-file-mime-type"/>
 
475
    <keyword type="function" name="gnome_vfs_mime_type_is_supertype ()" link="gnome-vfs-2.0-gnome-vfs-mime.html#gnome-vfs-mime-type-is-supertype"/>
 
476
    <keyword type="function" name="gnome_vfs_get_supertype_from_mime_type ()" link="gnome-vfs-2.0-gnome-vfs-mime.html#gnome-vfs-get-supertype-from-mime-type"/>
 
477
    <keyword type="function" name="gnome_vfs_mime_info_cache_reload ()" link="gnome-vfs-2.0-gnome-vfs-mime.html#gnome-vfs-mime-info-cache-reload"/>
 
478
    <keyword type="function" name="gnome_vfs_mime_reload ()" link="gnome-vfs-2.0-gnome-vfs-mime.html#gnome-vfs-mime-reload"/>
 
479
    <keyword type="function" name="gnome_vfs_mime_shutdown ()" link="gnome-vfs-2.0-gnome-vfs-mime.html#gnome-vfs-mime-shutdown" deprecated=""/>
 
480
    <keyword type="macro" name="GNOME_VFS_MIME_TYPE_UNKNOWN" link="gnome-vfs-2.0-gnome-vfs-mime-utils.html#GNOME-VFS-MIME-TYPE-UNKNOWN:CAPS"/>
 
481
    <keyword type="enum" name="enum GnomeVFSMimeEquivalence" link="gnome-vfs-2.0-gnome-vfs-mime-utils.html#GnomeVFSMimeEquivalence"/>
 
482
    <keyword type="function" name="gnome_vfs_mime_type_get_equivalence ()" link="gnome-vfs-2.0-gnome-vfs-mime-utils.html#gnome-vfs-mime-type-get-equivalence"/>
 
483
    <keyword type="function" name="gnome_vfs_mime_type_is_equal ()" link="gnome-vfs-2.0-gnome-vfs-mime-utils.html#gnome-vfs-mime-type-is-equal"/>
 
484
    <keyword type="function" name="gnome_vfs_get_mime_type_for_name ()" link="gnome-vfs-2.0-gnome-vfs-mime-utils.html#gnome-vfs-get-mime-type-for-name" since="2.14"/>
 
485
    <keyword type="function" name="gnome_vfs_get_mime_type_for_data ()" link="gnome-vfs-2.0-gnome-vfs-mime-utils.html#gnome-vfs-get-mime-type-for-data"/>
 
486
    <keyword type="function" name="gnome_vfs_get_mime_type_for_name_and_data ()" link="gnome-vfs-2.0-gnome-vfs-mime-utils.html#gnome-vfs-get-mime-type-for-name-and-data" since="2.14"/>
 
487
    <keyword type="function" name="gnome_vfs_get_mime_type ()" link="gnome-vfs-2.0-gnome-vfs-mime-utils.html#gnome-vfs-get-mime-type"/>
 
488
    <keyword type="function" name="gnome_vfs_get_slow_mime_type ()" link="gnome-vfs-2.0-gnome-vfs-mime-utils.html#gnome-vfs-get-slow-mime-type" since="2.14"/>
 
489
    <keyword type="struct" name="GnomeVFSMimeApplication" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#GnomeVFSMimeApplication"/>
 
490
    <keyword type="function" name="gnome_vfs_mime_get_default_application ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-get-default-application"/>
 
491
    <keyword type="function" name="gnome_vfs_mime_get_default_application_for_uri ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-get-default-application-for-uri"/>
 
492
    <keyword type="function" name="gnome_vfs_mime_get_all_applications ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-get-all-applications"/>
 
493
    <keyword type="function" name="gnome_vfs_mime_get_all_applications_for_uri ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-get-all-applications-for-uri" since="2.10"/>
 
494
    <keyword type="function" name="gnome_vfs_mime_get_all_desktop_entries ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-get-all-desktop-entries" deprecated=""/>
 
495
    <keyword type="function" name="gnome_vfs_mime_get_default_desktop_entry ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-get-default-desktop-entry" deprecated=""/>
 
496
    <keyword type="function" name="gnome_vfs_mime_get_default_component ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-get-default-component" deprecated=""/>
 
497
    <keyword type="function" name="gnome_vfs_mime_get_all_components ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-get-all-components" deprecated=""/>
 
498
    <keyword type="function" name="gnome_vfs_mime_get_icon ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-get-icon" deprecated="Use gnome_icon_lookup() function in libgnomeui instead."/>
 
499
    <keyword type="function" name="gnome_vfs_mime_get_description ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-get-description"/>
 
500
    <keyword type="function" name="gnome_vfs_mime_can_be_executable ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-can-be-executable"/>
 
501
    <keyword type="function" name="gnome_vfs_mime_application_new_from_desktop_id ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-application-new-from-desktop-id" since="2.10"/>
 
502
    <keyword type="function" name="gnome_vfs_mime_application_launch ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-application-launch" since="2.4"/>
 
503
    <keyword type="function" name="gnome_vfs_mime_application_launch_with_env ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-application-launch-with-env" since="2.4"/>
 
504
    <keyword type="function" name="gnome_vfs_mime_application_get_desktop_id ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-application-get-desktop-id" since="2.10"/>
 
505
    <keyword type="function" name="gnome_vfs_mime_application_get_desktop_file_path ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-application-get-desktop-file-path" since="2.10"/>
 
506
    <keyword type="function" name="gnome_vfs_mime_application_get_name ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-application-get-name" since="2.10"/>
 
507
    <keyword type="function" name="gnome_vfs_mime_application_get_generic_name ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-application-get-generic-name" since="2.10"/>
 
508
    <keyword type="function" name="gnome_vfs_mime_application_get_icon ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-application-get-icon" since="2.10"/>
 
509
    <keyword type="function" name="gnome_vfs_mime_application_get_exec ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-application-get-exec" since="2.10"/>
 
510
    <keyword type="function" name="gnome_vfs_mime_application_get_binary_name ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-application-get-binary-name" since="2.10"/>
 
511
    <keyword type="function" name="gnome_vfs_mime_application_requires_terminal ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-application-requires-terminal" since="2.10"/>
 
512
    <keyword type="function" name="gnome_vfs_mime_application_supports_uris ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-application-supports-uris" since="2.10"/>
 
513
    <keyword type="function" name="gnome_vfs_mime_application_supports_startup_notification ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-application-supports-startup-notification" since="2.10"/>
 
514
    <keyword type="function" name="gnome_vfs_mime_application_get_startup_wm_class ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-application-get-startup-wm-class" since="2.10"/>
 
515
    <keyword type="function" name="gnome_vfs_mime_application_equal ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-application-equal" since="2.10"/>
 
516
    <keyword type="function" name="gnome_vfs_mime_application_copy ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-application-copy"/>
 
517
    <keyword type="function" name="gnome_vfs_mime_application_free ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-application-free"/>
 
518
    <keyword type="function" name="gnome_vfs_mime_application_list_free ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-application-list-free"/>
 
519
    <keyword type="function" name="gnome_vfs_mime_component_list_free ()" link="gnome-vfs-2.0-gnome-vfs-mime-database.html#gnome-vfs-mime-component-list-free" deprecated=""/>
 
520
    <keyword type="struct" name="GnomeVFSMIMEMonitor" link="gnome-vfs-2.0-gnome-vfs-mime-monitor.html#GnomeVFSMIMEMonitor"/>
 
521
    <keyword type="function" name="gnome_vfs_mime_monitor_get ()" link="gnome-vfs-2.0-gnome-vfs-mime-monitor.html#gnome-vfs-mime-monitor-get"/>
 
522
    <keyword type="enum" name="enum GnomeVFSMimeActionType" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#GnomeVFSMimeActionType" deprecated=""/>
 
523
    <keyword type="enum" name="enum GnomeVFSMimeApplicationArgumentType" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#GnomeVFSMimeApplicationArgumentType"/>
 
524
    <keyword type="struct" name="GnomeVFSMimeAction" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#GnomeVFSMimeAction" deprecated=""/>
 
525
    <keyword type="function" name="gnome_vfs_mime_get_default_action_type ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-get-default-action-type" deprecated=""/>
 
526
    <keyword type="function" name="gnome_vfs_mime_get_default_action ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-get-default-action" deprecated="Use gnome_vfs_mime_get_default_application() instead."/>
 
527
    <keyword type="function" name="gnome_vfs_mime_get_short_list_applications ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-get-short-list-applications" deprecated="Use gnome_vfs_mime_get_all_applications() instead."/>
 
528
    <keyword type="function" name="gnome_vfs_mime_get_short_list_components ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-get-short-list-components" deprecated=""/>
 
529
    <keyword type="function" name="gnome_vfs_mime_set_default_action_type ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-default-action-type" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
 
530
    <keyword type="function" name="gnome_vfs_mime_set_icon ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-icon" deprecated=""/>
 
531
    <keyword type="function" name="gnome_vfs_mime_set_description ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-description" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
 
532
    <keyword type="function" name="gnome_vfs_mime_set_can_be_executable ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-can-be-executable" deprecated=""/>
 
533
    <keyword type="function" name="gnome_vfs_mime_set_short_list_applications ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-short-list-applications" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
 
534
    <keyword type="function" name="gnome_vfs_mime_set_short_list_components ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-short-list-components" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
 
535
    <keyword type="function" name="gnome_vfs_mime_add_application_to_short_list ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-add-application-to-short-list" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
 
536
    <keyword type="function" name="gnome_vfs_mime_remove_application_from_short_list ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-remove-application-from-short-list" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
 
537
    <keyword type="function" name="gnome_vfs_mime_add_component_to_short_list ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-add-component-to-short-list" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
 
538
    <keyword type="function" name="gnome_vfs_mime_remove_component_from_short_list ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-remove-component-from-short-list" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
 
539
    <keyword type="function" name="gnome_vfs_mime_set_default_application ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-default-application" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
 
540
    <keyword type="function" name="gnome_vfs_mime_set_default_component ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-default-component" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
 
541
    <keyword type="function" name="gnome_vfs_mime_add_extension ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-add-extension" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
 
542
    <keyword type="function" name="gnome_vfs_mime_remove_extension ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-remove-extension" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
 
543
    <keyword type="function" name="gnome_vfs_mime_extend_all_applications ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-extend-all-applications" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
 
544
    <keyword type="function" name="gnome_vfs_mime_remove_from_all_applications ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-remove-from-all-applications" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
 
545
    <keyword type="function" name="gnome_vfs_mime_application_new_from_id ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-application-new-from-id" deprecated=""/>
 
546
    <keyword type="function" name="gnome_vfs_mime_action_launch ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-action-launch" deprecated="" since="2.4"/>
 
547
    <keyword type="function" name="gnome_vfs_mime_action_launch_with_env ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-action-launch-with-env" deprecated="" since="2.4"/>
 
548
    <keyword type="function" name="gnome_vfs_mime_action_free ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-action-free" deprecated=""/>
 
549
    <keyword type="function" name="gnome_vfs_mime_id_in_application_list ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-id-in-application-list" deprecated=""/>
 
550
    <keyword type="function" name="gnome_vfs_mime_id_in_component_list ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-id-in-component-list" deprecated=""/>
 
551
    <keyword type="function" name="gnome_vfs_mime_remove_application_from_list ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-remove-application-from-list" deprecated="User modifications to the MIME database are no longer supported by gnome-vfs."/>
 
552
    <keyword type="function" name="gnome_vfs_mime_remove_component_from_list ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-remove-component-from-list" deprecated=""/>
 
553
    <keyword type="function" name="gnome_vfs_mime_id_list_from_component_list ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-id-list-from-component-list" deprecated=""/>
 
554
    <keyword type="function" name="gnome_vfs_mime_id_list_from_application_list ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-id-list-from-application-list" deprecated=""/>
 
555
    <keyword type="function" name="gnome_vfs_mime_freeze ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-freeze"/>
 
556
    <keyword type="function" name="gnome_vfs_mime_thaw ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-thaw"/>
 
557
    <keyword type="function" name="gnome_vfs_mime_info_reload ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-info-reload"/>
 
558
    <keyword type="function" name="gnome_vfs_mime_type_is_known ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-type-is-known"/>
 
559
    <keyword type="function" name="gnome_vfs_mime_get_value ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-get-value"/>
 
560
    <keyword type="function" name="gnome_vfs_mime_set_value ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-value" deprecated=""/>
 
561
    <keyword type="function" name="gnome_vfs_mime_get_key_list ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-get-key-list" deprecated=""/>
 
562
    <keyword type="function" name="gnome_vfs_mime_keys_list_free ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-keys-list-free" deprecated=""/>
 
563
    <keyword type="function" name="gnome_vfs_mime_get_extensions_list ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-get-extensions-list"/>
 
564
    <keyword type="function" name="gnome_vfs_mime_extensions_list_free ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-extensions-list-free"/>
 
565
    <keyword type="function" name="gnome_vfs_mime_get_extensions_string ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-get-extensions-string" deprecated=""/>
 
566
    <keyword type="function" name="gnome_vfs_mime_get_extensions_pretty_string ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-get-extensions-pretty-string" deprecated=""/>
 
567
    <keyword type="function" name="gnome_vfs_get_registered_mime_types ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-get-registered-mime-types" deprecated=""/>
 
568
    <keyword type="function" name="gnome_vfs_mime_registered_mime_type_list_free ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-registered-mime-type-list-free" deprecated=""/>
 
569
    <keyword type="function" name="gnome_vfs_mime_set_registered_type_key ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-registered-type-key"/>
 
570
    <keyword type="function" name="gnome_vfs_mime_set_extensions_list ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-set-extensions-list" deprecated=""/>
 
571
    <keyword type="function" name="gnome_vfs_mime_registered_mime_type_delete ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-registered-mime-type-delete" deprecated=""/>
 
572
    <keyword type="function" name="gnome_vfs_mime_reset ()" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#gnome-vfs-mime-reset" deprecated=""/>
 
573
    <keyword type="macro" name="GNOME_VFS_APPLICATION_REGISTRY_COMMAND" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#GNOME-VFS-APPLICATION-REGISTRY-COMMAND:CAPS" deprecated=""/>
 
574
    <keyword type="macro" name="GNOME_VFS_APPLICATION_REGISTRY_NAME" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#GNOME-VFS-APPLICATION-REGISTRY-NAME:CAPS" deprecated=""/>
 
575
    <keyword type="macro" name="GNOME_VFS_APPLICATION_REGISTRY_CAN_OPEN_MULTIPLE_FILES" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#GNOME-VFS-APPLICATION-REGISTRY-CAN-OPEN-MULTIPLE-FILES:CAPS" deprecated=""/>
 
576
    <keyword type="macro" name="GNOME_VFS_APPLICATION_REGISTRY_REQUIRES_TERMINAL" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#GNOME-VFS-APPLICATION-REGISTRY-REQUIRES-TERMINAL:CAPS" deprecated=""/>
 
577
    <keyword type="function" name="gnome_vfs_application_registry_exists ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-exists" deprecated=""/>
 
578
    <keyword type="function" name="gnome_vfs_application_registry_get_keys ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-get-keys" deprecated=""/>
 
579
    <keyword type="function" name="gnome_vfs_application_registry_peek_value ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-peek-value" deprecated=""/>
 
580
    <keyword type="function" name="gnome_vfs_application_registry_get_bool_value ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-get-bool-value" deprecated=""/>
 
581
    <keyword type="function" name="gnome_vfs_application_registry_remove_application ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-remove-application" deprecated=""/>
 
582
    <keyword type="function" name="gnome_vfs_application_registry_set_value ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-set-value" deprecated=""/>
 
583
    <keyword type="function" name="gnome_vfs_application_registry_set_bool_value ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-set-bool-value" deprecated=""/>
 
584
    <keyword type="function" name="gnome_vfs_application_registry_unset_key ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-unset-key" deprecated=""/>
 
585
    <keyword type="function" name="gnome_vfs_application_registry_get_applications ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-get-applications" deprecated=""/>
 
586
    <keyword type="function" name="gnome_vfs_application_registry_get_mime_types ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-get-mime-types" deprecated=""/>
 
587
    <keyword type="function" name="gnome_vfs_application_registry_supports_mime_type ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-supports-mime-type" deprecated=""/>
 
588
    <keyword type="function" name="gnome_vfs_application_registry_supports_uri_scheme ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-supports-uri-scheme" deprecated=""/>
 
589
    <keyword type="function" name="gnome_vfs_application_is_user_owned_application ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-is-user-owned-application" deprecated=""/>
 
590
    <keyword type="function" name="gnome_vfs_application_registry_clear_mime_types ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-clear-mime-types" deprecated=""/>
 
591
    <keyword type="function" name="gnome_vfs_application_registry_add_mime_type ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-add-mime-type" deprecated=""/>
 
592
    <keyword type="function" name="gnome_vfs_application_registry_remove_mime_type ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-remove-mime-type" deprecated=""/>
 
593
    <keyword type="function" name="gnome_vfs_application_registry_sync ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-sync" deprecated=""/>
 
594
    <keyword type="function" name="gnome_vfs_application_registry_shutdown ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-shutdown" deprecated=""/>
 
595
    <keyword type="function" name="gnome_vfs_application_registry_reload ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-reload" deprecated=""/>
 
596
    <keyword type="function" name="gnome_vfs_application_registry_get_mime_application ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-get-mime-application" deprecated=""/>
 
597
    <keyword type="function" name="gnome_vfs_application_registry_save_mime_application ()" link="gnome-vfs-2.0-gnome-vfs-application-registry.html#gnome-vfs-application-registry-save-mime-application" deprecated=""/>
598
598
    <keyword type="" name="GNOME VFS URIs (Uniform Resource Identifiers)" link="gnome-vfs-writing-modules.html#uris"/>
599
 
    <keyword type="" name="The GnomeVFSURI type" link="gnome-vfs-writing-modules.html#id556991"/>
600
 
    <keyword type="" name="How file access is performed" link="gnome-vfs-writing-modules.html#id557077"/>
601
 
    <keyword type="" name="Using shared libraries" link="gnome-vfs-writing-modules.html#id557175"/>
602
 
    <keyword type="" name="The initialization/shutdown functions" link="gnome-vfs-writing-modules.html#id557236"/>
603
 
    <keyword type="" name="The GnomeVFSMethod object" link="gnome-vfs-writing-modules.html#id557306"/>
604
 
    <keyword type="" name="The GnomeVFSCancellation object" link="gnome-vfs-writing-modules.html#id557480"/>
605
 
    <keyword type="" name="Dealing with EINTR" link="gnome-vfs-writing-modules.html#id557610"/>
606
 
    <keyword type="" name="How to make the code thread safe" link="gnome-vfs-writing-modules.html#id557720"/>
607
 
    <keyword type="function" name="GnomeVFSMethodInitFunc ()" link="gnome-vfs-20-gnome-vfs-method.html#GnomeVFSMethodInitFunc"/>
608
 
    <keyword type="function" name="GnomeVFSMethodShutdownFunc ()" link="gnome-vfs-20-gnome-vfs-method.html#GnomeVFSMethodShutdownFunc"/>
609
 
    <keyword type="function" name="GnomeVFSMethodTruncateFunc ()" link="gnome-vfs-20-gnome-vfs-method.html#GnomeVFSMethodTruncateFunc"/>
610
 
    <keyword type="function" name="GnomeVFSMethodTruncateHandleFunc ()" link="gnome-vfs-20-gnome-vfs-method.html#GnomeVFSMethodTruncateHandleFunc"/>
611
 
    <keyword type="macro" name="VFS_METHOD_HAS_FUNC()" link="gnome-vfs-20-gnome-vfs-method.html#VFS-METHOD-HAS-FUNC--CAPS"/>
612
 
    <keyword type="function" name="gnome_vfs_method_init ()" link="gnome-vfs-20-gnome-vfs-method.html#gnome-vfs-method-init"/>
613
 
    <keyword type="function" name="gnome_vfs_method_get ()" link="gnome-vfs-20-gnome-vfs-method.html#gnome-vfs-method-get"/>
614
 
    <keyword type="typedef" name="GnomeVFSTransform" link="gnome-vfs-20-gnome-vfs-method.html#GnomeVFSTransform"/>
615
 
    <keyword type="function" name="gnome_vfs_transform_get ()" link="gnome-vfs-20-gnome-vfs-method.html#gnome-vfs-transform-get"/>
616
 
    <keyword type="function" name="vfs_module_init ()" link="gnome-vfs-20-gnome-vfs-module.html#vfs-module-init"/>
617
 
    <keyword type="function" name="vfs_module_transform ()" link="gnome-vfs-20-gnome-vfs-module.html#vfs-module-transform"/>
618
 
    <keyword type="function" name="vfs_module_shutdown ()" link="gnome-vfs-20-gnome-vfs-module.html#vfs-module-shutdown"/>
619
 
    <keyword type="function" name="gnome_vfs_mime_type_from_mode ()" link="gnome-vfs-20-gnome-vfs-module-shared.html#gnome-vfs-mime-type-from-mode"/>
620
 
    <keyword type="function" name="gnome_vfs_mime_type_from_mode_or_default ()" link="gnome-vfs-20-gnome-vfs-module-shared.html#gnome-vfs-mime-type-from-mode-or-default"/>
621
 
    <keyword type="function" name="gnome_vfs_stat_to_file_info ()" link="gnome-vfs-20-gnome-vfs-module-shared.html#gnome-vfs-stat-to-file-info"/>
622
 
    <keyword type="function" name="gnome_vfs_set_meta ()" link="gnome-vfs-20-gnome-vfs-module-shared.html#gnome-vfs-set-meta"/>
623
 
    <keyword type="function" name="gnome_vfs_set_meta_for_list ()" link="gnome-vfs-20-gnome-vfs-module-shared.html#gnome-vfs-set-meta-for-list"/>
624
 
    <keyword type="function" name="gnome_vfs_get_special_mime_type ()" link="gnome-vfs-20-gnome-vfs-module-shared.html#gnome-vfs-get-special-mime-type"/>
625
 
    <keyword type="function" name="gnome_vfs_module_callback_invoke ()" link="gnome-vfs-20-gnome-vfs-module-callback-module-api.html#gnome-vfs-module-callback-invoke"/>
626
 
    <keyword type="function" name="gnome_vfs_context_new ()" link="gnome-vfs-20-gnome-vfs-context.html#gnome-vfs-context-new"/>
627
 
    <keyword type="function" name="gnome_vfs_context_free ()" link="gnome-vfs-20-gnome-vfs-context.html#gnome-vfs-context-free"/>
628
 
    <keyword type="function" name="gnome_vfs_context_get_cancellation ()" link="gnome-vfs-20-gnome-vfs-context.html#gnome-vfs-context-get-cancellation"/>
629
 
    <keyword type="macro" name="gnome_vfs_context_check_cancellation()" link="gnome-vfs-20-gnome-vfs-context.html#gnome-vfs-context-check-cancellation"/>
630
 
    <keyword type="function" name="gnome_vfs_context_peek_current ()" link="gnome-vfs-20-gnome-vfs-context.html#gnome-vfs-context-peek-current"/>
631
 
    <keyword type="function" name="gnome_vfs_context_check_cancellation_current ()" link="gnome-vfs-20-gnome-vfs-context.html#gnome-vfs-context-check-cancellation-current"/>
632
 
    <keyword type="function" name="GnomeVFSTransformInitFunc ()" link="gnome-vfs-20-gnome-vfs-transform.html#GnomeVFSTransformInitFunc"/>
633
 
    <keyword type="function" name="GnomeVFSTransformFunc ()" link="gnome-vfs-20-gnome-vfs-transform.html#GnomeVFSTransformFunc"/>
634
 
    <keyword type="function" name="gnome_vfs_parse_ls_lga ()" link="gnome-vfs-20-gnome-vfs-parse-ls.html#gnome-vfs-parse-ls-lga"/>
635
 
    <keyword type="macro" name="GNOME_VFS_MODULE_CALLBACK_FILL_AUTHENTICATION" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-FILL-AUTHENTICATION--CAPS"/>
636
 
    <keyword type="struct" name="GnomeVFSModuleCallbackFillAuthenticationIn" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackFillAuthenticationIn"/>
637
 
    <keyword type="struct" name="GnomeVFSModuleCallbackFillAuthenticationOut" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackFillAuthenticationOut"/>
638
 
    <keyword type="macro" name="GNOME_VFS_MODULE_CALLBACK_FULL_AUTHENTICATION" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-FULL-AUTHENTICATION--CAPS"/>
639
 
    <keyword type="enum" name="enum GnomeVFSModuleCallbackFullAuthenticationFlags" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackFullAuthenticationFlags"/>
640
 
    <keyword type="struct" name="GnomeVFSModuleCallbackFullAuthenticationIn" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackFullAuthenticationIn"/>
641
 
    <keyword type="struct" name="GnomeVFSModuleCallbackFullAuthenticationOut" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackFullAuthenticationOut"/>
642
 
    <keyword type="enum" name="enum GnomeVFSModuleCallbackFullAuthenticationOutFlags" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackFullAuthenticationOutFlags"/>
643
 
    <keyword type="macro" name="GNOME_VFS_MODULE_CALLBACK_SAVE_AUTHENTICATION" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-SAVE-AUTHENTICATION--CAPS"/>
644
 
    <keyword type="struct" name="GnomeVFSModuleCallbackSaveAuthenticationIn" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackSaveAuthenticationIn"/>
645
 
    <keyword type="struct" name="GnomeVFSModuleCallbackSaveAuthenticationOut" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackSaveAuthenticationOut"/>
646
 
    <keyword type="macro" name="GNOME_VFS_MODULE_CALLBACK_QUESTION" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-QUESTION--CAPS"/>
647
 
    <keyword type="struct" name="GnomeVFSModuleCallbackQuestionIn" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackQuestionIn"/>
648
 
    <keyword type="struct" name="GnomeVFSModuleCallbackQuestionOut" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackQuestionOut"/>
649
 
    <keyword type="macro" name="GNOME_VFS_MODULE_CALLBACK_STATUS_MESSAGE" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-STATUS-MESSAGE--CAPS"/>
650
 
    <keyword type="struct" name="GnomeVFSModuleCallbackStatusMessageIn" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackStatusMessageIn"/>
651
 
    <keyword type="struct" name="GnomeVFSModuleCallbackStatusMessageOut" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackStatusMessageOut"/>
652
 
    <keyword type="macro" name="GNOME_VFS_MODULE_CALLBACK_HTTP_SEND_ADDITIONAL_HEADERS" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-HTTP-SEND-ADDITIONAL-HEADERS--CAPS"/>
653
 
    <keyword type="struct" name="GnomeVFSModuleCallbackAdditionalHeadersIn" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackAdditionalHeadersIn"/>
654
 
    <keyword type="struct" name="GnomeVFSModuleCallbackAdditionalHeadersOut" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackAdditionalHeadersOut"/>
655
 
    <keyword type="macro" name="GNOME_VFS_MODULE_CALLBACK_HTTP_RECEIVED_HEADERS" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-HTTP-RECEIVED-HEADERS--CAPS"/>
656
 
    <keyword type="struct" name="GnomeVFSModuleCallbackReceivedHeadersIn" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackReceivedHeadersIn"/>
657
 
    <keyword type="struct" name="GnomeVFSModuleCallbackReceivedHeadersOut" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackReceivedHeadersOut"/>
658
 
    <keyword type="macro" name="GNOME_VFS_MODULE_CALLBACK_AUTHENTICATION" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-AUTHENTICATION--CAPS" deprecated=""/>
659
 
    <keyword type="macro" name="GNOME_VFS_MODULE_CALLBACK_HTTP_PROXY_AUTHENTICATION" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-HTTP-PROXY-AUTHENTICATION--CAPS" deprecated="Proxy authentication now works desktop-wide through GConf."/>
660
 
    <keyword type="enum" name="enum GnomeVFSModuleCallbackAuthenticationAuthType" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackAuthenticationAuthType" deprecated=""/>
661
 
    <keyword type="struct" name="GnomeVFSModuleCallbackAuthenticationIn" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackAuthenticationIn" deprecated=""/>
662
 
    <keyword type="struct" name="GnomeVFSModuleCallbackAuthenticationOut" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackAuthenticationOut" deprecated=""/>
663
 
    <keyword type="function" name="GnomeVFSModuleCallback ()" link="gnome-vfs-20-gnome-vfs-module-callback.html#GnomeVFSModuleCallback"/>
664
 
    <keyword type="function" name="GnomeVFSModuleCallbackResponse ()" link="gnome-vfs-20-gnome-vfs-module-callback.html#GnomeVFSModuleCallbackResponse"/>
665
 
    <keyword type="function" name="GnomeVFSAsyncModuleCallback ()" link="gnome-vfs-20-gnome-vfs-module-callback.html#GnomeVFSAsyncModuleCallback"/>
666
 
    <keyword type="function" name="gnome_vfs_module_callback_set_default ()" link="gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-module-callback-set-default"/>
667
 
    <keyword type="function" name="gnome_vfs_module_callback_push ()" link="gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-module-callback-push"/>
668
 
    <keyword type="function" name="gnome_vfs_module_callback_pop ()" link="gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-module-callback-pop"/>
669
 
    <keyword type="function" name="gnome_vfs_async_module_callback_set_default ()" link="gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-async-module-callback-set-default"/>
670
 
    <keyword type="function" name="gnome_vfs_async_module_callback_push ()" link="gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-async-module-callback-push"/>
671
 
    <keyword type="function" name="gnome_vfs_async_module_callback_pop ()" link="gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-async-module-callback-pop"/>
 
599
    <keyword type="" name="The GnomeVFSURI type" link="gnome-vfs-writing-modules.html#id2772024"/>
 
600
    <keyword type="" name="How file access is performed" link="gnome-vfs-writing-modules.html#id2772130"/>
 
601
    <keyword type="" name="Using shared libraries" link="gnome-vfs-writing-modules.html#id2772252"/>
 
602
    <keyword type="" name="The initialization/shutdown functions" link="gnome-vfs-writing-modules.html#id2772323"/>
 
603
    <keyword type="" name="The GnomeVFSMethod object" link="gnome-vfs-writing-modules.html#id2772409"/>
 
604
    <keyword type="" name="The GnomeVFSCancellation object" link="gnome-vfs-writing-modules.html#id2772712"/>
 
605
    <keyword type="" name="Dealing with EINTR" link="gnome-vfs-writing-modules.html#id2772877"/>
 
606
    <keyword type="" name="How to make the code thread safe" link="gnome-vfs-writing-modules.html#id2773015"/>
 
607
    <keyword type="function" name="GnomeVFSMethodInitFunc ()" link="gnome-vfs-2.0-gnome-vfs-method.html#GnomeVFSMethodInitFunc"/>
 
608
    <keyword type="function" name="GnomeVFSMethodShutdownFunc ()" link="gnome-vfs-2.0-gnome-vfs-method.html#GnomeVFSMethodShutdownFunc"/>
 
609
    <keyword type="function" name="GnomeVFSMethodTruncateFunc ()" link="gnome-vfs-2.0-gnome-vfs-method.html#GnomeVFSMethodTruncateFunc"/>
 
610
    <keyword type="function" name="GnomeVFSMethodTruncateHandleFunc ()" link="gnome-vfs-2.0-gnome-vfs-method.html#GnomeVFSMethodTruncateHandleFunc"/>
 
611
    <keyword type="macro" name="VFS_METHOD_HAS_FUNC()" link="gnome-vfs-2.0-gnome-vfs-method.html#VFS-METHOD-HAS-FUNC:CAPS"/>
 
612
    <keyword type="function" name="gnome_vfs_method_init ()" link="gnome-vfs-2.0-gnome-vfs-method.html#gnome-vfs-method-init"/>
 
613
    <keyword type="function" name="gnome_vfs_method_get ()" link="gnome-vfs-2.0-gnome-vfs-method.html#gnome-vfs-method-get"/>
 
614
    <keyword type="typedef" name="GnomeVFSTransform" link="gnome-vfs-2.0-gnome-vfs-method.html#GnomeVFSTransform"/>
 
615
    <keyword type="function" name="gnome_vfs_transform_get ()" link="gnome-vfs-2.0-gnome-vfs-method.html#gnome-vfs-transform-get"/>
 
616
    <keyword type="function" name="vfs_module_init ()" link="gnome-vfs-2.0-gnome-vfs-module.html#vfs-module-init"/>
 
617
    <keyword type="function" name="vfs_module_transform ()" link="gnome-vfs-2.0-gnome-vfs-module.html#vfs-module-transform"/>
 
618
    <keyword type="function" name="vfs_module_shutdown ()" link="gnome-vfs-2.0-gnome-vfs-module.html#vfs-module-shutdown"/>
 
619
    <keyword type="function" name="gnome_vfs_mime_type_from_mode ()" link="gnome-vfs-2.0-gnome-vfs-module-shared.html#gnome-vfs-mime-type-from-mode"/>
 
620
    <keyword type="function" name="gnome_vfs_mime_type_from_mode_or_default ()" link="gnome-vfs-2.0-gnome-vfs-module-shared.html#gnome-vfs-mime-type-from-mode-or-default"/>
 
621
    <keyword type="function" name="gnome_vfs_stat_to_file_info ()" link="gnome-vfs-2.0-gnome-vfs-module-shared.html#gnome-vfs-stat-to-file-info"/>
 
622
    <keyword type="function" name="gnome_vfs_set_meta ()" link="gnome-vfs-2.0-gnome-vfs-module-shared.html#gnome-vfs-set-meta"/>
 
623
    <keyword type="function" name="gnome_vfs_set_meta_for_list ()" link="gnome-vfs-2.0-gnome-vfs-module-shared.html#gnome-vfs-set-meta-for-list"/>
 
624
    <keyword type="function" name="gnome_vfs_get_special_mime_type ()" link="gnome-vfs-2.0-gnome-vfs-module-shared.html#gnome-vfs-get-special-mime-type"/>
 
625
    <keyword type="function" name="gnome_vfs_module_callback_invoke ()" link="gnome-vfs-2.0-gnome-vfs-module-callback-module-api.html#gnome-vfs-module-callback-invoke"/>
 
626
    <keyword type="function" name="gnome_vfs_context_new ()" link="gnome-vfs-2.0-gnome-vfs-context.html#gnome-vfs-context-new"/>
 
627
    <keyword type="function" name="gnome_vfs_context_free ()" link="gnome-vfs-2.0-gnome-vfs-context.html#gnome-vfs-context-free"/>
 
628
    <keyword type="function" name="gnome_vfs_context_get_cancellation ()" link="gnome-vfs-2.0-gnome-vfs-context.html#gnome-vfs-context-get-cancellation"/>
 
629
    <keyword type="macro" name="gnome_vfs_context_check_cancellation()" link="gnome-vfs-2.0-gnome-vfs-context.html#gnome-vfs-context-check-cancellation"/>
 
630
    <keyword type="function" name="gnome_vfs_context_peek_current ()" link="gnome-vfs-2.0-gnome-vfs-context.html#gnome-vfs-context-peek-current"/>
 
631
    <keyword type="function" name="gnome_vfs_context_check_cancellation_current ()" link="gnome-vfs-2.0-gnome-vfs-context.html#gnome-vfs-context-check-cancellation-current"/>
 
632
    <keyword type="function" name="GnomeVFSTransformInitFunc ()" link="gnome-vfs-2.0-gnome-vfs-transform.html#GnomeVFSTransformInitFunc"/>
 
633
    <keyword type="function" name="GnomeVFSTransformFunc ()" link="gnome-vfs-2.0-gnome-vfs-transform.html#GnomeVFSTransformFunc"/>
 
634
    <keyword type="function" name="gnome_vfs_parse_ls_lga ()" link="gnome-vfs-2.0-gnome-vfs-parse-ls.html#gnome-vfs-parse-ls-lga"/>
 
635
    <keyword type="macro" name="GNOME_VFS_MODULE_CALLBACK_FILL_AUTHENTICATION" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-FILL-AUTHENTICATION:CAPS"/>
 
636
    <keyword type="struct" name="GnomeVFSModuleCallbackFillAuthenticationIn" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackFillAuthenticationIn"/>
 
637
    <keyword type="struct" name="GnomeVFSModuleCallbackFillAuthenticationOut" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackFillAuthenticationOut"/>
 
638
    <keyword type="macro" name="GNOME_VFS_MODULE_CALLBACK_FULL_AUTHENTICATION" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-FULL-AUTHENTICATION:CAPS"/>
 
639
    <keyword type="enum" name="enum GnomeVFSModuleCallbackFullAuthenticationFlags" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackFullAuthenticationFlags"/>
 
640
    <keyword type="struct" name="GnomeVFSModuleCallbackFullAuthenticationIn" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackFullAuthenticationIn"/>
 
641
    <keyword type="struct" name="GnomeVFSModuleCallbackFullAuthenticationOut" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackFullAuthenticationOut"/>
 
642
    <keyword type="enum" name="enum GnomeVFSModuleCallbackFullAuthenticationOutFlags" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackFullAuthenticationOutFlags"/>
 
643
    <keyword type="macro" name="GNOME_VFS_MODULE_CALLBACK_SAVE_AUTHENTICATION" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-SAVE-AUTHENTICATION:CAPS"/>
 
644
    <keyword type="struct" name="GnomeVFSModuleCallbackSaveAuthenticationIn" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackSaveAuthenticationIn"/>
 
645
    <keyword type="struct" name="GnomeVFSModuleCallbackSaveAuthenticationOut" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackSaveAuthenticationOut"/>
 
646
    <keyword type="macro" name="GNOME_VFS_MODULE_CALLBACK_QUESTION" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-QUESTION:CAPS"/>
 
647
    <keyword type="struct" name="GnomeVFSModuleCallbackQuestionIn" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackQuestionIn"/>
 
648
    <keyword type="struct" name="GnomeVFSModuleCallbackQuestionOut" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackQuestionOut"/>
 
649
    <keyword type="macro" name="GNOME_VFS_MODULE_CALLBACK_STATUS_MESSAGE" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-STATUS-MESSAGE:CAPS"/>
 
650
    <keyword type="struct" name="GnomeVFSModuleCallbackStatusMessageIn" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackStatusMessageIn"/>
 
651
    <keyword type="struct" name="GnomeVFSModuleCallbackStatusMessageOut" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackStatusMessageOut"/>
 
652
    <keyword type="macro" name="GNOME_VFS_MODULE_CALLBACK_HTTP_SEND_ADDITIONAL_HEADERS" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-HTTP-SEND-ADDITIONAL-HEADERS:CAPS"/>
 
653
    <keyword type="struct" name="GnomeVFSModuleCallbackAdditionalHeadersIn" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackAdditionalHeadersIn"/>
 
654
    <keyword type="struct" name="GnomeVFSModuleCallbackAdditionalHeadersOut" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackAdditionalHeadersOut"/>
 
655
    <keyword type="macro" name="GNOME_VFS_MODULE_CALLBACK_HTTP_RECEIVED_HEADERS" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-HTTP-RECEIVED-HEADERS:CAPS"/>
 
656
    <keyword type="struct" name="GnomeVFSModuleCallbackReceivedHeadersIn" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackReceivedHeadersIn"/>
 
657
    <keyword type="struct" name="GnomeVFSModuleCallbackReceivedHeadersOut" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackReceivedHeadersOut"/>
 
658
    <keyword type="macro" name="GNOME_VFS_MODULE_CALLBACK_AUTHENTICATION" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-AUTHENTICATION:CAPS" deprecated=""/>
 
659
    <keyword type="macro" name="GNOME_VFS_MODULE_CALLBACK_HTTP_PROXY_AUTHENTICATION" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-HTTP-PROXY-AUTHENTICATION:CAPS" deprecated="Proxy authentication now works desktop-wide through GConf."/>
 
660
    <keyword type="enum" name="enum GnomeVFSModuleCallbackAuthenticationAuthType" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackAuthenticationAuthType" deprecated=""/>
 
661
    <keyword type="struct" name="GnomeVFSModuleCallbackAuthenticationIn" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackAuthenticationIn" deprecated=""/>
 
662
    <keyword type="struct" name="GnomeVFSModuleCallbackAuthenticationOut" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackAuthenticationOut" deprecated=""/>
 
663
    <keyword type="function" name="GnomeVFSModuleCallback ()" link="gnome-vfs-2.0-gnome-vfs-module-callback.html#GnomeVFSModuleCallback"/>
 
664
    <keyword type="function" name="GnomeVFSModuleCallbackResponse ()" link="gnome-vfs-2.0-gnome-vfs-module-callback.html#GnomeVFSModuleCallbackResponse"/>
 
665
    <keyword type="function" name="GnomeVFSAsyncModuleCallback ()" link="gnome-vfs-2.0-gnome-vfs-module-callback.html#GnomeVFSAsyncModuleCallback"/>
 
666
    <keyword type="function" name="gnome_vfs_module_callback_set_default ()" link="gnome-vfs-2.0-gnome-vfs-module-callback.html#gnome-vfs-module-callback-set-default"/>
 
667
    <keyword type="function" name="gnome_vfs_module_callback_push ()" link="gnome-vfs-2.0-gnome-vfs-module-callback.html#gnome-vfs-module-callback-push"/>
 
668
    <keyword type="function" name="gnome_vfs_module_callback_pop ()" link="gnome-vfs-2.0-gnome-vfs-module-callback.html#gnome-vfs-module-callback-pop"/>
 
669
    <keyword type="function" name="gnome_vfs_async_module_callback_set_default ()" link="gnome-vfs-2.0-gnome-vfs-module-callback.html#gnome-vfs-async-module-callback-set-default"/>
 
670
    <keyword type="function" name="gnome_vfs_async_module_callback_push ()" link="gnome-vfs-2.0-gnome-vfs-module-callback.html#gnome-vfs-async-module-callback-push"/>
 
671
    <keyword type="function" name="gnome_vfs_async_module_callback_pop ()" link="gnome-vfs-2.0-gnome-vfs-module-callback.html#gnome-vfs-async-module-callback-pop"/>
 
672
    <keyword type="constant" name="GNOME_VFS_OK" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-OK:CAPS"/>
 
673
    <keyword type="constant" name="GNOME_VFS_ERROR_NOT_FOUND" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-NOT-FOUND:CAPS"/>
 
674
    <keyword type="constant" name="GNOME_VFS_ERROR_GENERIC" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-GENERIC:CAPS"/>
 
675
    <keyword type="constant" name="GNOME_VFS_ERROR_INTERNAL" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-INTERNAL:CAPS"/>
 
676
    <keyword type="constant" name="GNOME_VFS_ERROR_BAD_PARAMETERS" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-BAD-PARAMETERS:CAPS"/>
 
677
    <keyword type="constant" name="GNOME_VFS_ERROR_NOT_SUPPORTED" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-NOT-SUPPORTED:CAPS"/>
 
678
    <keyword type="constant" name="GNOME_VFS_ERROR_IO" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-IO:CAPS"/>
 
679
    <keyword type="constant" name="GNOME_VFS_ERROR_CORRUPTED_DATA" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-CORRUPTED-DATA:CAPS"/>
 
680
    <keyword type="constant" name="GNOME_VFS_ERROR_WRONG_FORMAT" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-WRONG-FORMAT:CAPS"/>
 
681
    <keyword type="constant" name="GNOME_VFS_ERROR_BAD_FILE" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-BAD-FILE:CAPS"/>
 
682
    <keyword type="constant" name="GNOME_VFS_ERROR_TOO_BIG" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-TOO-BIG:CAPS"/>
 
683
    <keyword type="constant" name="GNOME_VFS_ERROR_NO_SPACE" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-NO-SPACE:CAPS"/>
 
684
    <keyword type="constant" name="GNOME_VFS_ERROR_READ_ONLY" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-READ-ONLY:CAPS"/>
 
685
    <keyword type="constant" name="GNOME_VFS_ERROR_INVALID_URI" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-INVALID-URI:CAPS"/>
 
686
    <keyword type="constant" name="GNOME_VFS_ERROR_NOT_OPEN" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-NOT-OPEN:CAPS"/>
 
687
    <keyword type="constant" name="GNOME_VFS_ERROR_INVALID_OPEN_MODE" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-INVALID-OPEN-MODE:CAPS"/>
 
688
    <keyword type="constant" name="GNOME_VFS_ERROR_ACCESS_DENIED" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-ACCESS-DENIED:CAPS"/>
 
689
    <keyword type="constant" name="GNOME_VFS_ERROR_TOO_MANY_OPEN_FILES" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-TOO-MANY-OPEN-FILES:CAPS"/>
 
690
    <keyword type="constant" name="GNOME_VFS_ERROR_EOF" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-EOF:CAPS"/>
 
691
    <keyword type="constant" name="GNOME_VFS_ERROR_NOT_A_DIRECTORY" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-NOT-A-DIRECTORY:CAPS"/>
 
692
    <keyword type="constant" name="GNOME_VFS_ERROR_IN_PROGRESS" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-IN-PROGRESS:CAPS"/>
 
693
    <keyword type="constant" name="GNOME_VFS_ERROR_INTERRUPTED" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-INTERRUPTED:CAPS"/>
 
694
    <keyword type="constant" name="GNOME_VFS_ERROR_FILE_EXISTS" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-FILE-EXISTS:CAPS"/>
 
695
    <keyword type="constant" name="GNOME_VFS_ERROR_LOOP" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-LOOP:CAPS"/>
 
696
    <keyword type="constant" name="GNOME_VFS_ERROR_NOT_PERMITTED" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-NOT-PERMITTED:CAPS"/>
 
697
    <keyword type="constant" name="GNOME_VFS_ERROR_IS_DIRECTORY" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-IS-DIRECTORY:CAPS"/>
 
698
    <keyword type="constant" name="GNOME_VFS_ERROR_NO_MEMORY" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-NO-MEMORY:CAPS"/>
 
699
    <keyword type="constant" name="GNOME_VFS_ERROR_HOST_NOT_FOUND" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-HOST-NOT-FOUND:CAPS"/>
 
700
    <keyword type="constant" name="GNOME_VFS_ERROR_INVALID_HOST_NAME" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-INVALID-HOST-NAME:CAPS"/>
 
701
    <keyword type="constant" name="GNOME_VFS_ERROR_HOST_HAS_NO_ADDRESS" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-HOST-HAS-NO-ADDRESS:CAPS"/>
 
702
    <keyword type="constant" name="GNOME_VFS_ERROR_LOGIN_FAILED" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-LOGIN-FAILED:CAPS"/>
 
703
    <keyword type="constant" name="GNOME_VFS_ERROR_CANCELLED" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-CANCELLED:CAPS"/>
 
704
    <keyword type="constant" name="GNOME_VFS_ERROR_DIRECTORY_BUSY" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-DIRECTORY-BUSY:CAPS"/>
 
705
    <keyword type="constant" name="GNOME_VFS_ERROR_DIRECTORY_NOT_EMPTY" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-DIRECTORY-NOT-EMPTY:CAPS"/>
 
706
    <keyword type="constant" name="GNOME_VFS_ERROR_TOO_MANY_LINKS" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-TOO-MANY-LINKS:CAPS"/>
 
707
    <keyword type="constant" name="GNOME_VFS_ERROR_READ_ONLY_FILE_SYSTEM" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-READ-ONLY-FILE-SYSTEM:CAPS"/>
 
708
    <keyword type="constant" name="GNOME_VFS_ERROR_NOT_SAME_FILE_SYSTEM" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-NOT-SAME-FILE-SYSTEM:CAPS"/>
 
709
    <keyword type="constant" name="GNOME_VFS_ERROR_NAME_TOO_LONG" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-NAME-TOO-LONG:CAPS"/>
 
710
    <keyword type="constant" name="GNOME_VFS_ERROR_SERVICE_NOT_AVAILABLE" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-SERVICE-NOT-AVAILABLE:CAPS"/>
 
711
    <keyword type="constant" name="GNOME_VFS_ERROR_SERVICE_OBSOLETE" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-SERVICE-OBSOLETE:CAPS"/>
 
712
    <keyword type="constant" name="GNOME_VFS_ERROR_PROTOCOL_ERROR" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-PROTOCOL-ERROR:CAPS"/>
 
713
    <keyword type="constant" name="GNOME_VFS_ERROR_NO_MASTER_BROWSER" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-NO-MASTER-BROWSER:CAPS"/>
 
714
    <keyword type="constant" name="GNOME_VFS_ERROR_NO_DEFAULT" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-NO-DEFAULT:CAPS"/>
 
715
    <keyword type="constant" name="GNOME_VFS_ERROR_NO_HANDLER" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-NO-HANDLER:CAPS"/>
 
716
    <keyword type="constant" name="GNOME_VFS_ERROR_PARSE" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-PARSE:CAPS"/>
 
717
    <keyword type="constant" name="GNOME_VFS_ERROR_LAUNCH" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-LAUNCH:CAPS"/>
 
718
    <keyword type="constant" name="GNOME_VFS_ERROR_TIMEOUT" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-TIMEOUT:CAPS"/>
 
719
    <keyword type="constant" name="GNOME_VFS_ERROR_NAMESERVER" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-NAMESERVER:CAPS"/>
 
720
    <keyword type="constant" name="GNOME_VFS_ERROR_LOCKED" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-LOCKED:CAPS"/>
 
721
    <keyword type="constant" name="GNOME_VFS_ERROR_DEPRECATED_FUNCTION" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-DEPRECATED-FUNCTION:CAPS"/>
 
722
    <keyword type="constant" name="GNOME_VFS_ERROR_INVALID_FILENAME" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-INVALID-FILENAME:CAPS"/>
 
723
    <keyword type="constant" name="GNOME_VFS_ERROR_NOT_A_SYMBOLIC_LINK" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-ERROR-NOT-A-SYMBOLIC-LINK:CAPS"/>
 
724
    <keyword type="constant" name="GNOME_VFS_NUM_ERRORS" link="gnome-vfs-2.0-gnome-vfs-result.html#GNOME-VFS-NUM-ERRORS:CAPS"/>
 
725
    <keyword type="constant" name="GNOME_VFS_URI_HIDE_NONE" link="gnome-vfs-2.0-gnome-vfs-uri.html#GNOME-VFS-URI-HIDE-NONE:CAPS"/>
 
726
    <keyword type="constant" name="GNOME_VFS_URI_HIDE_USER_NAME" link="gnome-vfs-2.0-gnome-vfs-uri.html#GNOME-VFS-URI-HIDE-USER-NAME:CAPS"/>
 
727
    <keyword type="constant" name="GNOME_VFS_URI_HIDE_PASSWORD" link="gnome-vfs-2.0-gnome-vfs-uri.html#GNOME-VFS-URI-HIDE-PASSWORD:CAPS"/>
 
728
    <keyword type="constant" name="GNOME_VFS_URI_HIDE_HOST_NAME" link="gnome-vfs-2.0-gnome-vfs-uri.html#GNOME-VFS-URI-HIDE-HOST-NAME:CAPS"/>
 
729
    <keyword type="constant" name="GNOME_VFS_URI_HIDE_HOST_PORT" link="gnome-vfs-2.0-gnome-vfs-uri.html#GNOME-VFS-URI-HIDE-HOST-PORT:CAPS"/>
 
730
    <keyword type="constant" name="GNOME_VFS_URI_HIDE_TOPLEVEL_METHOD" link="gnome-vfs-2.0-gnome-vfs-uri.html#GNOME-VFS-URI-HIDE-TOPLEVEL-METHOD:CAPS"/>
 
731
    <keyword type="constant" name="GNOME_VFS_URI_HIDE_FRAGMENT_IDENTIFIER" link="gnome-vfs-2.0-gnome-vfs-uri.html#GNOME-VFS-URI-HIDE-FRAGMENT-IDENTIFIER:CAPS"/>
 
732
    <keyword type="constant" name="GNOME_VFS_MAKE_URI_DIR_NONE" link="gnome-vfs-2.0-gnome-vfs-utils.html#GNOME-VFS-MAKE-URI-DIR-NONE:CAPS"/>
 
733
    <keyword type="constant" name="GNOME_VFS_MAKE_URI_DIR_HOMEDIR" link="gnome-vfs-2.0-gnome-vfs-utils.html#GNOME-VFS-MAKE-URI-DIR-HOMEDIR:CAPS"/>
 
734
    <keyword type="constant" name="GNOME_VFS_MAKE_URI_DIR_CURRENT" link="gnome-vfs-2.0-gnome-vfs-utils.html#GNOME-VFS-MAKE-URI-DIR-CURRENT:CAPS"/>
 
735
    <keyword type="constant" name="GNOME_VFS_FILE_FLAGS_NONE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-FLAGS-NONE:CAPS"/>
 
736
    <keyword type="constant" name="GNOME_VFS_FILE_FLAGS_SYMLINK" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-FLAGS-SYMLINK:CAPS"/>
 
737
    <keyword type="constant" name="GNOME_VFS_FILE_FLAGS_LOCAL" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-FLAGS-LOCAL:CAPS"/>
 
738
    <keyword type="constant" name="GNOME_VFS_FILE_TYPE_UNKNOWN" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-TYPE-UNKNOWN:CAPS"/>
 
739
    <keyword type="constant" name="GNOME_VFS_FILE_TYPE_REGULAR" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-TYPE-REGULAR:CAPS"/>
 
740
    <keyword type="constant" name="GNOME_VFS_FILE_TYPE_DIRECTORY" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-TYPE-DIRECTORY:CAPS"/>
 
741
    <keyword type="constant" name="GNOME_VFS_FILE_TYPE_FIFO" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-TYPE-FIFO:CAPS"/>
 
742
    <keyword type="constant" name="GNOME_VFS_FILE_TYPE_SOCKET" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-TYPE-SOCKET:CAPS"/>
 
743
    <keyword type="constant" name="GNOME_VFS_FILE_TYPE_CHARACTER_DEVICE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-TYPE-CHARACTER-DEVICE:CAPS"/>
 
744
    <keyword type="constant" name="GNOME_VFS_FILE_TYPE_BLOCK_DEVICE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-TYPE-BLOCK-DEVICE:CAPS"/>
 
745
    <keyword type="constant" name="GNOME_VFS_FILE_TYPE_SYMBOLIC_LINK" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-TYPE-SYMBOLIC-LINK:CAPS"/>
 
746
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_NONE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-NONE:CAPS"/>
 
747
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_TYPE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-TYPE:CAPS"/>
 
748
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_PERMISSIONS" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-PERMISSIONS:CAPS"/>
 
749
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_FLAGS" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-FLAGS:CAPS"/>
 
750
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_DEVICE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-DEVICE:CAPS"/>
 
751
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_INODE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-INODE:CAPS"/>
 
752
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_LINK_COUNT" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-LINK-COUNT:CAPS"/>
 
753
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_SIZE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-SIZE:CAPS"/>
 
754
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_BLOCK_COUNT" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-BLOCK-COUNT:CAPS"/>
 
755
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_IO_BLOCK_SIZE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-IO-BLOCK-SIZE:CAPS"/>
 
756
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_ATIME" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-ATIME:CAPS"/>
 
757
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_MTIME" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-MTIME:CAPS"/>
 
758
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_CTIME" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-CTIME:CAPS"/>
 
759
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_SYMLINK_NAME" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-SYMLINK-NAME:CAPS"/>
 
760
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_MIME_TYPE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-MIME-TYPE:CAPS"/>
 
761
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_ACCESS" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-ACCESS:CAPS"/>
 
762
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_IDS" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-IDS:CAPS"/>
 
763
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_ACL" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-ACL:CAPS"/>
 
764
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FIELDS_SELINUX_CONTEXT" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FIELDS-SELINUX-CONTEXT:CAPS"/>
 
765
    <keyword type="constant" name="GNOME_VFS_PERM_SUID" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-PERM-SUID:CAPS"/>
 
766
    <keyword type="constant" name="GNOME_VFS_PERM_SGID" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-PERM-SGID:CAPS"/>
 
767
    <keyword type="constant" name="GNOME_VFS_PERM_STICKY" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-PERM-STICKY:CAPS"/>
 
768
    <keyword type="constant" name="GNOME_VFS_PERM_USER_WRITE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-PERM-USER-WRITE:CAPS"/>
 
769
    <keyword type="constant" name="GNOME_VFS_PERM_USER_EXEC" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-PERM-USER-EXEC:CAPS"/>
 
770
    <keyword type="constant" name="GNOME_VFS_PERM_USER_ALL" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-PERM-USER-ALL:CAPS"/>
 
771
    <keyword type="constant" name="GNOME_VFS_PERM_GROUP_READ" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-PERM-GROUP-READ:CAPS"/>
 
772
    <keyword type="constant" name="GNOME_VFS_PERM_GROUP_WRITE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-PERM-GROUP-WRITE:CAPS"/>
 
773
    <keyword type="constant" name="GNOME_VFS_PERM_GROUP_EXEC" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-PERM-GROUP-EXEC:CAPS"/>
 
774
    <keyword type="constant" name="GNOME_VFS_PERM_GROUP_ALL" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-PERM-GROUP-ALL:CAPS"/>
 
775
    <keyword type="constant" name="GNOME_VFS_PERM_OTHER_READ" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-PERM-OTHER-READ:CAPS"/>
 
776
    <keyword type="constant" name="GNOME_VFS_PERM_OTHER_WRITE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-PERM-OTHER-WRITE:CAPS"/>
 
777
    <keyword type="constant" name="GNOME_VFS_PERM_OTHER_EXEC" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-PERM-OTHER-EXEC:CAPS"/>
 
778
    <keyword type="constant" name="GNOME_VFS_PERM_OTHER_ALL" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-PERM-OTHER-ALL:CAPS"/>
 
779
    <keyword type="constant" name="GNOME_VFS_PERM_ACCESS_READABLE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-PERM-ACCESS-READABLE:CAPS"/>
 
780
    <keyword type="constant" name="GNOME_VFS_PERM_ACCESS_WRITABLE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-PERM-ACCESS-WRITABLE:CAPS"/>
 
781
    <keyword type="constant" name="GNOME_VFS_PERM_ACCESS_EXECUTABLE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-PERM-ACCESS-EXECUTABLE:CAPS"/>
 
782
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_DEFAULT" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-DEFAULT:CAPS"/>
 
783
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_GET_MIME_TYPE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-GET-MIME-TYPE:CAPS"/>
 
784
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FORCE_FAST_MIME_TYPE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FORCE-FAST-MIME-TYPE:CAPS"/>
 
785
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FORCE_SLOW_MIME_TYPE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FORCE-SLOW-MIME-TYPE:CAPS"/>
 
786
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_FOLLOW_LINKS" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-FOLLOW-LINKS:CAPS"/>
 
787
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_GET_ACCESS_RIGHTS" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-GET-ACCESS-RIGHTS:CAPS"/>
 
788
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_NAME_ONLY" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-NAME-ONLY:CAPS"/>
 
789
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_GET_ACL" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-GET-ACL:CAPS"/>
 
790
    <keyword type="constant" name="GNOME_VFS_FILE_INFO_GET_SELINUX_CONTEXT" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-GET-SELINUX-CONTEXT:CAPS"/>
 
791
    <keyword type="constant" name="GNOME_VFS_SET_FILE_INFO_NONE" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-SET-FILE-INFO-NONE:CAPS"/>
 
792
    <keyword type="constant" name="GNOME_VFS_SET_FILE_INFO_NAME" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-SET-FILE-INFO-NAME:CAPS"/>
 
793
    <keyword type="constant" name="GNOME_VFS_SET_FILE_INFO_PERMISSIONS" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-SET-FILE-INFO-PERMISSIONS:CAPS"/>
 
794
    <keyword type="constant" name="GNOME_VFS_SET_FILE_INFO_OWNER" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-SET-FILE-INFO-OWNER:CAPS"/>
 
795
    <keyword type="constant" name="GNOME_VFS_SET_FILE_INFO_TIME" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-SET-FILE-INFO-TIME:CAPS"/>
 
796
    <keyword type="constant" name="GNOME_VFS_SET_FILE_INFO_ACL" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-SET-FILE-INFO-ACL:CAPS"/>
 
797
    <keyword type="constant" name="GNOME_VFS_SET_FILE_INFO_SELINUX_CONTEXT" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-SET-FILE-INFO-SELINUX-CONTEXT:CAPS"/>
 
798
    <keyword type="constant" name="GNOME_VFS_SET_FILE_INFO_SYMLINK_NAME" link="gnome-vfs-2.0-gnome-vfs-file-info.html#GNOME-VFS-SET-FILE-INFO-SYMLINK-NAME:CAPS"/>
 
799
    <keyword type="constant" name="GNOME_VFS_OPEN_NONE" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#GNOME-VFS-OPEN-NONE:CAPS"/>
 
800
    <keyword type="constant" name="GNOME_VFS_OPEN_READ" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#GNOME-VFS-OPEN-READ:CAPS"/>
 
801
    <keyword type="constant" name="GNOME_VFS_OPEN_WRITE" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#GNOME-VFS-OPEN-WRITE:CAPS"/>
 
802
    <keyword type="constant" name="GNOME_VFS_OPEN_RANDOM" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#GNOME-VFS-OPEN-RANDOM:CAPS"/>
 
803
    <keyword type="constant" name="GNOME_VFS_OPEN_TRUNCATE" link="gnome-vfs-2.0-gnome-vfs-file-basic-ops.html#GNOME-VFS-OPEN-TRUNCATE:CAPS"/>
 
804
    <keyword type="constant" name="GNOME_VFS_SEEK_START" link="gnome-vfs-2.0-gnome-vfs-file-rw-ops.html#GNOME-VFS-SEEK-START:CAPS"/>
 
805
    <keyword type="constant" name="GNOME_VFS_SEEK_CURRENT" link="gnome-vfs-2.0-gnome-vfs-file-rw-ops.html#GNOME-VFS-SEEK-CURRENT:CAPS"/>
 
806
    <keyword type="constant" name="GNOME_VFS_SEEK_END" link="gnome-vfs-2.0-gnome-vfs-file-rw-ops.html#GNOME-VFS-SEEK-END:CAPS"/>
 
807
    <keyword type="constant" name="GNOME_VFS_DIRECTORY_VISIT_DEFAULT" link="gnome-vfs-2.0-gnome-vfs-directory-list-ops.html#GNOME-VFS-DIRECTORY-VISIT-DEFAULT:CAPS"/>
 
808
    <keyword type="constant" name="GNOME_VFS_DIRECTORY_VISIT_SAMEFS" link="gnome-vfs-2.0-gnome-vfs-directory-list-ops.html#GNOME-VFS-DIRECTORY-VISIT-SAMEFS:CAPS"/>
 
809
    <keyword type="constant" name="GNOME_VFS_DIRECTORY_VISIT_LOOPCHECK" link="gnome-vfs-2.0-gnome-vfs-directory-list-ops.html#GNOME-VFS-DIRECTORY-VISIT-LOOPCHECK:CAPS"/>
 
810
    <keyword type="constant" name="GNOME_VFS_DIRECTORY_VISIT_IGNORE_RECURSE_ERROR" link="gnome-vfs-2.0-gnome-vfs-directory-list-ops.html#GNOME-VFS-DIRECTORY-VISIT-IGNORE-RECURSE-ERROR:CAPS"/>
 
811
    <keyword type="constant" name="GNOME_VFS_DIRECTORY_KIND_DESKTOP" link="gnome-vfs-2.0-gnome-vfs-directory-find-ops.html#GNOME-VFS-DIRECTORY-KIND-DESKTOP:CAPS"/>
 
812
    <keyword type="constant" name="GNOME_VFS_DIRECTORY_KIND_TRASH" link="gnome-vfs-2.0-gnome-vfs-directory-find-ops.html#GNOME-VFS-DIRECTORY-KIND-TRASH:CAPS"/>
 
813
    <keyword type="constant" name="GNOME_VFS_XFER_DEFAULT" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-DEFAULT:CAPS"/>
 
814
    <keyword type="constant" name="GNOME_VFS_XFER_UNUSED_1" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-UNUSED-1:CAPS"/>
 
815
    <keyword type="constant" name="GNOME_VFS_XFER_FOLLOW_LINKS" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-FOLLOW-LINKS:CAPS"/>
 
816
    <keyword type="constant" name="GNOME_VFS_XFER_UNUSED_2" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-UNUSED-2:CAPS"/>
 
817
    <keyword type="constant" name="GNOME_VFS_XFER_RECURSIVE" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-RECURSIVE:CAPS"/>
 
818
    <keyword type="constant" name="GNOME_VFS_XFER_SAMEFS" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-SAMEFS:CAPS"/>
 
819
    <keyword type="constant" name="GNOME_VFS_XFER_DELETE_ITEMS" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-DELETE-ITEMS:CAPS"/>
 
820
    <keyword type="constant" name="GNOME_VFS_XFER_EMPTY_DIRECTORIES" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-EMPTY-DIRECTORIES:CAPS"/>
 
821
    <keyword type="constant" name="GNOME_VFS_XFER_NEW_UNIQUE_DIRECTORY" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-NEW-UNIQUE-DIRECTORY:CAPS"/>
 
822
    <keyword type="constant" name="GNOME_VFS_XFER_REMOVESOURCE" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-REMOVESOURCE:CAPS"/>
 
823
    <keyword type="constant" name="GNOME_VFS_XFER_USE_UNIQUE_NAMES" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-USE-UNIQUE-NAMES:CAPS"/>
 
824
    <keyword type="constant" name="GNOME_VFS_XFER_LINK_ITEMS" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-LINK-ITEMS:CAPS"/>
 
825
    <keyword type="constant" name="GNOME_VFS_XFER_FOLLOW_LINKS_RECURSIVE" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-FOLLOW-LINKS-RECURSIVE:CAPS"/>
 
826
    <keyword type="constant" name="GNOME_VFS_XFER_TARGET_DEFAULT_PERMS" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-TARGET-DEFAULT-PERMS:CAPS"/>
 
827
    <keyword type="constant" name="GNOME_VFS_XFER_PROGRESS_STATUS_OK" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PROGRESS-STATUS-OK:CAPS"/>
 
828
    <keyword type="constant" name="GNOME_VFS_XFER_PROGRESS_STATUS_VFSERROR" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PROGRESS-STATUS-VFSERROR:CAPS"/>
 
829
    <keyword type="constant" name="GNOME_VFS_XFER_PROGRESS_STATUS_OVERWRITE" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PROGRESS-STATUS-OVERWRITE:CAPS"/>
 
830
    <keyword type="constant" name="GNOME_VFS_XFER_PROGRESS_STATUS_DUPLICATE" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PROGRESS-STATUS-DUPLICATE:CAPS"/>
 
831
    <keyword type="constant" name="GNOME_VFS_XFER_OVERWRITE_MODE_ABORT" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-OVERWRITE-MODE-ABORT:CAPS"/>
 
832
    <keyword type="constant" name="GNOME_VFS_XFER_OVERWRITE_MODE_QUERY" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-OVERWRITE-MODE-QUERY:CAPS"/>
 
833
    <keyword type="constant" name="GNOME_VFS_XFER_OVERWRITE_MODE_REPLACE" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-OVERWRITE-MODE-REPLACE:CAPS"/>
 
834
    <keyword type="constant" name="GNOME_VFS_XFER_OVERWRITE_MODE_SKIP" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-OVERWRITE-MODE-SKIP:CAPS"/>
 
835
    <keyword type="constant" name="GNOME_VFS_XFER_OVERWRITE_ACTION_ABORT" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-OVERWRITE-ACTION-ABORT:CAPS"/>
 
836
    <keyword type="constant" name="GNOME_VFS_XFER_OVERWRITE_ACTION_REPLACE" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-OVERWRITE-ACTION-REPLACE:CAPS"/>
 
837
    <keyword type="constant" name="GNOME_VFS_XFER_OVERWRITE_ACTION_REPLACE_ALL" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-OVERWRITE-ACTION-REPLACE-ALL:CAPS"/>
 
838
    <keyword type="constant" name="GNOME_VFS_XFER_OVERWRITE_ACTION_SKIP" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-OVERWRITE-ACTION-SKIP:CAPS"/>
 
839
    <keyword type="constant" name="GNOME_VFS_XFER_OVERWRITE_ACTION_SKIP_ALL" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-OVERWRITE-ACTION-SKIP-ALL:CAPS"/>
 
840
    <keyword type="constant" name="GNOME_VFS_XFER_ERROR_MODE_ABORT" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-ERROR-MODE-ABORT:CAPS"/>
 
841
    <keyword type="constant" name="GNOME_VFS_XFER_ERROR_MODE_QUERY" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-ERROR-MODE-QUERY:CAPS"/>
 
842
    <keyword type="constant" name="GNOME_VFS_XFER_ERROR_ACTION_ABORT" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-ERROR-ACTION-ABORT:CAPS"/>
 
843
    <keyword type="constant" name="GNOME_VFS_XFER_ERROR_ACTION_RETRY" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-ERROR-ACTION-RETRY:CAPS"/>
 
844
    <keyword type="constant" name="GNOME_VFS_XFER_ERROR_ACTION_SKIP" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-ERROR-ACTION-SKIP:CAPS"/>
 
845
    <keyword type="constant" name="GNOME_VFS_XFER_PHASE_INITIAL" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PHASE-INITIAL:CAPS"/>
 
846
    <keyword type="constant" name="GNOME_VFS_XFER_CHECKING_DESTINATION" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-CHECKING-DESTINATION:CAPS"/>
 
847
    <keyword type="constant" name="GNOME_VFS_XFER_PHASE_COLLECTING" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PHASE-COLLECTING:CAPS"/>
 
848
    <keyword type="constant" name="GNOME_VFS_XFER_PHASE_READYTOGO" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PHASE-READYTOGO:CAPS"/>
 
849
    <keyword type="constant" name="GNOME_VFS_XFER_PHASE_OPENSOURCE" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PHASE-OPENSOURCE:CAPS"/>
 
850
    <keyword type="constant" name="GNOME_VFS_XFER_PHASE_OPENTARGET" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PHASE-OPENTARGET:CAPS"/>
 
851
    <keyword type="constant" name="GNOME_VFS_XFER_PHASE_COPYING" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PHASE-COPYING:CAPS"/>
 
852
    <keyword type="constant" name="GNOME_VFS_XFER_PHASE_MOVING" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PHASE-MOVING:CAPS"/>
 
853
    <keyword type="constant" name="GNOME_VFS_XFER_PHASE_READSOURCE" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PHASE-READSOURCE:CAPS"/>
 
854
    <keyword type="constant" name="GNOME_VFS_XFER_PHASE_WRITETARGET" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PHASE-WRITETARGET:CAPS"/>
 
855
    <keyword type="constant" name="GNOME_VFS_XFER_PHASE_CLOSESOURCE" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PHASE-CLOSESOURCE:CAPS"/>
 
856
    <keyword type="constant" name="GNOME_VFS_XFER_PHASE_CLOSETARGET" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PHASE-CLOSETARGET:CAPS"/>
 
857
    <keyword type="constant" name="GNOME_VFS_XFER_PHASE_DELETESOURCE" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PHASE-DELETESOURCE:CAPS"/>
 
858
    <keyword type="constant" name="GNOME_VFS_XFER_PHASE_SETATTRIBUTES" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PHASE-SETATTRIBUTES:CAPS"/>
 
859
    <keyword type="constant" name="GNOME_VFS_XFER_PHASE_FILECOMPLETED" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PHASE-FILECOMPLETED:CAPS"/>
 
860
    <keyword type="constant" name="GNOME_VFS_XFER_PHASE_CLEANUP" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PHASE-CLEANUP:CAPS"/>
 
861
    <keyword type="constant" name="GNOME_VFS_XFER_PHASE_COMPLETED" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-PHASE-COMPLETED:CAPS"/>
 
862
    <keyword type="constant" name="GNOME_VFS_XFER_NUM_PHASES" link="gnome-vfs-2.0-gnome-vfs-xfer.html#GNOME-VFS-XFER-NUM-PHASES:CAPS"/>
 
863
    <keyword type="constant" name="GNOME_VFS_MONITOR_FILE" link="gnome-vfs-2.0-gnome-vfs-monitor.html#GNOME-VFS-MONITOR-FILE:CAPS"/>
 
864
    <keyword type="constant" name="GNOME_VFS_MONITOR_DIRECTORY" link="gnome-vfs-2.0-gnome-vfs-monitor.html#GNOME-VFS-MONITOR-DIRECTORY:CAPS"/>
 
865
    <keyword type="constant" name="GNOME_VFS_MONITOR_EVENT_CHANGED" link="gnome-vfs-2.0-gnome-vfs-monitor.html#GNOME-VFS-MONITOR-EVENT-CHANGED:CAPS"/>
 
866
    <keyword type="constant" name="GNOME_VFS_MONITOR_EVENT_DELETED" link="gnome-vfs-2.0-gnome-vfs-monitor.html#GNOME-VFS-MONITOR-EVENT-DELETED:CAPS"/>
 
867
    <keyword type="constant" name="GNOME_VFS_MONITOR_EVENT_STARTEXECUTING" link="gnome-vfs-2.0-gnome-vfs-monitor.html#GNOME-VFS-MONITOR-EVENT-STARTEXECUTING:CAPS"/>
 
868
    <keyword type="constant" name="GNOME_VFS_MONITOR_EVENT_STOPEXECUTING" link="gnome-vfs-2.0-gnome-vfs-monitor.html#GNOME-VFS-MONITOR-EVENT-STOPEXECUTING:CAPS"/>
 
869
    <keyword type="constant" name="GNOME_VFS_MONITOR_EVENT_CREATED" link="gnome-vfs-2.0-gnome-vfs-monitor.html#GNOME-VFS-MONITOR-EVENT-CREATED:CAPS"/>
 
870
    <keyword type="constant" name="GNOME_VFS_MONITOR_EVENT_METADATA_CHANGED" link="gnome-vfs-2.0-gnome-vfs-monitor.html#GNOME-VFS-MONITOR-EVENT-METADATA-CHANGED:CAPS"/>
 
871
    <keyword type="constant" name="GNOME_VFS_DEVICE_TYPE_UNKNOWN" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DEVICE-TYPE-UNKNOWN:CAPS"/>
 
872
    <keyword type="constant" name="GNOME_VFS_DEVICE_TYPE_AUDIO_CD" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DEVICE-TYPE-AUDIO-CD:CAPS"/>
 
873
    <keyword type="constant" name="GNOME_VFS_DEVICE_TYPE_VIDEO_DVD" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DEVICE-TYPE-VIDEO-DVD:CAPS"/>
 
874
    <keyword type="constant" name="GNOME_VFS_DEVICE_TYPE_HARDDRIVE" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DEVICE-TYPE-HARDDRIVE:CAPS"/>
 
875
    <keyword type="constant" name="GNOME_VFS_DEVICE_TYPE_CDROM" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DEVICE-TYPE-CDROM:CAPS"/>
 
876
    <keyword type="constant" name="GNOME_VFS_DEVICE_TYPE_FLOPPY" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DEVICE-TYPE-FLOPPY:CAPS"/>
 
877
    <keyword type="constant" name="GNOME_VFS_DEVICE_TYPE_ZIP" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DEVICE-TYPE-ZIP:CAPS"/>
 
878
    <keyword type="constant" name="GNOME_VFS_DEVICE_TYPE_JAZ" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DEVICE-TYPE-JAZ:CAPS"/>
 
879
    <keyword type="constant" name="GNOME_VFS_DEVICE_TYPE_NFS" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DEVICE-TYPE-NFS:CAPS"/>
 
880
    <keyword type="constant" name="GNOME_VFS_DEVICE_TYPE_AUTOFS" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DEVICE-TYPE-AUTOFS:CAPS"/>
 
881
    <keyword type="constant" name="GNOME_VFS_DEVICE_TYPE_CAMERA" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DEVICE-TYPE-CAMERA:CAPS"/>
 
882
    <keyword type="constant" name="GNOME_VFS_DEVICE_TYPE_MEMORY_STICK" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DEVICE-TYPE-MEMORY-STICK:CAPS"/>
 
883
    <keyword type="constant" name="GNOME_VFS_DEVICE_TYPE_SMB" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DEVICE-TYPE-SMB:CAPS"/>
 
884
    <keyword type="constant" name="GNOME_VFS_DEVICE_TYPE_APPLE" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DEVICE-TYPE-APPLE:CAPS"/>
 
885
    <keyword type="constant" name="GNOME_VFS_DEVICE_TYPE_MUSIC_PLAYER" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DEVICE-TYPE-MUSIC-PLAYER:CAPS"/>
 
886
    <keyword type="constant" name="GNOME_VFS_DEVICE_TYPE_WINDOWS" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DEVICE-TYPE-WINDOWS:CAPS"/>
 
887
    <keyword type="constant" name="GNOME_VFS_DEVICE_TYPE_LOOPBACK" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DEVICE-TYPE-LOOPBACK:CAPS"/>
 
888
    <keyword type="constant" name="GNOME_VFS_DEVICE_TYPE_NETWORK" link="gnome-vfs-2.0-gnome-vfs-drive.html#GNOME-VFS-DEVICE-TYPE-NETWORK:CAPS"/>
 
889
    <keyword type="constant" name="GNOME_VFS_MIME_UNRELATED" link="gnome-vfs-2.0-gnome-vfs-mime-utils.html#GNOME-VFS-MIME-UNRELATED:CAPS"/>
 
890
    <keyword type="constant" name="GNOME_VFS_MIME_IDENTICAL" link="gnome-vfs-2.0-gnome-vfs-mime-utils.html#GNOME-VFS-MIME-IDENTICAL:CAPS"/>
 
891
    <keyword type="constant" name="GNOME_VFS_MIME_PARENT" link="gnome-vfs-2.0-gnome-vfs-mime-utils.html#GNOME-VFS-MIME-PARENT:CAPS"/>
 
892
    <keyword type="constant" name="GNOME_VFS_MIME_ACTION_TYPE_NONE" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#GNOME-VFS-MIME-ACTION-TYPE-NONE:CAPS"/>
 
893
    <keyword type="constant" name="GNOME_VFS_MIME_ACTION_TYPE_APPLICATION" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#GNOME-VFS-MIME-ACTION-TYPE-APPLICATION:CAPS"/>
 
894
    <keyword type="constant" name="GNOME_VFS_MIME_ACTION_TYPE_COMPONENT" link="gnome-vfs-2.0-gnome-vfs-mime-database-deprecated.html#GNOME-VFS-MIME-ACTION-TYPE-COMPONENT:CAPS"/>
 
895
    <keyword type="constant" name="GNOME_VFS_MODULE_CALLBACK_FULL_AUTHENTICATION_PREVIOUS_ATTEMPT_FAILED" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-FULL-AUTHENTICATION-PREVIOUS-ATTEMPT-FAILED:CAPS"/>
 
896
    <keyword type="constant" name="GNOME_VFS_MODULE_CALLBACK_FULL_AUTHENTICATION_NEED_PASSWORD" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-FULL-AUTHENTICATION-NEED-PASSWORD:CAPS"/>
 
897
    <keyword type="constant" name="GNOME_VFS_MODULE_CALLBACK_FULL_AUTHENTICATION_NEED_USERNAME" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-FULL-AUTHENTICATION-NEED-USERNAME:CAPS"/>
 
898
    <keyword type="constant" name="GNOME_VFS_MODULE_CALLBACK_FULL_AUTHENTICATION_NEED_DOMAIN" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-FULL-AUTHENTICATION-NEED-DOMAIN:CAPS"/>
 
899
    <keyword type="constant" name="GNOME_VFS_MODULE_CALLBACK_FULL_AUTHENTICATION_SAVING_SUPPORTED" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-FULL-AUTHENTICATION-SAVING-SUPPORTED:CAPS"/>
 
900
    <keyword type="constant" name="GNOME_VFS_MODULE_CALLBACK_FULL_AUTHENTICATION_ANON_SUPPORTED" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-FULL-AUTHENTICATION-ANON-SUPPORTED:CAPS"/>
 
901
    <keyword type="constant" name="GNOME_VFS_MODULE_CALLBACK_FULL_AUTHENTICATION_OUT_ANON_SELECTED" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-FULL-AUTHENTICATION-OUT-ANON-SELECTED:CAPS"/>
 
902
    <keyword type="constant" name="AuthTypeBasic" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#AuthTypeBasic"/>
 
903
    <keyword type="constant" name="AuthTypeDigest" link="gnome-vfs-2.0-gnome-vfs-standard-callbacks.html#AuthTypeDigest"/>
672
904
  </functions>
673
905
</book>