File: //usr/local/ssl/share/gtk-doc/html/gnome-vfs-2.0/mime-registry.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>MIME Registry</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<link rel="start" href="index.html" title="GnomeVFS - Filesystem Abstraction library">
<link rel="up" href="index.html" title="GnomeVFS - Filesystem Abstraction library">
<link rel="prev" href="gnome-vfs-20-gnome-vfs-inet-connection.html" title="Internet connection">
<link rel="next" href="gnome-vfs-20-gnome-vfs-mime.html" title="MIME typing">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="about.html" title="Introduction to GnomeVFS">
<link rel="chapter" href="data-types.html" title="Basic Data Types">
<link rel="chapter" href="gnome-vfs-basic-file-ops.html" title="File Operations">
<link rel="chapter" href="gnome-vfs-directory-ops.html" title="Directory-Specific Operations">
<link rel="chapter" href="gnome-vfs-file-and-dirs-ops.html" title="Advanced File/Directory Operations">
<link rel="chapter" href="gnome-vfs-file-async-ops.html" title="Asynchronous Operations">
<link rel="chapter" href="volumes.html" title="Volumes and Drives Handling">
<link rel="chapter" href="networking.html" title="Networking">
<link rel="chapter" href="mime-registry.html" title="MIME Registry">
<link rel="chapter" href="modules.html" title="Filesystem Modules">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="gnome-vfs-20-gnome-vfs-inet-connection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td> </td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GnomeVFS - Filesystem Abstraction library</th>
<td><a accesskey="n" href="gnome-vfs-20-gnome-vfs-mime.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter" lang="en">
<div class="titlepage"><div><div><h2 class="title">
<a name="mime-registry"></a>MIME Registry</h2></div></div></div>
<div class="toc"><dl>
<dt>
<span class="refentrytitle"><a href="gnome-vfs-20-gnome-vfs-mime.html">MIME typing</a></span><span class="refpurpose"> - functions to get a mime-type for a file using its name or its content</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gnome-vfs-20-gnome-vfs-mime-utils.html">gnome-vfs-mime-utils</a></span><span class="refpurpose"> - </span>
</dt>
<dt>
<span class="refentrytitle"><a href="gnome-vfs-20-gnome-vfs-mime-database.html">MIME Database</a></span><span class="refpurpose"> -
functions for getting information about applications and components associated with MIME types.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gnome-vfs-20-gnome-vfs-mime-monitor.html">gnome-vfs-mime-monitor</a></span><span class="refpurpose"> - </span>
</dt>
<dt>
<span class="refentrytitle"><a href="gnome-vfs-20-gnome-vfs-mime-database-deprecated.html">gnome-vfs-mime-database-deprecated</a></span><span class="refpurpose"> - </span>
</dt>
<dt>
<span class="refentrytitle"><a href="gnome-vfs-20-gnome-vfs-application-registry.html">Deprecated Application Registry API</a></span><span class="refpurpose"> - formerly used for managing applications. Replaced by
GnomeVFS MIME Database API</span>
</dt>
</dl></div>
<p>
MIME types provide a standardized for denoting the content of files or
file streams. GnomeVFS exposes simple methods for both identifying the
MIME type of a particular file, and deciding how to act on it. The MIME
and application registries provide a mapping between files of a particular
mime type and applications / bonobo components which can view or edit
those files. Applications such as Nautilus use this database to generate
appropriate actions when files are activated.
</p>
</div>
</body>
</html>