summaryrefslogtreecommitdiff
path: root/sendto/docs
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-10-17 17:40:03 +0200
committerStefano Karapetsas <[email protected]>2013-10-17 17:40:03 +0200
commiteae33615af610f84fc2be016c5b222f44e741cc1 (patch)
tree8b7032af97743608cca3fbe60cca06d419e42ce2 /sendto/docs
parenteb157f54f3dbbbcf3b63f43073c9687f66497b45 (diff)
downloadcaja-extensions-eae33615af610f84fc2be016c5b222f44e741cc1.tar.bz2
caja-extensions-eae33615af610f84fc2be016c5b222f44e741cc1.tar.xz
Add sendto extension
Diffstat (limited to 'sendto/docs')
-rw-r--r--sendto/docs/Makefile.am100
-rw-r--r--sendto/docs/caja-sendto-docs.sgml29
-rw-r--r--sendto/docs/caja-sendto-overrides.txt0
-rw-r--r--sendto/docs/caja-sendto-sections.txt14
-rw-r--r--sendto/docs/caja-sendto.types1
-rw-r--r--sendto/docs/html/annotation-glossary.html36
-rw-r--r--sendto/docs/html/api-index-full.html66
-rw-r--r--sendto/docs/html/caja-sendto-caja-sendto-plugin.html219
-rw-r--r--sendto/docs/html/caja-sendto.devhelp17
-rw-r--r--sendto/docs/html/caja-sendto.devhelp220
-rw-r--r--sendto/docs/html/ch01.html33
-rw-r--r--sendto/docs/html/home.pngbin0 -> 654 bytes
-rw-r--r--sendto/docs/html/index.html39
-rw-r--r--sendto/docs/html/index.sgml14
-rw-r--r--sendto/docs/html/left.pngbin0 -> 459 bytes
-rw-r--r--sendto/docs/html/right.pngbin0 -> 472 bytes
-rw-r--r--sendto/docs/html/style.css265
-rw-r--r--sendto/docs/html/up.pngbin0 -> 406 bytes
-rw-r--r--sendto/docs/tmpl/caja-sendto-mimetype.sgml33
-rw-r--r--sendto/docs/tmpl/caja-sendto-packer.sgml112
-rw-r--r--sendto/docs/tmpl/caja-sendto-plugin.sgml63
-rw-r--r--sendto/docs/tmpl/caja-sendto-unused.sgml368
-rw-r--r--sendto/docs/tmpl/nst-common.sgml31
-rw-r--r--sendto/docs/tmpl/nst-enum-types.sgml38
-rw-r--r--sendto/docs/tmpl/nst-plugin-marshal.sgml50
-rw-r--r--sendto/docs/version.xml.in1
26 files changed, 1549 insertions, 0 deletions
diff --git a/sendto/docs/Makefile.am b/sendto/docs/Makefile.am
new file mode 100644
index 0000000..830ec37
--- /dev/null
+++ b/sendto/docs/Makefile.am
@@ -0,0 +1,100 @@
+## Process this file with automake to produce Makefile.in
+
+# We require automake 1.6 at least.
+AUTOMAKE_OPTIONS = 1.6
+
+# This is a blank Makefile.am for using gtk-doc.
+# Copy this to your project's API docs directory and modify the variables to
+# suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples
+# of using the various options.
+
+# The name of the module, e.g. 'glib'.
+DOC_MODULE=caja-sendto
+
+# Uncomment for versioned docs and specify the version of the module, e.g. '2'.
+#DOC_MODULE_VERSION=2
+
+
+# The top-level SGML file. You can change this if you want to.
+DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
+
+# The directory containing the source code. Relative to $(srcdir).
+# gtk-doc will search all .c & .h files beneath here for inline comments
+# documenting the functions and macros.
+# e.g. DOC_SOURCE_DIR=../../../gtk
+DOC_SOURCE_DIR=../../src
+
+# Extra options to pass to gtkdoc-scangobj. Not normally needed.
+SCANGOBJ_OPTIONS=
+
+# Extra options to supply to gtkdoc-scan.
+# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
+SCAN_OPTIONS=
+
+# Extra options to supply to gtkdoc-mkdb.
+# e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
+MKDB_OPTIONS=--sgml-mode --output-format=xml
+
+# Extra options to supply to gtkdoc-mktmpl
+# e.g. MKTMPL_OPTIONS=--only-section-tmpl
+MKTMPL_OPTIONS=
+
+# Extra options to supply to gtkdoc-mkhtml
+MKHTML_OPTIONS=
+
+# Extra options to supply to gtkdoc-fixref. Not normally needed.
+# e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
+FIXXREF_OPTIONS=
+
+# Used for dependencies. The docs will be rebuilt if any of these change.
+# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
+# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
+HFILE_GLOB=$(top_srcdir)/src/*.h
+CFILE_GLOB=$(top_srcdir)/src/*.c
+
+# Header files to ignore when scanning.
+# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
+IGNORE_HFILES=caja-nste.h bluetooth-marshal.h e-contact-entry.h econtactentry-marshal.h nst-common.h
+
+# Images to copy into HTML directory.
+# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
+HTML_IMAGES=
+
+# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
+# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
+content_files=version.xml
+
+# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
+# These files must be listed here *and* in content_files
+# e.g. expand_content_files=running.sgml
+expand_content_files=
+
+# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
+# Only needed if you are using gtkdoc-scangobj to dynamically query widget
+# signals and properties.
+# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
+# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
+GTKDOC_CFLAGS=$(CAJA_SENDTO_CFLAGS)
+GTKDOC_LIBS=$(top_builddir)/src/libnstplugin.la
+
+# This includes the standard gtk-doc make rules, copied by gtkdocize.
+include $(top_srcdir)/gtk-doc.make
+
+# Other files to distribute
+# e.g. EXTRA_DIST += version.xml.in
+EXTRA_DIST += version.xml.in
+
+# Files not to distribute
+# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
+# for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
+#DISTCLEANFILES +=
+
+# Comment this out if you want your docs-status tested during 'make check'
+#TESTS = $(GTKDOC_CHECK)
+
+if ENABLE_GTK_DOC
+TESTS_ENVIRONMENT = cd $(srcdir) &&
+TESTS = $(GTKDOC_CHECK)
+endif
+
+
diff --git a/sendto/docs/caja-sendto-docs.sgml b/sendto/docs/caja-sendto-docs.sgml
new file mode 100644
index 0000000..5e849f2
--- /dev/null
+++ b/sendto/docs/caja-sendto-docs.sgml
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
+<!ENTITY version SYSTEM "version.xml">
+]>
+<book id="index">
+ <bookinfo>
+ <title>caja-sendto Reference Manual</title>
+ <releaseinfo>
+ for caja-sendto &version;
+ The latest version of this documentation can be found on-line at
+ <ulink role="online-location" url="http://library.mate.org/devel/caja-sendto/index.html">http://library.mate.org/devel/caja-sendto/index.html</ulink>.
+ </releaseinfo>
+ </bookinfo>
+
+ <chapter>
+ <title>caja-sendto documentation</title>
+ <xi:include href="xml/caja-sendto-plugin.xml"/>
+
+ </chapter>
+ <index id="api-index-full">
+ <title>API Index</title>
+ <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
+ </index>
+
+ <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
+</book>
diff --git a/sendto/docs/caja-sendto-overrides.txt b/sendto/docs/caja-sendto-overrides.txt
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/sendto/docs/caja-sendto-overrides.txt
diff --git a/sendto/docs/caja-sendto-sections.txt b/sendto/docs/caja-sendto-sections.txt
new file mode 100644
index 0000000..9a94c9d
--- /dev/null
+++ b/sendto/docs/caja-sendto-sections.txt
@@ -0,0 +1,14 @@
+<SECTION>
+<FILE>caja-sendto-plugin</FILE>
+NstPluginInfo
+NstPlugin
+NstPluginCapabilities
+NST_INIT_PLUGIN
+</SECTION>
+
+<SECTION>
+<FILE>nst-enum-types</FILE>
+nst_plugin_capabilities_get_type
+NST_TYPE_PLUGIN_CAPABILITIES
+</SECTION>
+
diff --git a/sendto/docs/caja-sendto.types b/sendto/docs/caja-sendto.types
new file mode 100644
index 0000000..a177dee
--- /dev/null
+++ b/sendto/docs/caja-sendto.types
@@ -0,0 +1 @@
+nst_plugin_capabilities_get_type
diff --git a/sendto/docs/html/annotation-glossary.html b/sendto/docs/html/annotation-glossary.html
new file mode 100644
index 0000000..b088d39
--- /dev/null
+++ b/sendto/docs/html/annotation-glossary.html
@@ -0,0 +1,36 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Annotation Glossary</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="index.html" title="caja-sendto Reference Manual">
+<link rel="up" href="index.html" title="caja-sendto Reference Manual">
+<link rel="prev" href="api-index-full.html" title="API Index">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</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="api-index-full.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">caja-sendto Reference Manual</th>
+<td> </td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><a class="shortcut" href="#glsE">E</a></td></tr>
+</table>
+<div class="glossary" title="Annotation Glossary">
+<div class="titlepage"><div><div><h2 class="title">
+<a name="annotation-glossary"></a>Annotation Glossary</h2></div></div></div>
+<a name="glsE"></a><h3 class="title">E</h3>
+<dt>
+<a name="annotation-glossterm-element-type"></a>element-type</dt>
+<dd><p>Generics and defining elements of containers and arrays.</p></dd>
+</div>
+<div class="footer">
+<hr>
+ Generated by GTK-Doc V1.15</div>
+</body>
+</html> \ No newline at end of file
diff --git a/sendto/docs/html/api-index-full.html b/sendto/docs/html/api-index-full.html
new file mode 100644
index 0000000..f373472
--- /dev/null
+++ b/sendto/docs/html/api-index-full.html
@@ -0,0 +1,66 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>API Index</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="index.html" title="caja-sendto Reference Manual">
+<link rel="up" href="index.html" title="caja-sendto Reference Manual">
+<link rel="prev" href="caja-sendto-caja-sendto-plugin.html" title="caja-sendto-plugin">
+<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</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="caja-sendto-caja-sendto-plugin.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">caja-sendto Reference Manual</th>
+<td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts">
+<a class="shortcut" href="#idxI">I</a>
+  | 
+ <a class="shortcut" href="#idxP">P</a>
+  | 
+ <a class="shortcut" href="#idxT">T</a>
+</td></tr>
+</table>
+<div class="index" title="API Index">
+<div class="titlepage"><div><div><h2 class="title">
+<a name="api-index-full"></a>API Index</h2></div></div></div>
+<a name="idx"></a><a name="idxI"></a><h3 class="title">I</h3>
+<dt>
+<a class="link" href="caja-sendto-caja-sendto-plugin.html#NST-INIT-PLUGIN:CAPS" title="NST_INIT_PLUGIN()">NST_INIT_PLUGIN</a>, macro in <a class="link" href="caja-sendto-caja-sendto-plugin.html" title="caja-sendto-plugin">caja-sendto-plugin</a>
+</dt>
+<dd></dd>
+<a name="idxP"></a><h3 class="title">P</h3>
+<dt>
+<a class="link" href="caja-sendto-caja-sendto-plugin.html#NstPlugin" title="NstPlugin">NstPlugin</a>, struct in <a class="link" href="caja-sendto-caja-sendto-plugin.html" title="caja-sendto-plugin">caja-sendto-plugin</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="caja-sendto-caja-sendto-plugin.html#NstPluginCapabilities" title="enum NstPluginCapabilities">NstPluginCapabilities</a>, enum in <a class="link" href="caja-sendto-caja-sendto-plugin.html" title="caja-sendto-plugin">caja-sendto-plugin</a>
+</dt>
+<dd></dd>
+<dt>
+<a class="link" href="caja-sendto-caja-sendto-plugin.html#NstPluginInfo" title="NstPluginInfo">NstPluginInfo</a>, struct in <a class="link" href="caja-sendto-caja-sendto-plugin.html" title="caja-sendto-plugin">caja-sendto-plugin</a>
+</dt>
+<dd></dd>
+<dt>
+nst_plugin_capabilities_get_type, function in nst-enum-types
+</dt>
+<dd></dd>
+<a name="idxT"></a><h3 class="title">T</h3>
+<dt>
+NST_TYPE_PLUGIN_CAPABILITIES, macro in nst-enum-types
+</dt>
+<dd></dd>
+</div>
+<div class="footer">
+<hr>
+ Generated by GTK-Doc V1.15</div>
+</body>
+</html> \ No newline at end of file
diff --git a/sendto/docs/html/caja-sendto-caja-sendto-plugin.html b/sendto/docs/html/caja-sendto-caja-sendto-plugin.html
new file mode 100644
index 0000000..e8961cb
--- /dev/null
+++ b/sendto/docs/html/caja-sendto-caja-sendto-plugin.html
@@ -0,0 +1,219 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>caja-sendto-plugin</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="index.html" title="caja-sendto Reference Manual">
+<link rel="up" href="ch01.html" title="caja-sendto documentation">
+<link rel="prev" href="ch01.html" title="caja-sendto documentation">
+<link rel="next" href="api-index-full.html" title="API Index">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</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="ch01.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></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">caja-sendto Reference Manual</th>
+<td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts">
+<a href="#caja-sendto-caja-sendto-plugin.synopsis" class="shortcut">Top</a>
+  | 
+ <a href="#caja-sendto-caja-sendto-plugin.description" class="shortcut">Description</a>
+</td></tr>
+</table>
+<div class="refentry" title="caja-sendto-plugin">
+<a name="caja-sendto-caja-sendto-plugin"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="caja-sendto-caja-sendto-plugin.top_of_page"></a>caja-sendto-plugin</span></h2>
+<p>caja-sendto-plugin — caja-sento plug-in</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsect1" title="Stability Level">
+<a name="caja-sendto-caja-sendto-plugin.stability-level"></a><h2>Stability Level</h2>
+Stable, unless otherwise indicated
+</div>
+<div class="refsynopsisdiv" title="Synopsis">
+<a name="caja-sendto-caja-sendto-plugin.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+#include &lt;bluetooth-plugin.h&gt;
+
+ <a class="link" href="caja-sendto-caja-sendto-plugin.html#NstPluginInfo" title="NstPluginInfo">NstPluginInfo</a>;
+ <a class="link" href="caja-sendto-caja-sendto-plugin.html#NstPlugin" title="NstPlugin">NstPlugin</a>;
+enum <a class="link" href="caja-sendto-caja-sendto-plugin.html#NstPluginCapabilities" title="enum NstPluginCapabilities">NstPluginCapabilities</a>;
+#define <a class="link" href="caja-sendto-caja-sendto-plugin.html#NST-INIT-PLUGIN:CAPS" title="NST_INIT_PLUGIN()">NST_INIT_PLUGIN</a> (plugininfo)
+</pre>
+</div>
+<div class="refsect1" title="Description">
+<a name="caja-sendto-caja-sendto-plugin.description"></a><h2>Description</h2>
+<p>
+Plug-ins can be used to extend caja-sendto.
+</p>
+</div>
+<div class="refsect1" title="Details">
+<a name="caja-sendto-caja-sendto-plugin.details"></a><h2>Details</h2>
+<div class="refsect2" title="NstPluginInfo">
+<a name="NstPluginInfo"></a><h3>NstPluginInfo</h3>
+<pre class="programlisting">typedef struct {
+ gchar *icon;
+ gchar *id;
+ gchar *description;
+ gchar *gettext_package;
+ NstPluginCapabilities capabilities;
+ gboolean (*init) (NstPlugin *plugin);
+ GtkWidget* (*get_contacts_widget) (NstPlugin *plugin);
+ gboolean (*validate_destination) (NstPlugin *plugin, GtkWidget *contact_widget, char **error);
+ gboolean (*send_files) (NstPlugin *plugin,
+ GtkWidget *contact_widget,
+ GList *file_list);
+ gboolean (*destroy) (NstPlugin *plugin) ;
+} NstPluginInfo;
+</pre>
+<p>
+A structure representing a caja-sendto plugin. You should also call <a class="link" href="caja-sendto-caja-sendto-plugin.html#NST-INIT-PLUGIN:CAPS" title="NST_INIT_PLUGIN()"><code class="function">NST_INIT_PLUGIN()</code></a> on the plugin structure to export it.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><a href="http://library.mate.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="NstPluginInfo.icon"></a>icon</code></em>;</span></p></td>
+<td>The icon name for the plugin selection drop-down
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><a href="http://library.mate.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="NstPluginInfo.id"></a>id</code></em>;</span></p></td>
+<td>A unique ID representing the plugin
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><a href="http://library.mate.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="NstPluginInfo.description"></a>description</code></em>;</span></p></td>
+<td>The label used in the plugin selection drop-down
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><a href="http://library.mate.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="NstPluginInfo.gettext-package"></a>gettext_package</code></em>;</span></p></td>
+<td>The domain to use to translate the description, <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the plugin is part of caja-sendto
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><a class="link" href="caja-sendto-caja-sendto-plugin.html#NstPluginCapabilities" title="enum NstPluginCapabilities"><span class="type">NstPluginCapabilities</span></a> <em class="structfield"><code><a name="NstPluginInfo.capabilities"></a>capabilities</code></em>;</span></p></td>
+<td>a bitmask of <a class="link" href="caja-sendto-caja-sendto-plugin.html#NstPluginCapabilities" title="enum NstPluginCapabilities"><span class="type">NstPluginCapabilities</span></a>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="structfield"><code><a name="NstPluginInfo.init"></a>init</code></em> ()</span></p></td>
+<td>Check for dependencies, and return <a href="http://library.mate.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if dependencies such as programs are missing.
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="structfield"><code><a name="NstPluginInfo.get-contacts-widget"></a>get_contacts_widget</code></em> ()</span></p></td>
+<td>Return the contact widget, the widget to select the destination of the files
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="structfield"><code><a name="NstPluginInfo.validate-destination"></a>validate_destination</code></em> ()</span></p></td>
+<td>Validate whether the destination can receive the file. This callback is optional.
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="structfield"><code><a name="NstPluginInfo.send-files"></a>send_files</code></em> ()</span></p></td>
+<td>Actually send the files to the selected destination. The file list is a <a href="http://library.mate.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of URI strings.
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="structfield"><code><a name="NstPluginInfo.destroy"></a>destroy</code></em> ()</span></p></td>
+<td>Free all the resources used by the plugin.
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="NstPlugin">
+<a name="NstPlugin"></a><h3>NstPlugin</h3>
+<pre class="programlisting">typedef struct {
+ GModule *module;
+ NstPluginInfo *info;
+} NstPlugin;
+</pre>
+<p>
+A structure as used in caja-sendto.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><a href="http://library.mate.org/devel/glib/unstable/glib-Dynamic-Loading-of-Modules.html#GModule"><span class="type">GModule</span></a> *<em class="structfield"><code><a name="NstPlugin.module"></a>module</code></em>;</span></p></td>
+<td>the <a href="http://library.mate.org/devel/glib/unstable/glib-Dynamic-Loading-of-Modules.html#GModule"><span class="type">GModule</span></a> for the opened shared library
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><a class="link" href="caja-sendto-caja-sendto-plugin.html#NstPluginInfo" title="NstPluginInfo"><span class="type">NstPluginInfo</span></a> *<em class="structfield"><code><a name="NstPlugin.info"></a>info</code></em>;</span></p></td>
+<td>a <a class="link" href="caja-sendto-caja-sendto-plugin.html#NstPluginInfo" title="NstPluginInfo"><span class="type">NstPluginInfo</span></a> structure
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="enum NstPluginCapabilities">
+<a name="NstPluginCapabilities"></a><h3>enum NstPluginCapabilities</h3>
+<pre class="programlisting">typedef enum {
+ CAJA_CAPS_NONE = 0,
+ CAJA_CAPS_SEND_DIRECTORIES = 1 &lt;&lt; 0,
+ CAJA_CAPS_SEND_IMAGES = 1 &lt;&lt; 1,
+} NstPluginCapabilities;
+</pre>
+<p>
+Capabilities of the plugin.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><a name="CAJA-CAPS-NONE:CAPS"></a><span class="term"><code class="literal">CAJA_CAPS_NONE</code></span></p></td>
+<td>No capabilities
+</td>
+</tr>
+<tr>
+<td><p><a name="CAJA-CAPS-SEND-DIRECTORIES:CAPS"></a><span class="term"><code class="literal">CAJA_CAPS_SEND_DIRECTORIES</code></span></p></td>
+<td>The plugin can send whole directories without compression
+</td>
+</tr>
+<tr>
+<td><p><a name="CAJA-CAPS-SEND-IMAGES:CAPS"></a><span class="term"><code class="literal">CAJA_CAPS_SEND_IMAGES</code></span></p></td>
+<td>The plugin only sends images which could be resized
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="NST_INIT_PLUGIN()">
+<a name="NST-INIT-PLUGIN:CAPS"></a><h3>NST_INIT_PLUGIN()</h3>
+<pre class="programlisting">#define NST_INIT_PLUGIN(plugininfo)</pre>
+<p>
+Call this on an <a class="link" href="caja-sendto-caja-sendto-plugin.html#NstPluginInfo" title="NstPluginInfo"><span class="type">NstPluginInfo</span></a> structure to make it available to caja-sendto.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><em class="parameter"><code>plugininfo</code></em> :</span></p></td>
+<td>a <a class="link" href="caja-sendto-caja-sendto-plugin.html#NstPluginInfo" title="NstPluginInfo"><span class="type">NstPluginInfo</span></a> structure representing the plugin
+</td>
+</tr></tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+ Generated by GTK-Doc V1.15</div>
+</body>
+</html> \ No newline at end of file
diff --git a/sendto/docs/html/caja-sendto.devhelp b/sendto/docs/html/caja-sendto.devhelp
new file mode 100644
index 0000000..a536a45
--- /dev/null
+++ b/sendto/docs/html/caja-sendto.devhelp
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
+<book xmlns="http://www.devhelp.net/book" title="caja-sendto Reference Manual" link="index.html" author="" name="caja-sendto">
+ <chapters>
+ <sub name="caja-sendto documentation" link="ch01.html">
+ <sub name="caja-sendto-plugin" link="caja-sendto-caja-sendto-plugin.html"/>
+ </sub>
+ <sub name="API Index" link="api-index-full.html"/>
+ <sub name="Annotation Glossary" link="annotation-glossary.html"/>
+ </chapters>
+ <functions>
+ <function name="NstPluginInfo" link="caja-sendto-caja-sendto-plugin.html#NstPluginInfo"/>
+ <function name="NstPlugin" link="caja-sendto-caja-sendto-plugin.html#NstPlugin"/>
+ <function name="enum NstPluginCapabilities" link="caja-sendto-caja-sendto-plugin.html#NstPluginCapabilities"/>
+ <function name="NST_INIT_PLUGIN()" link="caja-sendto-caja-sendto-plugin.html#NST-INIT-PLUGIN:CAPS"/>
+ </functions>
+</book>
diff --git a/sendto/docs/html/caja-sendto.devhelp2 b/sendto/docs/html/caja-sendto.devhelp2
new file mode 100644
index 0000000..de85c9d
--- /dev/null
+++ b/sendto/docs/html/caja-sendto.devhelp2
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
+<book xmlns="http://www.devhelp.net/book" title="caja-sendto Reference Manual" link="index.html" author="" name="caja-sendto" version="2" language="c">
+ <chapters>
+ <sub name="caja-sendto documentation" link="ch01.html">
+ <sub name="caja-sendto-plugin" link="caja-sendto-caja-sendto-plugin.html"/>
+ </sub>
+ <sub name="API Index" link="api-index-full.html"/>
+ <sub name="Annotation Glossary" link="annotation-glossary.html"/>
+ </chapters>
+ <functions>
+ <keyword type="struct" name="NstPluginInfo" link="caja-sendto-caja-sendto-plugin.html#NstPluginInfo"/>
+ <keyword type="struct" name="NstPlugin" link="caja-sendto-caja-sendto-plugin.html#NstPlugin"/>
+ <keyword type="enum" name="enum NstPluginCapabilities" link="caja-sendto-caja-sendto-plugin.html#NstPluginCapabilities"/>
+ <keyword type="macro" name="NST_INIT_PLUGIN()" link="caja-sendto-caja-sendto-plugin.html#NST-INIT-PLUGIN:CAPS"/>
+ <keyword type="constant" name="CAJA_CAPS_NONE" link="caja-sendto-caja-sendto-plugin.html#CAJA-CAPS-NONE:CAPS"/>
+ <keyword type="constant" name="CAJA_CAPS_SEND_DIRECTORIES" link="caja-sendto-caja-sendto-plugin.html#CAJA-CAPS-SEND-DIRECTORIES:CAPS"/>
+ <keyword type="constant" name="CAJA_CAPS_SEND_IMAGES" link="caja-sendto-caja-sendto-plugin.html#CAJA-CAPS-SEND-IMAGES:CAPS"/>
+ </functions>
+</book>
diff --git a/sendto/docs/html/ch01.html b/sendto/docs/html/ch01.html
new file mode 100644
index 0000000..ff74863
--- /dev/null
+++ b/sendto/docs/html/ch01.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>caja-sendto documentation</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="index.html" title="caja-sendto Reference Manual">
+<link rel="up" href="index.html" title="caja-sendto Reference Manual">
+<link rel="prev" href="index.html" title="caja-sendto Reference Manual">
+<link rel="next" href="caja-sendto-caja-sendto-plugin.html" title="caja-sendto-plugin">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</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="index.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">caja-sendto Reference Manual</th>
+<td><a accesskey="n" href="caja-sendto-caja-sendto-plugin.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr></table>
+<div class="chapter" title="caja-sendto documentation">
+<div class="titlepage"><div><div><h2 class="title">
+<a name="id443984"></a>caja-sendto documentation</h2></div></div></div>
+<div class="toc"><dl><dt>
+<span class="refentrytitle"><a href="caja-sendto-caja-sendto-plugin.html">caja-sendto-plugin</a></span><span class="refpurpose"> — caja-sento plug-in</span>
+</dt></dl></div>
+</div>
+<div class="footer">
+<hr>
+ Generated by GTK-Doc V1.15</div>
+</body>
+</html> \ No newline at end of file
diff --git a/sendto/docs/html/home.png b/sendto/docs/html/home.png
new file mode 100644
index 0000000..1700361
--- /dev/null
+++ b/sendto/docs/html/home.png
Binary files differ
diff --git a/sendto/docs/html/index.html b/sendto/docs/html/index.html
new file mode 100644
index 0000000..6183dbf
--- /dev/null
+++ b/sendto/docs/html/index.html
@@ -0,0 +1,39 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>caja-sendto Reference Manual</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="index.html" title="caja-sendto Reference Manual">
+<link rel="next" href="ch01.html" title="caja-sendto documentation">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<div class="book" title="caja-sendto Reference Manual">
+<div class="titlepage">
+<div>
+<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">caja-sendto Reference Manual</p></th></tr></table></div>
+<div><p class="releaseinfo">
+ for caja-sendto 2.32.0
+
+ The latest version of this documentation can be found on-line at
+ <a class="ulink" href="http://library.mate.org/devel/caja-sendto/index.html" target="_top">http://library.mate.org/devel/caja-sendto/index.html</a>.
+ </p></div>
+</div>
+<hr>
+</div>
+<div class="toc"><dl>
+<dt><span class="chapter"><a href="ch01.html">caja-sendto documentation</a></span></dt>
+<dd><dl><dt>
+<span class="refentrytitle"><a href="caja-sendto-caja-sendto-plugin.html">caja-sendto-plugin</a></span><span class="refpurpose"> — caja-sento plug-in</span>
+</dt></dl></dd>
+<dt><span class="index"><a href="api-index-full.html">API Index</a></span></dt>
+<dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
+</dl></div>
+</div>
+<div class="footer">
+<hr>
+ Generated by GTK-Doc V1.15</div>
+</body>
+</html> \ No newline at end of file
diff --git a/sendto/docs/html/index.sgml b/sendto/docs/html/index.sgml
new file mode 100644
index 0000000..de59262
--- /dev/null
+++ b/sendto/docs/html/index.sgml
@@ -0,0 +1,14 @@
+<ONLINE href="http://library.mate.org/devel/caja-sendto/index.html">
+<ANCHOR id="caja-sendto-caja-sendto-plugin" href="caja-sendto/caja-sendto-caja-sendto-plugin.html">
+<ANCHOR id="caja-sendto-caja-sendto-plugin.stability-level" href="caja-sendto/caja-sendto-caja-sendto-plugin.html#caja-sendto-caja-sendto-plugin.stability-level">
+<ANCHOR id="caja-sendto-caja-sendto-plugin.synopsis" href="caja-sendto/caja-sendto-caja-sendto-plugin.html#caja-sendto-caja-sendto-plugin.synopsis">
+<ANCHOR id="caja-sendto-caja-sendto-plugin.description" href="caja-sendto/caja-sendto-caja-sendto-plugin.html#caja-sendto-caja-sendto-plugin.description">
+<ANCHOR id="caja-sendto-caja-sendto-plugin.details" href="caja-sendto/caja-sendto-caja-sendto-plugin.html#caja-sendto-caja-sendto-plugin.details">
+<ANCHOR id="NstPluginInfo" href="caja-sendto/caja-sendto-caja-sendto-plugin.html#NstPluginInfo">
+<ANCHOR id="NstPlugin" href="caja-sendto/caja-sendto-caja-sendto-plugin.html#NstPlugin">
+<ANCHOR id="NstPluginCapabilities" href="caja-sendto/caja-sendto-caja-sendto-plugin.html#NstPluginCapabilities">
+<ANCHOR id="CAJA-CAPS-NONE:CAPS" href="caja-sendto/caja-sendto-caja-sendto-plugin.html#CAJA-CAPS-NONE:CAPS">
+<ANCHOR id="CAJA-CAPS-SEND-DIRECTORIES:CAPS" href="caja-sendto/caja-sendto-caja-sendto-plugin.html#CAJA-CAPS-SEND-DIRECTORIES:CAPS">
+<ANCHOR id="CAJA-CAPS-SEND-IMAGES:CAPS" href="caja-sendto/caja-sendto-caja-sendto-plugin.html#CAJA-CAPS-SEND-IMAGES:CAPS">
+<ANCHOR id="NST-INIT-PLUGIN:CAPS" href="caja-sendto/caja-sendto-caja-sendto-plugin.html#NST-INIT-PLUGIN:CAPS">
+<ANCHOR id="annotation-glossterm-element-type" href="caja-sendto/annotation-glossary.html#annotation-glossterm-element-type">
diff --git a/sendto/docs/html/left.png b/sendto/docs/html/left.png
new file mode 100644
index 0000000..2d05b3d
--- /dev/null
+++ b/sendto/docs/html/left.png
Binary files differ
diff --git a/sendto/docs/html/right.png b/sendto/docs/html/right.png
new file mode 100644
index 0000000..92832e3
--- /dev/null
+++ b/sendto/docs/html/right.png
Binary files differ
diff --git a/sendto/docs/html/style.css b/sendto/docs/html/style.css
new file mode 100644
index 0000000..d544a2c
--- /dev/null
+++ b/sendto/docs/html/style.css
@@ -0,0 +1,265 @@
+.synopsis, .classsynopsis
+{
+ /* tango:aluminium 1/2 */
+ background: #eeeeec;
+ border: solid 1px #d3d7cf;
+ padding: 0.5em;
+}
+.programlisting
+{
+ /* tango:sky blue 0/1 */
+ background: #e6f3ff;
+ border: solid 1px #729fcf;
+ padding: 0.5em;
+}
+.variablelist
+{
+ padding: 4px;
+ margin-left: 3em;
+}
+.variablelist td:first-child
+{
+ vertical-align: top;
+}
+
+@media screen {
+ sup a.footnote
+ {
+ position: relative;
+ top: 0em ! important;
+
+ }
+ /* this is needed so that the local anchors are displayed below the naviagtion */
+ div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
+ {
+ position: relative;
+ padding-top:4.5em;
+ }
+ /* this seems to be a bug in the xsl style sheets when generating indexes */
+ div.index div.index
+ {
+ top: 0em;
+ }
+ /* make space for the fixed navigation bar and add space at the bottom so that
+ * link targets appear somewhat close to top
+ */
+ body
+ {
+ padding-top: 3.2em;
+ padding-bottom: 20em;
+ }
+ /* style and size the navigation bar */
+ table.navigation#top
+ {
+ position: fixed;
+ /* tango:scarlet red 0/1 */
+ background: #ffe6e6;
+ border: solid 1px #ef2929;
+ margin-top: 0;
+ margin-bottom: 0;
+ top: 0;
+ left: 0;
+ height: 3em;
+ z-index: 10;
+ }
+ .navigation a, .navigation a:visited
+ {
+ /* tango:scarlet red 3 */
+ color: #a40000;
+ }
+ .navigation a:hover
+ {
+ /* tango:scarlet red 1 */
+ color: #ef2929;
+ }
+ td.shortcuts
+ {
+ /* tango:scarlet red 1 */
+ color: #ef2929;
+ font-size: 80%;
+ white-space: nowrap;
+ }
+}
+@media print {
+ table.navigation {
+ visibility: collapse;
+ display: none;
+ }
+ div.titlepage table.navigation {
+ visibility: visible;
+ display: table;
+ /* tango:scarlet red 0/1 */
+ background: #ffe6e6;
+ border: solid 1px #ef2929;
+ margin-top: 0;
+ margin-bottom: 0;
+ top: 0;
+ left: 0;
+ height: 3em;
+ }
+}
+
+.navigation .title
+{
+ font-size: 200%;
+}
+
+div.gallery-float
+{
+ float: left;
+ padding: 10px;
+}
+div.gallery-float img
+{
+ border-style: none;
+}
+div.gallery-spacer
+{
+ clear: both;
+}
+
+a, a:visited
+{
+ text-decoration: none;
+ /* tango:sky blue 2 */
+ color: #3465a4;
+}
+a:hover
+{
+ text-decoration: underline;
+ /* tango:sky blue 1 */
+ color: #729fcf;
+}
+
+div.table table
+{
+ border-collapse: collapse;
+ border-spacing: 0px;
+ /* tango:aluminium 3 */
+ border: solid 1px #babdb6;
+}
+
+div.table table td, div.table table th
+{
+ /* tango:aluminium 3 */
+ border: solid 1px #babdb6;
+ padding: 3px;
+ vertical-align: top;
+}
+
+div.table table th
+{
+ /* tango:aluminium 2 */
+ background-color: #d3d7cf;
+}
+
+hr
+{
+ /* tango:aluminium 3 */
+ color: #babdb6;
+ background: #babdb6;
+ border: none 0px;
+ height: 1px;
+ clear: both;
+}
+
+.footer
+{
+ padding-top: 3.5em;
+ /* tango:aluminium 3 */
+ color: #babdb6;
+ text-align: center;
+ font-size: 80%;
+}
+
+.warning
+{
+ /* tango:orange 0/1 */
+ background: #ffeed9;
+ border-color: #ffb04f;
+}
+.note
+{
+ /* tango:chameleon 0/0.5 */
+ background: #d8ffb2;
+ border-color: #abf562;
+}
+.note, .warning
+{
+ padding: 0.5em;
+ border-width: 1px;
+ border-style: solid;
+}
+.note h3, .warning h3
+{
+ margin-top: 0.0em
+}
+.note p, .warning p
+{
+ margin-bottom: 0.0em
+}
+
+/* blob links */
+h2 .extralinks, h3 .extralinks
+{
+ float: right;
+ /* tango:aluminium 3 */
+ color: #babdb6;
+ font-size: 80%;
+ font-weight: normal;
+}
+
+.annotation
+{
+ /* tango:aluminium 5 */
+ color: #555753;
+ font-size: 80%;
+ font-weight: normal;
+}
+
+/* code listings */
+
+.listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */
+.listing_code .programlisting .comment { color: #a1a39d; } /* tango: aluminium 4 */
+.listing_code .programlisting .function { color: #000000; font-weight: bold; }
+.listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
+.listing_code .programlisting .keyword { color: #4e9a06; } /* tango: chameleon 3 */
+.listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
+.listing_code .programlisting .normal { color: #000000; }
+.listing_code .programlisting .number { color: #75507b; } /* tango: plum 2 */
+.listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */
+.listing_code .programlisting .string { color: #c17d11; } /* tango: chocolate 2 */
+.listing_code .programlisting .type { color: #000000; }
+.listing_code .programlisting .type a { color: #11326b; } /* tango: sky blue 4 */
+.listing_code .programlisting .symbol { color: #ce5c00; } /* tango: orange 3 */
+
+.listing_frame {
+ /* tango:sky blue 1 */
+ border: solid 1px #729fcf;
+ padding: 0px;
+}
+
+.listing_lines, .listing_code {
+ margin-top: 0px;
+ margin-bottom: 0px;
+ padding: 0.5em;
+}
+.listing_lines {
+ /* tango:sky blue 0.5 */
+ background: #a6c5e3;
+ /* tango:aluminium 6 */
+ color: #2e3436;
+}
+.listing_code {
+ /* tango:sky blue 0 */
+ background: #e6f3ff;
+}
+.listing_code .programlisting {
+ /* override from previous */
+ border: none 0px;
+ padding: 0px;
+}
+.listing_lines pre, .listing_code pre {
+ margin: 0px;
+}
+
diff --git a/sendto/docs/html/up.png b/sendto/docs/html/up.png
new file mode 100644
index 0000000..85b3e2a
--- /dev/null
+++ b/sendto/docs/html/up.png
Binary files differ
diff --git a/sendto/docs/tmpl/caja-sendto-mimetype.sgml b/sendto/docs/tmpl/caja-sendto-mimetype.sgml
new file mode 100644
index 0000000..e54fb59
--- /dev/null
+++ b/sendto/docs/tmpl/caja-sendto-mimetype.sgml
@@ -0,0 +1,33 @@
+<!-- ##### SECTION Title ##### -->
+caja-sendto-mimetype
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### SECTION Image ##### -->
+
+
+<!-- ##### FUNCTION nst_title_from_mime_types ##### -->
+<para>
+
+</para>
+
+@mimetypes:
+@num_files:
+@num_dirs:
+@Returns:
+
+
diff --git a/sendto/docs/tmpl/caja-sendto-packer.sgml b/sendto/docs/tmpl/caja-sendto-packer.sgml
new file mode 100644
index 0000000..08dc602
--- /dev/null
+++ b/sendto/docs/tmpl/caja-sendto-packer.sgml
@@ -0,0 +1,112 @@
+<!-- ##### SECTION Title ##### -->
+NstPackWidget
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### SECTION Image ##### -->
+
+
+<!-- ##### TYPEDEF NstPackWidgetPrivate ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT NstPackWidget ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG NstPackWidget:can-send ##### -->
+<para>
+
+</para>
+
+<!-- ##### STRUCT NstPackWidgetClass ##### -->
+<para>
+
+</para>
+
+@parent:
+
+<!-- ##### FUNCTION nst_pack_widget_new ##### -->
+<para>
+
+</para>
+
+@void:
+@Returns:
+
+
+<!-- ##### FUNCTION nst_pack_widget_pack_files ##### -->
+<para>
+
+</para>
+
+@widget:
+@file_list:
+@Returns:
+
+
+<!-- ##### FUNCTION nst_pack_widget_set_from_names ##### -->
+<para>
+
+</para>
+
+@widget:
+@file_list:
+
+
+<!-- ##### FUNCTION nst_pack_widget_set_enabled ##### -->
+<para>
+
+</para>
+
+@widget:
+@enabled:
+
+
+<!-- ##### FUNCTION nst_pack_widget_get_enabled ##### -->
+<para>
+
+</para>
+
+@widget:
+@Returns:
+
+
+<!-- ##### FUNCTION nst_pack_widget_set_force_enabled ##### -->
+<para>
+
+</para>
+
+@widget:
+@force_enabled:
+
+
+<!-- ##### FUNCTION nst_pack_widget_get_force_enabled ##### -->
+<para>
+
+</para>
+
+@widget:
+@Returns:
+
+
diff --git a/sendto/docs/tmpl/caja-sendto-plugin.sgml b/sendto/docs/tmpl/caja-sendto-plugin.sgml
new file mode 100644
index 0000000..89ae0d7
--- /dev/null
+++ b/sendto/docs/tmpl/caja-sendto-plugin.sgml
@@ -0,0 +1,63 @@
+<!-- ##### SECTION Title ##### -->
+caja-sendto-plugin
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### SECTION Image ##### -->
+
+
+<!-- ##### STRUCT NstPluginInfo ##### -->
+<para>
+
+</para>
+
+@icon:
+@id:
+@description:
+@gettext_package:
+@capabilities:
+@init:
+@get_contacts_widget:
+@validate_destination:
+@send_files:
+@destroy:
+
+<!-- ##### STRUCT NstPlugin ##### -->
+<para>
+
+</para>
+
+@module:
+@info:
+
+<!-- ##### ENUM NstPluginCapabilities ##### -->
+<para>
+
+</para>
+
+@CAJA_CAPS_NONE:
+@CAJA_CAPS_SEND_DIRECTORIES:
+@CAJA_CAPS_SEND_IMAGES:
+
+<!-- ##### MACRO NST_INIT_PLUGIN ##### -->
+<para>
+
+</para>
+
+@plugininfo:
+
+
diff --git a/sendto/docs/tmpl/caja-sendto-unused.sgml b/sendto/docs/tmpl/caja-sendto-unused.sgml
new file mode 100644
index 0000000..c275685
--- /dev/null
+++ b/sendto/docs/tmpl/caja-sendto-unused.sgml
@@ -0,0 +1,368 @@
+<!-- ##### SECTION ./tmpl/caja-sendto-mimetype.sgml:Image ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/caja-sendto-mimetype.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/caja-sendto-mimetype.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/caja-sendto-mimetype.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/caja-sendto-mimetype.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/caja-sendto-mimetype.sgml:Title ##### -->
+caja-sendto-mimetype
+
+
+<!-- ##### SECTION ./tmpl/caja-sendto-packer.sgml:Image ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/caja-sendto-packer.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/caja-sendto-packer.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/caja-sendto-packer.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/caja-sendto-packer.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/caja-sendto-packer.sgml:Title ##### -->
+NstPackWidget
+
+
+<!-- ##### SECTION ./tmpl/nst-common.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/nst-common.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/nst-common.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/nst-common.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/nst-common.sgml:Title ##### -->
+nst-common
+
+
+<!-- ##### SECTION ./tmpl/nst-plugin-marshal.sgml:Image ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/nst-plugin-marshal.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/nst-plugin-marshal.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/nst-plugin-marshal.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/nst-plugin-marshal.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/nst-plugin-marshal.sgml:Title ##### -->
+nst-plugin-marshal
+
+
+<!-- ##### MACRO CAJA_PLUGIN_REGISTER ##### -->
+<para>
+
+</para>
+
+@TYPE_NAME:
+@TypeName:
+@type_name:
+
+<!-- ##### MACRO CAJA_SENDTO_PLUGIN_IFACE ##### -->
+<para>
+
+</para>
+
+@obj:
+
+<!-- ##### MACRO NST_TYPE_SENDTO_SEND_STATUS ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT CajaSendtoPlugin ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SIGNAL CajaSendtoPlugin::add-widget ##### -->
+<para>
+
+</para>
+
+@cajasendtoplugin: the object which received the signal.
+@arg1:
+@arg2:
+@arg3:
+@arg4:
+
+<!-- ##### SIGNAL CajaSendtoPlugin::can-send ##### -->
+<para>
+
+</para>
+
+@cajasendtoplugin: the object which received the signal.
+@arg1:
+@arg2:
+
+<!-- ##### STRUCT CajaSendtoPluginInterface ##### -->
+<para>
+
+</para>
+
+@g_iface:
+@supports_mime_types:
+@send_files:
+@add_widget:
+@can_send:
+
+<!-- ##### ENUM CajaSendtoSendStatus ##### -->
+<para>
+
+</para>
+
+@NST_SEND_STATUS_SUCCESS:
+@NST_SEND_STATUS_SUCCESS_DONE:
+@NST_SEND_STATUS_FAILED:
+
+<!-- ##### STRUCT NstPackWidget ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG NstPackWidget:can-send ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT NstPackWidgetClass ##### -->
+<para>
+
+</para>
+
+@parent:
+
+<!-- ##### TYPEDEF NstPackWidgetPrivate ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO SOEXT ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO SOEXT_LEN ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### FUNCTION copy_files_to ##### -->
+<para>
+
+</para>
+
+@file_list:
+@dest:
+@Returns:
+
+<!-- ##### FUNCTION caja_sendto_plugin_get_object ##### -->
+<para>
+
+</para>
+
+@plugin:
+@Returns:
+
+<!-- ##### FUNCTION caja_sendto_plugin_get_widget ##### -->
+<para>
+
+</para>
+
+@plugin:
+@file_list:
+@Returns:
+
+<!-- ##### FUNCTION caja_sendto_plugin_send_files ##### -->
+<para>
+
+</para>
+
+@plugin:
+@file_list:
+@callback:
+@user_data:
+
+<!-- ##### FUNCTION caja_sendto_plugin_send_files_finish ##### -->
+<para>
+
+</para>
+
+@plugin:
+@res:
+@error:
+@Returns:
+
+<!-- ##### FUNCTION caja_sendto_plugin_supports_mime_types ##### -->
+<para>
+
+</para>
+
+@plugin:
+@file_list:
+@mime_types:
+@Returns:
+
+<!-- ##### FUNCTION caja_sendto_send_status_get_type ##### -->
+<para>
+
+</para>
+
+@void:
+@Returns:
+
+<!-- ##### FUNCTION nst_pack_widget_get_enabled ##### -->
+<para>
+
+</para>
+
+@widget:
+@Returns:
+
+<!-- ##### FUNCTION nst_pack_widget_get_force_enabled ##### -->
+<para>
+
+</para>
+
+@widget:
+@Returns:
+
+<!-- ##### FUNCTION nst_pack_widget_new ##### -->
+<para>
+
+</para>
+
+@void:
+@Returns:
+
+<!-- ##### FUNCTION nst_pack_widget_pack_files ##### -->
+<para>
+
+</para>
+
+@widget:
+@file_list:
+@Returns:
+
+<!-- ##### FUNCTION nst_pack_widget_set_enabled ##### -->
+<para>
+
+</para>
+
+@widget:
+@enabled:
+
+<!-- ##### FUNCTION nst_pack_widget_set_force_enabled ##### -->
+<para>
+
+</para>
+
+@widget:
+@force_enabled:
+
+<!-- ##### FUNCTION nst_pack_widget_set_from_names ##### -->
+<para>
+
+</para>
+
+@widget:
+@file_list:
+
+<!-- ##### FUNCTION nst_plugin_marshal_VOID__STRING_BOOLEAN ##### -->
+<para>
+
+</para>
+
+@closure:
+@return_value:
+@n_param_values:
+@param_values:
+@invocation_hint:
+@marshal_data:
+
+<!-- ##### FUNCTION nst_plugin_marshal_VOID__STRING_STRING_STRING_OBJECT ##### -->
+<para>
+
+</para>
+
+@closure:
+@return_value:
+@n_param_values:
+@param_values:
+@invocation_hint:
+@marshal_data:
+
+<!-- ##### FUNCTION nst_title_from_mime_types ##### -->
+<para>
+
+</para>
+
+@mimetypes:
+@num_files:
+@num_dirs:
+@Returns:
+
diff --git a/sendto/docs/tmpl/nst-common.sgml b/sendto/docs/tmpl/nst-common.sgml
new file mode 100644
index 0000000..295aa9a
--- /dev/null
+++ b/sendto/docs/tmpl/nst-common.sgml
@@ -0,0 +1,31 @@
+<!-- ##### SECTION Title ##### -->
+nst-common
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### FUNCTION copy_files_to ##### -->
+<para>
+
+</para>
+
+@file_list:
+@dest:
+@Returns:
+
+
diff --git a/sendto/docs/tmpl/nst-enum-types.sgml b/sendto/docs/tmpl/nst-enum-types.sgml
new file mode 100644
index 0000000..abba0dc
--- /dev/null
+++ b/sendto/docs/tmpl/nst-enum-types.sgml
@@ -0,0 +1,38 @@
+<!-- ##### SECTION Title ##### -->
+nst-enum-types
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### SECTION Image ##### -->
+
+
+<!-- ##### FUNCTION nst_plugin_capabilities_get_type ##### -->
+<para>
+
+</para>
+
+@void:
+@Returns:
+
+
+<!-- ##### MACRO NST_TYPE_PLUGIN_CAPABILITIES ##### -->
+<para>
+
+</para>
+
+
+
diff --git a/sendto/docs/tmpl/nst-plugin-marshal.sgml b/sendto/docs/tmpl/nst-plugin-marshal.sgml
new file mode 100644
index 0000000..9731804
--- /dev/null
+++ b/sendto/docs/tmpl/nst-plugin-marshal.sgml
@@ -0,0 +1,50 @@
+<!-- ##### SECTION Title ##### -->
+nst-plugin-marshal
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### SECTION Image ##### -->
+
+
+<!-- ##### FUNCTION nst_plugin_marshal_VOID__STRING_STRING_STRING_OBJECT ##### -->
+<para>
+
+</para>
+
+@closure:
+@return_value:
+@n_param_values:
+@param_values:
+@invocation_hint:
+@marshal_data:
+
+
+<!-- ##### FUNCTION nst_plugin_marshal_VOID__STRING_BOOLEAN ##### -->
+<para>
+
+</para>
+
+@closure:
+@return_value:
+@n_param_values:
+@param_values:
+@invocation_hint:
+@marshal_data:
+
+
diff --git a/sendto/docs/version.xml.in b/sendto/docs/version.xml.in
new file mode 100644
index 0000000..d78bda9
--- /dev/null
+++ b/sendto/docs/version.xml.in
@@ -0,0 +1 @@
+@VERSION@