<?xml version="1.0" encoding="utf-8" standalone="no"?>
<book xmlns="http://www.devhelp.net/book" title="GnomeVFS - Filesystem Abstraction library" link="index.html" author="Seth Nickell" name="gnome-vfs-2.0">
  <chapters>
    <sub name="Introduction to GnomeVFS" link="about.html">
      <sub name="Uses and Purpose" link="about.html#id2544299"/>
      <sub name="A Gentle Programming Primer" link="gnome-vfs-first-steps.html"/>
    </sub>
    <sub name="Initialization/Shutdown" link="gnome-vfs-20-gnome-vfs-init.html"/>
    <sub name="Directory Handling" link="gnome-vfs-directory-operations.html">
      <sub name="Basic Directory Operations" link="gnome-vfs-20-gnome-vfs-directory-basic-ops.html"/>
      <sub name="Listing Directory Contents" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html"/>
      <sub name="Locating Standard Directories" link="gnome-vfs-20-gnome-vfs-directory-find-ops.html"/>
    </sub>
    <sub name="File Handling" link="gnome-vfs-file-operations.html">
      <sub name="Basic File Operations" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html"/>
      <sub name="Reading and Writing" link="gnome-vfs-20-gnome-vfs-file-rw-ops.html"/>
      <sub name="Getting and Setting File Information" link="gnome-vfs-20-gnome-vfs-file-info-ops.html"/>
      <sub name="Truncating Files" link="gnome-vfs-20-gnome-vfs-file-trunc-ops.html"/>
      <sub name="Advanced File Operations" link="gnome-vfs-20-gnome-vfs-file-advanced-ops.html"/>
      <sub name="Asynchronous File Operations" link="gnome-vfs-20-gnome-vfs-async-ops.html"/>
    </sub>
    <sub name="Advanced Operations" link="advanced-operations.html">
      <sub name="Monitoring" link="gnome-vfs-20-gnome-vfs-monitor.html"/>
      <sub name="Cancellation" link="gnome-vfs-20-gnome-vfs-cancellation.html"/>
      <sub name="File Transfers" link="gnome-vfs-20-gnome-vfs-xfer.html"/>
    </sub>
    <sub name="Data Types" link="data-types.html">
      <sub name="GnomeVFSFileInfo" link="gnome-vfs-20-gnome-vfs-file-info.html"/>
      <sub name="GnomeVFSFileSize" link="gnome-vfs-20-gnome-vfs-file-size.html"/>
      <sub name="GnomeVFSResult" link="gnome-vfs-20-gnome-vfs-result.html"/>
      <sub name="GnomeVFSURI" link="gnome-vfs-20-gnome-vfs-uri.html"/>
    </sub>
    <sub name="MIME Registry" link="mime-registry.html">
      <sub name="Application Registry" link="gnome-vfs-20-gnome-vfs-application-registry.html"/>
      <sub name="File Types" link="gnome-vfs-20-gnome-vfs-mime-database.html"/>
      <sub name="MIME Database Monitor" link="gnome-vfs-20-gnome-vfs-mime-monitor.html"/>
    </sub>
    <sub name="Filesystem Modules" link="modules.html">
      <sub name="Writing Modules" link="gnome-vfs-writing-modules.html"/>
      <sub name="MIME typing" link="gnome-vfs-20-gnome-vfs-mime.html"/>
      <sub name="gnome-vfs-method" link="gnome-vfs-20-gnome-vfs-method.html"/>
      <sub name="gnome-vfs-module" link="gnome-vfs-20-gnome-vfs-module.html"/>
      <sub name="gnome-vfs-module-shared" link="gnome-vfs-20-gnome-vfs-module-shared.html"/>
      <sub name="gnome-vfs-module-callback-module-api" link="gnome-vfs-20-gnome-vfs-module-callback-module-api.html"/>
      <sub name="gnome-vfs-ssl" link="gnome-vfs-20-gnome-vfs-ssl.html"/>
      <sub name="GnomeVFSContext" link="gnome-vfs-20-gnome-vfs-context.html"/>
      <sub name="gnome-vfs-socket" link="gnome-vfs-20-gnome-vfs-socket.html"/>
      <sub name="gnome-vfs-socket-buffer" link="gnome-vfs-20-gnome-vfs-socket-buffer.html"/>
      <sub name="gnome-vfs-transform" link="gnome-vfs-20-gnome-vfs-transform.html"/>
      <sub name="gnome-vfs-parse-ls" link="gnome-vfs-20-gnome-vfs-parse-ls.html"/>
    </sub>
    <sub name="Other Stuff" link="ch08.html">
      <sub name="gnome-vfs-utils" link="gnome-vfs-20-gnome-vfs-utils.html"/>
      <sub name="gnome-vfs-standard-callbacks" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html"/>
      <sub name="gnome-vfs-inet-connection" link="gnome-vfs-20-gnome-vfs-inet-connection.html"/>
      <sub name="gnome-vfs-module-callback" link="gnome-vfs-20-gnome-vfs-module-callback.html"/>
    </sub>
  </chapters>
  <functions>
    <function name="gnome_vfs_init ()" link="gnome-vfs-20-gnome-vfs-init.html#gnome-vfs-init"/>
    <function name="gnome_vfs_initialized ()" link="gnome-vfs-20-gnome-vfs-init.html#gnome-vfs-initialized"/>
    <function name="gnome_vfs_shutdown ()" link="gnome-vfs-20-gnome-vfs-init.html#gnome-vfs-shutdown"/>
    <function name="gnome_vfs_loadinit ()" link="gnome-vfs-20-gnome-vfs-init.html#gnome-vfs-loadinit"/>
    <function name="gnome_vfs_preinit ()" link="gnome-vfs-20-gnome-vfs-init.html#gnome-vfs-preinit"/>
    <function name="gnome_vfs_postinit ()" link="gnome-vfs-20-gnome-vfs-init.html#gnome-vfs-postinit"/>
    <function name="gnome_vfs_make_directory ()" link="gnome-vfs-20-gnome-vfs-directory-basic-ops.html#gnome-vfs-make-directory"/>
    <function name="gnome_vfs_make_directory_for_uri ()" link="gnome-vfs-20-gnome-vfs-directory-basic-ops.html#gnome-vfs-make-directory-for-uri"/>
    <function name="gnome_vfs_remove_directory ()" link="gnome-vfs-20-gnome-vfs-directory-basic-ops.html#gnome-vfs-remove-directory"/>
    <function name="gnome_vfs_remove_directory_from_uri ()" link="gnome-vfs-20-gnome-vfs-directory-basic-ops.html#gnome-vfs-remove-directory-from-uri"/>
    <function name="enum GnomeVFSDirectoryVisitOptions" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#GnomeVFSDirectoryVisitOptions"/>
    <function name="GnomeVFSDirectoryVisitFunc ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#GnomeVFSDirectoryVisitFunc"/>
    <function name="gnome_vfs_directory_open ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-open"/>
    <function name="gnome_vfs_directory_open_from_uri ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-open-from-uri"/>
    <function name="gnome_vfs_directory_read_next ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-read-next"/>
    <function name="gnome_vfs_directory_close ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-close"/>
    <function name="gnome_vfs_directory_visit ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-visit"/>
    <function name="gnome_vfs_directory_visit_uri ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-visit-uri"/>
    <function name="gnome_vfs_directory_visit_files ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-visit-files"/>
    <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"/>
    <function name="gnome_vfs_directory_list_load ()" link="gnome-vfs-20-gnome-vfs-directory-list-ops.html#gnome-vfs-directory-list-load"/>
    <function name="enum GnomeVFSFindDirectoryKind" link="gnome-vfs-20-gnome-vfs-directory-find-ops.html#GnomeVFSFindDirectoryKind"/>
    <function name="gnome_vfs_find_directory ()" link="gnome-vfs-20-gnome-vfs-directory-find-ops.html#gnome-vfs-find-directory"/>
    <function name="enum GnomeVFSOpenMode" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#GnomeVFSOpenMode"/>
    <function name="gnome_vfs_create ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-create"/>
    <function name="gnome_vfs_create_uri ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-create-uri"/>
    <function name="gnome_vfs_open ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-open"/>
    <function name="gnome_vfs_open_uri ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-open-uri"/>
    <function name="gnome_vfs_close ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-close"/>
    <function name="gnome_vfs_unlink ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-unlink"/>
    <function name="gnome_vfs_unlink_from_uri ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-unlink-from-uri"/>
    <function name="gnome_vfs_move_uri ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-move-uri"/>
    <function name="gnome_vfs_move ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-move"/>
    <function name="gnome_vfs_check_same_fs_uris ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-check-same-fs-uris"/>
    <function name="gnome_vfs_check_same_fs ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-check-same-fs"/>
    <function name="gnome_vfs_uri_exists ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-uri-exists"/>
    <function name="gnome_vfs_create_symbolic_link ()" link="gnome-vfs-20-gnome-vfs-file-basic-ops.html#gnome-vfs-create-symbolic-link"/>
    <function name="enum GnomeVFSSeekPosition" link="gnome-vfs-20-gnome-vfs-file-rw-ops.html#GnomeVFSSeekPosition"/>
    <function name="gnome_vfs_read ()" link="gnome-vfs-20-gnome-vfs-file-rw-ops.html#gnome-vfs-read"/>
    <function name="gnome_vfs_write ()" link="gnome-vfs-20-gnome-vfs-file-rw-ops.html#gnome-vfs-write"/>
    <function name="gnome_vfs_seek ()" link="gnome-vfs-20-gnome-vfs-file-rw-ops.html#gnome-vfs-seek"/>
    <function name="gnome_vfs_tell ()" link="gnome-vfs-20-gnome-vfs-file-rw-ops.html#gnome-vfs-tell"/>
    <function name="gnome_vfs_get_file_info ()" link="gnome-vfs-20-gnome-vfs-file-info-ops.html#gnome-vfs-get-file-info"/>
    <function name="gnome_vfs_get_file_info_uri ()" link="gnome-vfs-20-gnome-vfs-file-info-ops.html#gnome-vfs-get-file-info-uri"/>
    <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"/>
    <function name="gnome_vfs_set_file_info_uri ()" link="gnome-vfs-20-gnome-vfs-file-info-ops.html#gnome-vfs-set-file-info-uri"/>
    <function name="gnome_vfs_set_file_info ()" link="gnome-vfs-20-gnome-vfs-file-info-ops.html#gnome-vfs-set-file-info"/>
    <function name="gnome_vfs_truncate ()" link="gnome-vfs-20-gnome-vfs-file-trunc-ops.html#gnome-vfs-truncate"/>
    <function name="gnome_vfs_truncate_uri ()" link="gnome-vfs-20-gnome-vfs-file-trunc-ops.html#gnome-vfs-truncate-uri"/>
    <function name="gnome_vfs_truncate_handle ()" link="gnome-vfs-20-gnome-vfs-file-trunc-ops.html#gnome-vfs-truncate-handle"/>
    <function name="gnome_vfs_file_control ()" link="gnome-vfs-20-gnome-vfs-file-advanced-ops.html#gnome-vfs-file-control"/>
    <function name="GNOME_VFS_PRIORITY_MIN" link="gnome-vfs-20-gnome-vfs-async-ops.html#GNOME-VFS-PRIORITY-MIN-CAPS"/>
    <function name="GNOME_VFS_PRIORITY_MAX" link="gnome-vfs-20-gnome-vfs-async-ops.html#GNOME-VFS-PRIORITY-MAX-CAPS"/>
    <function name="GNOME_VFS_PRIORITY_DEFAULT" link="gnome-vfs-20-gnome-vfs-async-ops.html#GNOME-VFS-PRIORITY-DEFAULT-CAPS"/>
    <function name="GnomeVFSAsyncCallback ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncCallback"/>
    <function name="GnomeVFSAsyncOpenCallback" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncOpenCallback"/>
    <function name="GnomeVFSAsyncCreateCallback" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncCreateCallback"/>
    <function name="GnomeVFSAsyncCreateAsChannelCallback" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncCreateAsChannelCallback"/>
    <function name="GnomeVFSAsyncCloseCallback" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncCloseCallback"/>
    <function name="GnomeVFSAsyncReadCallback ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncReadCallback"/>
    <function name="GnomeVFSAsyncWriteCallback ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSAsyncWriteCallback"/>
    <function name="struct GnomeVFSFindDirectoryResult" link="gnome-vfs-20-gnome-vfs-async-ops.html#GnomeVFSFindDirectoryResult"/>
    <function name="gnome_vfs_async_set_job_limit ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-set-job-limit"/>
    <function name="gnome_vfs_async_get_job_limit ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-get-job-limit"/>
    <function name="gnome_vfs_async_cancel ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-cancel"/>
    <function name="gnome_vfs_async_open ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-open"/>
    <function name="gnome_vfs_async_open_uri ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-open-uri"/>
    <function name="gnome_vfs_async_open_as_channel ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-open-as-channel"/>
    <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"/>
    <function name="gnome_vfs_async_create ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-create"/>
    <function name="gnome_vfs_async_create_uri ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-create-uri"/>
    <function name="gnome_vfs_async_create_symbolic_link ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-create-symbolic-link"/>
    <function name="gnome_vfs_async_create_as_channel ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-create-as-channel"/>
    <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"/>
    <function name="gnome_vfs_async_close ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-close"/>
    <function name="gnome_vfs_async_read ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-read"/>
    <function name="gnome_vfs_async_write ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-write"/>
    <function name="gnome_vfs_async_get_file_info ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-get-file-info"/>
    <function name="gnome_vfs_async_set_file_info ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-set-file-info"/>
    <function name="gnome_vfs_async_load_directory ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-load-directory"/>
    <function name="gnome_vfs_async_load_directory_uri ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-load-directory-uri"/>
    <function name="gnome_vfs_async_xfer ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-xfer"/>
    <function name="gnome_vfs_async_find_directory ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-find-directory"/>
    <function name="gnome_vfs_async_file_control ()" link="gnome-vfs-20-gnome-vfs-async-ops.html#gnome-vfs-async-file-control"/>
    <function name="gnome_vfs_monitor_add ()" link="gnome-vfs-20-gnome-vfs-monitor.html#gnome-vfs-monitor-add"/>
    <function name="gnome_vfs_monitor_cancel ()" link="gnome-vfs-20-gnome-vfs-monitor.html#gnome-vfs-monitor-cancel"/>
    <function name="enum GnomeVFSMonitorType" link="gnome-vfs-20-gnome-vfs-monitor.html#GnomeVFSMonitorType"/>
    <function name="enum GnomeVFSMonitorEventType" link="gnome-vfs-20-gnome-vfs-monitor.html#GnomeVFSMonitorEventType"/>
    <function name="GnomeVFSMonitorCallback ()" link="gnome-vfs-20-gnome-vfs-monitor.html#GnomeVFSMonitorCallback"/>
    <function name="gnome_vfs_cancellation_new ()" link="gnome-vfs-20-gnome-vfs-cancellation.html#gnome-vfs-cancellation-new"/>
    <function name="gnome_vfs_cancellation_destroy ()" link="gnome-vfs-20-gnome-vfs-cancellation.html#gnome-vfs-cancellation-destroy"/>
    <function name="gnome_vfs_cancellation_cancel ()" link="gnome-vfs-20-gnome-vfs-cancellation.html#gnome-vfs-cancellation-cancel"/>
    <function name="gnome_vfs_cancellation_check ()" link="gnome-vfs-20-gnome-vfs-cancellation.html#gnome-vfs-cancellation-check"/>
    <function name="gnome_vfs_cancellation_ack ()" link="gnome-vfs-20-gnome-vfs-cancellation.html#gnome-vfs-cancellation-ack"/>
    <function name="gnome_vfs_cancellation_get_fd ()" link="gnome-vfs-20-gnome-vfs-cancellation.html#gnome-vfs-cancellation-get-fd"/>
    <function name="enum GnomeVFSXferOptions" link="gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferOptions"/>
    <function name="enum GnomeVFSXferProgressStatus" link="gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferProgressStatus"/>
    <function name="enum GnomeVFSXferOverwriteMode" link="gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferOverwriteMode"/>
    <function name="enum GnomeVFSXferOverwriteAction" link="gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferOverwriteAction"/>
    <function name="enum GnomeVFSXferErrorMode" link="gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferErrorMode"/>
    <function name="enum GnomeVFSXferErrorAction" link="gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferErrorAction"/>
    <function name="enum GnomeVFSXferPhase" link="gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferPhase"/>
    <function name="struct GnomeVFSXferProgressInfo" link="gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferProgressInfo"/>
    <function name="GnomeVFSXferProgressCallback ()" link="gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferProgressCallback"/>
    <function name="gnome_vfs_xfer_uri_list ()" link="gnome-vfs-20-gnome-vfs-xfer.html#gnome-vfs-xfer-uri-list"/>
    <function name="gnome_vfs_xfer_uri ()" link="gnome-vfs-20-gnome-vfs-xfer.html#gnome-vfs-xfer-uri"/>
    <function name="gnome_vfs_xfer_delete_list ()" link="gnome-vfs-20-gnome-vfs-xfer.html#gnome-vfs-xfer-delete-list"/>
    <function name="enum GnomeVFSFileFlags" link="gnome-vfs-20-gnome-vfs-file-info.html#GnomeVFSFileFlags"/>
    <function name="enum GnomeVFSFileType" link="gnome-vfs-20-gnome-vfs-file-info.html#GnomeVFSFileType"/>
    <function name="enum GnomeVFSFileInfoFields" link="gnome-vfs-20-gnome-vfs-file-info.html#GnomeVFSFileInfoFields"/>
    <function name="enum GnomeVFSFilePermissions" link="gnome-vfs-20-gnome-vfs-file-info.html#GnomeVFSFilePermissions"/>
    <function name="enum GnomeVFSFileInfoOptions" link="gnome-vfs-20-gnome-vfs-file-info.html#GnomeVFSFileInfoOptions"/>
    <function name="enum GnomeVFSSetFileInfoMask" link="gnome-vfs-20-gnome-vfs-file-info.html#GnomeVFSSetFileInfoMask"/>
    <function name="struct GnomeVFSGetFileInfoResult" link="gnome-vfs-20-gnome-vfs-file-info.html#GnomeVFSGetFileInfoResult"/>
    <function name="GnomeVFSInodeNumber" link="gnome-vfs-20-gnome-vfs-file-info.html#GnomeVFSInodeNumber"/>
    <function name="struct GnomeVFSFileInfo" link="gnome-vfs-20-gnome-vfs-file-info.html#GnomeVFSFileInfo"/>
    <function name="GNOME_VFS_FILE_INFO_SYMLINK()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SYMLINK-CAPS"/>
    <function name="GNOME_VFS_FILE_INFO_SET_SYMLINK()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SET-SYMLINK-CAPS"/>
    <function name="GNOME_VFS_FILE_INFO_LOCAL()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-LOCAL-CAPS"/>
    <function name="GNOME_VFS_FILE_INFO_SET_LOCAL()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SET-LOCAL-CAPS"/>
    <function name="GNOME_VFS_FILE_INFO_SUID()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SUID-CAPS"/>
    <function name="GNOME_VFS_FILE_INFO_SGID()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SGID-CAPS"/>
    <function name="GNOME_VFS_FILE_INFO_STICKY()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-STICKY-CAPS"/>
    <function name="GNOME_VFS_FILE_INFO_SET_SUID()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SET-SUID-CAPS"/>
    <function name="GNOME_VFS_FILE_INFO_SET_SGID()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SET-SGID-CAPS"/>
    <function name="GNOME_VFS_FILE_INFO_SET_STICKY()" link="gnome-vfs-20-gnome-vfs-file-info.html#GNOME-VFS-FILE-INFO-SET-STICKY-CAPS"/>
    <function name="gnome_vfs_file_info_new ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-new"/>
    <function name="gnome_vfs_file_info_unref ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-unref"/>
    <function name="gnome_vfs_file_info_ref ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-ref"/>
    <function name="gnome_vfs_file_info_clear ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-clear"/>
    <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"/>
    <function name="gnome_vfs_file_info_copy ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-copy"/>
    <function name="gnome_vfs_file_info_dup ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-dup"/>
    <function name="gnome_vfs_file_info_matches ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-matches"/>
    <function name="gnome_vfs_file_info_list_ref ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-list-ref"/>
    <function name="gnome_vfs_file_info_list_unref ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-list-unref"/>
    <function name="gnome_vfs_file_info_list_copy ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-list-copy"/>
    <function name="gnome_vfs_file_info_list_free ()" link="gnome-vfs-20-gnome-vfs-file-info.html#gnome-vfs-file-info-list-free"/>
    <function name="GNOME_VFS_OFFSET_IS_LONG_LONG" link="gnome-vfs-20-gnome-vfs-file-size.html#GNOME-VFS-OFFSET-IS-LONG-LONG-CAPS"/>
    <function name="GNOME_VFS_SIZE_FORMAT_STR" link="gnome-vfs-20-gnome-vfs-file-size.html#GNOME-VFS-SIZE-FORMAT-STR-CAPS"/>
    <function name="GNOME_VFS_OFFSET_FORMAT_STR" link="gnome-vfs-20-gnome-vfs-file-size.html#GNOME-VFS-OFFSET-FORMAT-STR-CAPS"/>
    <function name="GnomeVFSFileSize" link="gnome-vfs-20-gnome-vfs-file-size.html#GnomeVFSFileSize"/>
    <function name="GnomeVFSFileOffset" link="gnome-vfs-20-gnome-vfs-file-size.html#GnomeVFSFileOffset"/>
    <function name="enum GnomeVFSResult" link="gnome-vfs-20-gnome-vfs-result.html#GnomeVFSResult"/>
    <function name="gnome_vfs_result_to_string ()" link="gnome-vfs-20-gnome-vfs-result.html#gnome-vfs-result-to-string"/>
    <function name="gnome_vfs_result_from_errno_code ()" link="gnome-vfs-20-gnome-vfs-result.html#gnome-vfs-result-from-errno-code"/>
    <function name="gnome_vfs_result_from_errno ()" link="gnome-vfs-20-gnome-vfs-result.html#gnome-vfs-result-from-errno"/>
    <function name="gnome_vfs_result_from_h_errno ()" link="gnome-vfs-20-gnome-vfs-result.html#gnome-vfs-result-from-h-errno"/>
    <function name="struct GnomeVFSToplevelURI" link="gnome-vfs-20-gnome-vfs-uri.html#GnomeVFSToplevelURI"/>
    <function name="enum GnomeVFSURIHideOptions" link="gnome-vfs-20-gnome-vfs-uri.html#GnomeVFSURIHideOptions"/>
    <function name="GNOME_VFS_URI_MAGIC_CHR" link="gnome-vfs-20-gnome-vfs-uri.html#GNOME-VFS-URI-MAGIC-CHR-CAPS"/>
    <function name="GNOME_VFS_URI_MAGIC_STR" link="gnome-vfs-20-gnome-vfs-uri.html#GNOME-VFS-URI-MAGIC-STR-CAPS"/>
    <function name="GNOME_VFS_URI_PATH_CHR" link="gnome-vfs-20-gnome-vfs-uri.html#GNOME-VFS-URI-PATH-CHR-CAPS"/>
    <function name="GNOME_VFS_URI_PATH_STR" link="gnome-vfs-20-gnome-vfs-uri.html#GNOME-VFS-URI-PATH-STR-CAPS"/>
    <function name="gnome_vfs_uri_new ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-new"/>
    <function name="gnome_vfs_uri_resolve_relative ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-resolve-relative"/>
    <function name="gnome_vfs_uri_ref ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-ref"/>
    <function name="gnome_vfs_uri_unref ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-unref"/>
    <function name="gnome_vfs_uri_append_string ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-append-string"/>
    <function name="gnome_vfs_uri_append_path ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-append-path"/>
    <function name="gnome_vfs_uri_append_file_name ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-append-file-name"/>
    <function name="gnome_vfs_uri_to_string ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-to-string"/>
    <function name="gnome_vfs_uri_dup ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-dup"/>
    <function name="gnome_vfs_uri_is_local ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-is-local"/>
    <function name="gnome_vfs_uri_has_parent ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-has-parent"/>
    <function name="gnome_vfs_uri_get_parent ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-get-parent"/>
    <function name="gnome_vfs_uri_get_toplevel ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-get-toplevel"/>
    <function name="gnome_vfs_uri_get_host_name ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-get-host-name"/>
    <function name="gnome_vfs_uri_get_scheme ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-get-scheme"/>
    <function name="gnome_vfs_uri_get_host_port ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-get-host-port"/>
    <function name="gnome_vfs_uri_get_user_name ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-get-user-name"/>
    <function name="gnome_vfs_uri_get_password ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-get-password"/>
    <function name="gnome_vfs_uri_set_host_name ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-set-host-name"/>
    <function name="gnome_vfs_uri_set_host_port ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-set-host-port"/>
    <function name="gnome_vfs_uri_set_user_name ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-set-user-name"/>
    <function name="gnome_vfs_uri_set_password ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-set-password"/>
    <function name="gnome_vfs_uri_equal ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-equal"/>
    <function name="gnome_vfs_uri_is_parent ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-is-parent"/>
    <function name="gnome_vfs_uri_get_path ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-get-path"/>
    <function name="gnome_vfs_uri_get_fragment_identifier ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-get-fragment-identifier"/>
    <function name="gnome_vfs_uri_extract_dirname ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-extract-dirname"/>
    <function name="gnome_vfs_uri_extract_short_name ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-extract-short-name"/>
    <function name="gnome_vfs_uri_extract_short_path_name ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-extract-short-path-name"/>
    <function name="gnome_vfs_uri_hequal ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-hequal"/>
    <function name="gnome_vfs_uri_hash ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-hash"/>
    <function name="gnome_vfs_uri_list_parse ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-list-parse"/>
    <function name="gnome_vfs_uri_list_ref ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-list-ref"/>
    <function name="gnome_vfs_uri_list_unref ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-list-unref"/>
    <function name="gnome_vfs_uri_list_copy ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-list-copy"/>
    <function name="gnome_vfs_uri_list_free ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-list-free"/>
    <function name="gnome_vfs_uri_make_full_from_relative ()" link="gnome-vfs-20-gnome-vfs-uri.html#gnome-vfs-uri-make-full-from-relative"/>
    <function name="GNOME_VFS_APPLICATION_REGISTRY_COMMAND" link="gnome-vfs-20-gnome-vfs-application-registry.html#GNOME-VFS-APPLICATION-REGISTRY-COMMAND-CAPS"/>
    <function name="GNOME_VFS_APPLICATION_REGISTRY_NAME" link="gnome-vfs-20-gnome-vfs-application-registry.html#GNOME-VFS-APPLICATION-REGISTRY-NAME-CAPS"/>
    <function 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"/>
    <function name="GNOME_VFS_APPLICATION_REGISTRY_REQUIRES_TERMINAL" link="gnome-vfs-20-gnome-vfs-application-registry.html#GNOME-VFS-APPLICATION-REGISTRY-REQUIRES-TERMINAL-CAPS"/>
    <function name="gnome_vfs_application_registry_exists ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-exists"/>
    <function name="gnome_vfs_application_registry_get_keys ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-get-keys"/>
    <function name="gnome_vfs_application_registry_peek_value ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-peek-value"/>
    <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"/>
    <function name="gnome_vfs_application_registry_remove_application ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-remove-application"/>
    <function name="gnome_vfs_application_registry_set_value ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-set-value"/>
    <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"/>
    <function name="gnome_vfs_application_registry_unset_key ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-unset-key"/>
    <function name="gnome_vfs_application_registry_get_applications ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-get-applications"/>
    <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"/>
    <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"/>
    <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"/>
    <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"/>
    <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"/>
    <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"/>
    <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"/>
    <function name="gnome_vfs_application_registry_sync ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-sync"/>
    <function name="gnome_vfs_application_registry_shutdown ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-shutdown"/>
    <function name="gnome_vfs_application_registry_reload ()" link="gnome-vfs-20-gnome-vfs-application-registry.html#gnome-vfs-application-registry-reload"/>
    <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"/>
    <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"/>
    <function name="GNOME_VFS_MIME_TYPE_UNKNOWN" link="gnome-vfs-20-gnome-vfs-mime-database.html#GNOME-VFS-MIME-TYPE-UNKNOWN-CAPS"/>
    <function name="gnome_vfs_get_mime_type_for_data ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-get-mime-type-for-data"/>
    <function name="gnome_vfs_get_mime_type ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-get-mime-type"/>
    <function name="enum GnomeVFSMimeActionType" link="gnome-vfs-20-gnome-vfs-mime-database.html#GnomeVFSMimeActionType"/>
    <function name="enum GnomeVFSMimeApplicationArgumentType" link="gnome-vfs-20-gnome-vfs-mime-database.html#GnomeVFSMimeApplicationArgumentType"/>
    <function name="struct GnomeVFSMimeApplication" link="gnome-vfs-20-gnome-vfs-mime-database.html#GnomeVFSMimeApplication"/>
    <function name="gnome_vfs_mime_application_copy ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-copy"/>
    <function name="gnome_vfs_mime_get_default_action_type ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-default-action-type"/>
    <function name="gnome_vfs_mime_get_default_action ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-default-action"/>
    <function name="gnome_vfs_mime_get_default_application ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-default-application"/>
    <function name="gnome_vfs_mime_get_default_component ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-default-component"/>
    <function name="gnome_vfs_mime_get_short_list_applications ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-short-list-applications"/>
    <function name="gnome_vfs_mime_get_short_list_components ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-short-list-components"/>
    <function name="gnome_vfs_mime_get_all_applications ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-all-applications"/>
    <function name="gnome_vfs_mime_get_all_components ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-all-components"/>
    <function name="gnome_vfs_mime_set_default_action_type ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-set-default-action-type"/>
    <function name="gnome_vfs_mime_set_default_application ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-set-default-application"/>
    <function name="gnome_vfs_mime_set_default_component ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-set-default-component"/>
    <function name="gnome_vfs_mime_get_icon ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-icon"/>
    <function name="gnome_vfs_mime_set_icon ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-set-icon"/>
    <function name="gnome_vfs_mime_get_description ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-description"/>
    <function name="gnome_vfs_mime_set_description ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-set-description"/>
    <function name="gnome_vfs_mime_can_be_executable ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-can-be-executable"/>
    <function name="gnome_vfs_mime_set_can_be_executable ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-set-can-be-executable"/>
    <function name="gnome_vfs_mime_set_short_list_applications ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-set-short-list-applications"/>
    <function name="gnome_vfs_mime_set_short_list_components ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-set-short-list-components"/>
    <function name="gnome_vfs_mime_add_application_to_short_list ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-add-application-to-short-list"/>
    <function name="gnome_vfs_mime_remove_application_from_short_list ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-remove-application-from-short-list"/>
    <function name="gnome_vfs_mime_add_component_to_short_list ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-add-component-to-short-list"/>
    <function name="gnome_vfs_mime_remove_component_from_short_list ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-remove-component-from-short-list"/>
    <function name="gnome_vfs_mime_add_extension ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-add-extension"/>
    <function name="gnome_vfs_mime_remove_extension ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-remove-extension"/>
    <function name="gnome_vfs_mime_extend_all_applications ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-extend-all-applications"/>
    <function name="gnome_vfs_mime_remove_from_all_applications ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-remove-from-all-applications"/>
    <function name="gnome_vfs_mime_application_new_from_id ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-new-from-id"/>
    <function name="gnome_vfs_mime_application_free ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-free"/>
    <function name="gnome_vfs_mime_action_free ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-action-free"/>
    <function name="gnome_vfs_mime_application_list_free ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-list-free"/>
    <function name="gnome_vfs_mime_component_list_free ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-component-list-free"/>
    <function name="gnome_vfs_mime_id_in_application_list ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-id-in-application-list"/>
    <function name="gnome_vfs_mime_id_in_component_list ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-id-in-component-list"/>
    <function name="gnome_vfs_mime_remove_application_from_list ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-remove-application-from-list"/>
    <function name="gnome_vfs_mime_remove_component_from_list ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-remove-component-from-list"/>
    <function name="gnome_vfs_mime_id_list_from_component_list ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-id-list-from-component-list"/>
    <function name="gnome_vfs_mime_id_list_from_application_list ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-id-list-from-application-list"/>
    <function name="gnome_vfs_mime_freeze ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-freeze"/>
    <function name="gnome_vfs_mime_thaw ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-thaw"/>
    <function name="gnome_vfs_mime_info_reload ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-info-reload"/>
    <function name="gnome_vfs_mime_type_is_known ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-type-is-known"/>
    <function name="gnome_vfs_mime_get_value ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-value"/>
    <function name="gnome_vfs_mime_set_value ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-set-value"/>
    <function name="gnome_vfs_mime_get_key_list ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-key-list"/>
    <function name="gnome_vfs_mime_keys_list_free ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-keys-list-free"/>
    <function name="gnome_vfs_mime_get_extensions_list ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-extensions-list"/>
    <function name="gnome_vfs_mime_extensions_list_free ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-extensions-list-free"/>
    <function name="gnome_vfs_mime_get_extensions_string ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-extensions-string"/>
    <function name="gnome_vfs_mime_get_extensions_pretty_string ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-get-extensions-pretty-string"/>
    <function name="gnome_vfs_get_registered_mime_types ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-get-registered-mime-types"/>
    <function name="gnome_vfs_mime_registered_mime_type_list_free ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-registered-mime-type-list-free"/>
    <function name="gnome_vfs_mime_set_registered_type_key ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-set-registered-type-key"/>
    <function name="gnome_vfs_mime_set_extensions_list ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-set-extensions-list"/>
    <function name="gnome_vfs_mime_registered_mime_type_delete ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-registered-mime-type-delete"/>
    <function name="gnome_vfs_mime_reset ()" link="gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-reset"/>
    <function name="GNOME_VFS_MIME_MONITOR_TYPE" link="gnome-vfs-20-gnome-vfs-mime-monitor.html#GNOME-VFS-MIME-MONITOR-TYPE-CAPS"/>
    <function name="struct GnomeVFSMIMEMonitorPrivate" link="gnome-vfs-20-gnome-vfs-mime-monitor.html#GnomeVFSMIMEMonitorPrivate"/>
    <function name="gnome_vfs_mime_monitor_get ()" link="gnome-vfs-20-gnome-vfs-mime-monitor.html#gnome-vfs-mime-monitor-get"/>
    <function name="GNOME VFS URIs (Uniform Resource Identifiers)" link="gnome-vfs-writing-modules.html#uris"/>
    <function name="The GnomeVFSURI type" link="gnome-vfs-writing-modules.html#id2672973"/>
    <function name="How file access is performed" link="gnome-vfs-writing-modules.html#id2673070"/>
    <function name="Using shared libraries" link="gnome-vfs-writing-modules.html#id2673181"/>
    <function name="The initialization/shutdown functions" link="gnome-vfs-writing-modules.html#id2673246"/>
    <function name="The GnomeVFSMethod object" link="gnome-vfs-writing-modules.html#id2673326"/>
    <function name="The GnomeVFSCancellation object" link="gnome-vfs-writing-modules.html#id2673509"/>
    <function name="Dealing with EINTR" link="gnome-vfs-writing-modules.html#id2673662"/>
    <function name="How to make the code thread safe" link="gnome-vfs-writing-modules.html#id2673789"/>
    <function name="gnome_vfs_mime_shutdown ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-mime-shutdown"/>
    <function name="gnome_vfs_mime_type_from_name ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-mime-type-from-name"/>
    <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"/>
    <function name="gnome_vfs_get_mime_type_common ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-get-mime-type-common"/>
    <function name="gnome_vfs_get_mime_type_from_uri ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-get-mime-type-from-uri"/>
    <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"/>
    <function name="gnome_vfs_get_file_mime_type ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-get-file-mime-type"/>
    <function name="gnome_vfs_mime_type_is_supertype ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-mime-type-is-supertype"/>
    <function name="gnome_vfs_get_supertype_from_mime_type ()" link="gnome-vfs-20-gnome-vfs-mime.html#gnome-vfs-get-supertype-from-mime-type"/>
    <function name="GnomeVFSMethodInitFunc ()" link="gnome-vfs-20-gnome-vfs-method.html#GnomeVFSMethodInitFunc"/>
    <function name="GnomeVFSMethodShutdownFunc ()" link="gnome-vfs-20-gnome-vfs-method.html#GnomeVFSMethodShutdownFunc"/>
    <function name="GnomeVFSMethodTruncateFunc ()" link="gnome-vfs-20-gnome-vfs-method.html#GnomeVFSMethodTruncateFunc"/>
    <function name="GnomeVFSMethodTruncateHandleFunc ()" link="gnome-vfs-20-gnome-vfs-method.html#GnomeVFSMethodTruncateHandleFunc"/>
    <function name="VFS_METHOD_HAS_FUNC()" link="gnome-vfs-20-gnome-vfs-method.html#VFS-METHOD-HAS-FUNC-CAPS"/>
    <function name="gnome_vfs_method_init ()" link="gnome-vfs-20-gnome-vfs-method.html#gnome-vfs-method-init"/>
    <function name="gnome_vfs_method_get ()" link="gnome-vfs-20-gnome-vfs-method.html#gnome-vfs-method-get"/>
    <function name="gnome_vfs_transform_get ()" link="gnome-vfs-20-gnome-vfs-method.html#gnome-vfs-transform-get"/>
    <function name="vfs_module_init ()" link="gnome-vfs-20-gnome-vfs-module.html#vfs-module-init"/>
    <function name="vfs_module_transform ()" link="gnome-vfs-20-gnome-vfs-module.html#vfs-module-transform"/>
    <function name="vfs_module_shutdown ()" link="gnome-vfs-20-gnome-vfs-module.html#vfs-module-shutdown"/>
    <function name="gnome_vfs_mime_type_from_mode ()" link="gnome-vfs-20-gnome-vfs-module-shared.html#gnome-vfs-mime-type-from-mode"/>
    <function name="gnome_vfs_stat_to_file_info ()" link="gnome-vfs-20-gnome-vfs-module-shared.html#gnome-vfs-stat-to-file-info"/>
    <function name="gnome_vfs_set_meta ()" link="gnome-vfs-20-gnome-vfs-module-shared.html#gnome-vfs-set-meta"/>
    <function name="gnome_vfs_set_meta_for_list ()" link="gnome-vfs-20-gnome-vfs-module-shared.html#gnome-vfs-set-meta-for-list"/>
    <function name="gnome_vfs_get_special_mime_type ()" link="gnome-vfs-20-gnome-vfs-module-shared.html#gnome-vfs-get-special-mime-type"/>
    <function name="gnome_vfs_module_callback_invoke ()" link="gnome-vfs-20-gnome-vfs-module-callback-module-api.html#gnome-vfs-module-callback-invoke"/>
    <function name="gnome_vfs_ssl_enabled ()" link="gnome-vfs-20-gnome-vfs-ssl.html#gnome-vfs-ssl-enabled"/>
    <function name="gnome_vfs_ssl_create ()" link="gnome-vfs-20-gnome-vfs-ssl.html#gnome-vfs-ssl-create"/>
    <function name="gnome_vfs_ssl_create_from_fd ()" link="gnome-vfs-20-gnome-vfs-ssl.html#gnome-vfs-ssl-create-from-fd"/>
    <function name="gnome_vfs_ssl_read ()" link="gnome-vfs-20-gnome-vfs-ssl.html#gnome-vfs-ssl-read"/>
    <function name="gnome_vfs_ssl_write ()" link="gnome-vfs-20-gnome-vfs-ssl.html#gnome-vfs-ssl-write"/>
    <function name="gnome_vfs_ssl_destroy ()" link="gnome-vfs-20-gnome-vfs-ssl.html#gnome-vfs-ssl-destroy"/>
    <function name="gnome_vfs_ssl_to_socket ()" link="gnome-vfs-20-gnome-vfs-ssl.html#gnome-vfs-ssl-to-socket"/>
    <function name="gnome_vfs_context_new ()" link="gnome-vfs-20-gnome-vfs-context.html#gnome-vfs-context-new"/>
    <function name="gnome_vfs_context_free ()" link="gnome-vfs-20-gnome-vfs-context.html#gnome-vfs-context-free"/>
    <function name="gnome_vfs_context_get_cancellation ()" link="gnome-vfs-20-gnome-vfs-context.html#gnome-vfs-context-get-cancellation"/>
    <function name="gnome_vfs_context_check_cancellation()" link="gnome-vfs-20-gnome-vfs-context.html#gnome-vfs-context-check-cancellation"/>
    <function name="gnome_vfs_context_peek_current ()" link="gnome-vfs-20-gnome-vfs-context.html#gnome-vfs-context-peek-current"/>
    <function name="gnome_vfs_context_check_cancellation_current ()" link="gnome-vfs-20-gnome-vfs-context.html#gnome-vfs-context-check-cancellation-current"/>
    <function name="GnomeVFSSocketReadFunc ()" link="gnome-vfs-20-gnome-vfs-socket.html#GnomeVFSSocketReadFunc"/>
    <function name="GnomeVFSSocketWriteFunc ()" link="gnome-vfs-20-gnome-vfs-socket.html#GnomeVFSSocketWriteFunc"/>
    <function name="GnomeVFSSocketCloseFunc ()" link="gnome-vfs-20-gnome-vfs-socket.html#GnomeVFSSocketCloseFunc"/>
    <function name="struct GnomeVFSSocketImpl" link="gnome-vfs-20-gnome-vfs-socket.html#GnomeVFSSocketImpl"/>
    <function name="gnome_vfs_socket_new ()" link="gnome-vfs-20-gnome-vfs-socket.html#gnome-vfs-socket-new"/>
    <function name="gnome_vfs_socket_write ()" link="gnome-vfs-20-gnome-vfs-socket.html#gnome-vfs-socket-write"/>
    <function name="gnome_vfs_socket_close ()" link="gnome-vfs-20-gnome-vfs-socket.html#gnome-vfs-socket-close"/>
    <function name="gnome_vfs_socket_read ()" link="gnome-vfs-20-gnome-vfs-socket.html#gnome-vfs-socket-read"/>
    <function name="gnome_vfs_socket_buffer_new ()" link="gnome-vfs-20-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-new"/>
    <function name="gnome_vfs_socket_buffer_destroy ()" link="gnome-vfs-20-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-destroy"/>
    <function name="gnome_vfs_socket_buffer_read ()" link="gnome-vfs-20-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-read"/>
    <function name="gnome_vfs_socket_buffer_peekc ()" link="gnome-vfs-20-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-peekc"/>
    <function name="gnome_vfs_socket_buffer_write ()" link="gnome-vfs-20-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-write"/>
    <function name="gnome_vfs_socket_buffer_flush ()" link="gnome-vfs-20-gnome-vfs-socket-buffer.html#gnome-vfs-socket-buffer-flush"/>
    <function name="GnomeVFSTransformInitFunc ()" link="gnome-vfs-20-gnome-vfs-transform.html#GnomeVFSTransformInitFunc"/>
    <function name="GnomeVFSTransformFunc ()" link="gnome-vfs-20-gnome-vfs-transform.html#GnomeVFSTransformFunc"/>
    <function name="gnome_vfs_parse_ls_lga ()" link="gnome-vfs-20-gnome-vfs-parse-ls.html#gnome-vfs-parse-ls-lga"/>
    <function name="gnome_vfs_format_file_size_for_display ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-format-file-size-for-display"/>
    <function name="gnome_vfs_escape_string ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-escape-string"/>
    <function name="gnome_vfs_escape_path_string ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-escape-path-string"/>
    <function name="gnome_vfs_escape_host_and_path_string ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-escape-host-and-path-string"/>
    <function name="gnome_vfs_escape_slashes ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-escape-slashes"/>
    <function name="gnome_vfs_escape_set ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-escape-set"/>
    <function name="gnome_vfs_unescape_string ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-unescape-string"/>
    <function name="gnome_vfs_make_uri_canonical ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-make-uri-canonical"/>
    <function name="gnome_vfs_make_path_name_canonical ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-make-path-name-canonical"/>
    <function name="gnome_vfs_expand_initial_tilde ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-expand-initial-tilde"/>
    <function name="gnome_vfs_unescape_string_for_display ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-unescape-string-for-display"/>
    <function name="gnome_vfs_get_local_path_from_uri ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-get-local-path-from-uri"/>
    <function name="gnome_vfs_get_uri_from_local_path ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-get-uri-from-local-path"/>
    <function name="gnome_vfs_is_executable_command_string ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-is-executable-command-string"/>
    <function name="gnome_vfs_list_deep_free ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-list-deep-free"/>
    <function name="gnome_vfs_get_volume_free_space ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-get-volume-free-space"/>
    <function name="gnome_vfs_icon_path_from_filename ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-icon-path-from-filename"/>
    <function name="gnome_vfs_is_primary_thread ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-is-primary-thread"/>
    <function name="gnome_vfs_get_uri_scheme ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-get-uri-scheme"/>
    <function name="gnome_vfs_uris_match ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-uris-match"/>
    <function name="GNOME_VFS_ASSERT_PRIMARY_THREAD" link="gnome-vfs-20-gnome-vfs-utils.html#GNOME-VFS-ASSERT-PRIMARY-THREAD-CAPS"/>
    <function name="GNOME_VFS_ASSERT_SECONDARY_THREAD" link="gnome-vfs-20-gnome-vfs-utils.html#GNOME-VFS-ASSERT-SECONDARY-THREAD-CAPS"/>
    <function name="gnome_vfs_read_entire_file ()" link="gnome-vfs-20-gnome-vfs-utils.html#gnome-vfs-read-entire-file"/>
    <function name="GNOME_VFS_MODULE_CALLBACK_AUTHENTICATION" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-AUTHENTICATION-CAPS"/>
    <function 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"/>
    <function name="struct GnomeVFSModuleCallbackAuthenticationOut" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackAuthenticationOut"/>
    <function 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"/>
    <function name="struct GnomeVFSModuleCallbackAdditionalHeadersIn" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackAdditionalHeadersIn"/>
    <function name="struct GnomeVFSModuleCallbackAdditionalHeadersOut" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackAdditionalHeadersOut"/>
    <function 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"/>
    <function name="struct GnomeVFSModuleCallbackReceivedHeadersIn" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackReceivedHeadersIn"/>
    <function name="struct GnomeVFSModuleCallbackReceivedHeadersOut" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackReceivedHeadersOut"/>
    <function name="GNOME_VFS_MODULE_CALLBACK_STATUS_MESSAGE" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GNOME-VFS-MODULE-CALLBACK-STATUS-MESSAGE-CAPS"/>
    <function name="struct GnomeVFSModuleCallbackStatusMessageIn" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackStatusMessageIn"/>
    <function name="struct GnomeVFSModuleCallbackStatusMessageOut" link="gnome-vfs-20-gnome-vfs-standard-callbacks.html#GnomeVFSModuleCallbackStatusMessageOut"/>
    <function name="gnome_vfs_inet_connection_create ()" link="gnome-vfs-20-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-create"/>
    <function name="gnome_vfs_inet_connection_destroy ()" link="gnome-vfs-20-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-destroy"/>
    <function name="gnome_vfs_inet_connection_free ()" link="gnome-vfs-20-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-free"/>
    <function name="gnome_vfs_inet_connection_to_socket ()" link="gnome-vfs-20-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-to-socket"/>
    <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"/>
    <function name="gnome_vfs_inet_connection_get_fd ()" link="gnome-vfs-20-gnome-vfs-inet-connection.html#gnome-vfs-inet-connection-get-fd"/>
    <function name="GnomeVFSModuleCallback ()" link="gnome-vfs-20-gnome-vfs-module-callback.html#GnomeVFSModuleCallback"/>
    <function name="GnomeVFSModuleCallbackResponse ()" link="gnome-vfs-20-gnome-vfs-module-callback.html#GnomeVFSModuleCallbackResponse"/>
    <function name="GnomeVFSAsyncModuleCallback ()" link="gnome-vfs-20-gnome-vfs-module-callback.html#GnomeVFSAsyncModuleCallback"/>
    <function name="gnome_vfs_module_callback_set_default ()" link="gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-module-callback-set-default"/>
    <function name="gnome_vfs_module_callback_push ()" link="gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-module-callback-push"/>
    <function name="gnome_vfs_module_callback_pop ()" link="gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-module-callback-pop"/>
    <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"/>
    <function name="gnome_vfs_async_module_callback_push ()" link="gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-async-module-callback-push"/>
    <function name="gnome_vfs_async_module_callback_pop ()" link="gnome-vfs-20-gnome-vfs-module-callback.html#gnome-vfs-async-module-callback-pop"/>
  </functions>
</book>
