From eae33615af610f84fc2be016c5b222f44e741cc1 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 17 Oct 2013 17:40:03 +0200 Subject: Add sendto extension --- sendto/docs/Makefile.am | 100 ++++++ sendto/docs/caja-sendto-docs.sgml | 29 ++ sendto/docs/caja-sendto-overrides.txt | 0 sendto/docs/caja-sendto-sections.txt | 14 + sendto/docs/caja-sendto.types | 1 + sendto/docs/html/annotation-glossary.html | 36 ++ sendto/docs/html/api-index-full.html | 66 ++++ .../docs/html/caja-sendto-caja-sendto-plugin.html | 219 ++++++++++++ sendto/docs/html/caja-sendto.devhelp | 17 + sendto/docs/html/caja-sendto.devhelp2 | 20 ++ sendto/docs/html/ch01.html | 33 ++ sendto/docs/html/home.png | Bin 0 -> 654 bytes sendto/docs/html/index.html | 39 +++ sendto/docs/html/index.sgml | 14 + sendto/docs/html/left.png | Bin 0 -> 459 bytes sendto/docs/html/right.png | Bin 0 -> 472 bytes sendto/docs/html/style.css | 265 +++++++++++++++ sendto/docs/html/up.png | Bin 0 -> 406 bytes sendto/docs/tmpl/caja-sendto-mimetype.sgml | 33 ++ sendto/docs/tmpl/caja-sendto-packer.sgml | 112 +++++++ sendto/docs/tmpl/caja-sendto-plugin.sgml | 63 ++++ sendto/docs/tmpl/caja-sendto-unused.sgml | 368 +++++++++++++++++++++ sendto/docs/tmpl/nst-common.sgml | 31 ++ sendto/docs/tmpl/nst-enum-types.sgml | 38 +++ sendto/docs/tmpl/nst-plugin-marshal.sgml | 50 +++ sendto/docs/version.xml.in | 1 + 26 files changed, 1549 insertions(+) create mode 100644 sendto/docs/Makefile.am create mode 100644 sendto/docs/caja-sendto-docs.sgml create mode 100644 sendto/docs/caja-sendto-overrides.txt create mode 100644 sendto/docs/caja-sendto-sections.txt create mode 100644 sendto/docs/caja-sendto.types create mode 100644 sendto/docs/html/annotation-glossary.html create mode 100644 sendto/docs/html/api-index-full.html create mode 100644 sendto/docs/html/caja-sendto-caja-sendto-plugin.html create mode 100644 sendto/docs/html/caja-sendto.devhelp create mode 100644 sendto/docs/html/caja-sendto.devhelp2 create mode 100644 sendto/docs/html/ch01.html create mode 100644 sendto/docs/html/home.png create mode 100644 sendto/docs/html/index.html create mode 100644 sendto/docs/html/index.sgml create mode 100644 sendto/docs/html/left.png create mode 100644 sendto/docs/html/right.png create mode 100644 sendto/docs/html/style.css create mode 100644 sendto/docs/html/up.png create mode 100644 sendto/docs/tmpl/caja-sendto-mimetype.sgml create mode 100644 sendto/docs/tmpl/caja-sendto-packer.sgml create mode 100644 sendto/docs/tmpl/caja-sendto-plugin.sgml create mode 100644 sendto/docs/tmpl/caja-sendto-unused.sgml create mode 100644 sendto/docs/tmpl/nst-common.sgml create mode 100644 sendto/docs/tmpl/nst-enum-types.sgml create mode 100644 sendto/docs/tmpl/nst-plugin-marshal.sgml create mode 100644 sendto/docs/version.xml.in (limited to 'sendto/docs') 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 @@ + + + +]> + + + caja-sendto Reference Manual + + for caja-sendto &version; + The latest version of this documentation can be found on-line at + http://library.mate.org/devel/caja-sendto/index.html. + + + + + caja-sendto documentation + + + + + API Index + + + + + diff --git a/sendto/docs/caja-sendto-overrides.txt b/sendto/docs/caja-sendto-overrides.txt new file mode 100644 index 0000000..e69de29 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 @@ +
+caja-sendto-plugin +NstPluginInfo +NstPlugin +NstPluginCapabilities +NST_INIT_PLUGIN +
+ +
+nst-enum-types +nst_plugin_capabilities_get_type +NST_TYPE_PLUGIN_CAPABILITIES +
+ 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 @@ + + + + +Annotation Glossary + + + + + + + + + + + + + + + + + + +
+

+Annotation Glossary

+

E

+
+element-type
+

Generics and defining elements of containers and arrays.

+
+ + + \ 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 @@ + + + + +API Index + + + + + + + + + + + + + + + + + + + +
+

+API Index

+

I

+
+NST_INIT_PLUGIN, macro in caja-sendto-plugin +
+
+

P

+
+NstPlugin, struct in caja-sendto-plugin +
+
+
+NstPluginCapabilities, enum in caja-sendto-plugin +
+
+
+NstPluginInfo, struct in caja-sendto-plugin +
+
+
+nst_plugin_capabilities_get_type, function in nst-enum-types +
+
+

T

+
+NST_TYPE_PLUGIN_CAPABILITIES, macro in nst-enum-types +
+
+
+ + + \ 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 @@ + + + + +caja-sendto-plugin + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+

caja-sendto-plugin

+

caja-sendto-plugin — caja-sento plug-in

+
+
+

Stability Level

+Stable, unless otherwise indicated +
+
+

Synopsis

+
+#include <bluetooth-plugin.h>
+
+                    NstPluginInfo;
+                    NstPlugin;
+enum                NstPluginCapabilities;
+#define             NST_INIT_PLUGIN                     (plugininfo)
+
+
+
+

Description

+

+Plug-ins can be used to extend caja-sendto. +

+
+
+

Details

+
+

NstPluginInfo

+
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;
+
+

+A structure representing a caja-sendto plugin. You should also call NST_INIT_PLUGIN() on the plugin structure to export it. +

+
++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

gchar *icon;

The icon name for the plugin selection drop-down +

gchar *id;

A unique ID representing the plugin +

gchar *description;

The label used in the plugin selection drop-down +

gchar *gettext_package;

The domain to use to translate the description, NULL if the plugin is part of caja-sendto +

NstPluginCapabilities capabilities;

a bitmask of NstPluginCapabilities +

init ()

Check for dependencies, and return FALSE if dependencies such as programs are missing. +

get_contacts_widget ()

Return the contact widget, the widget to select the destination of the files +

validate_destination ()

Validate whether the destination can receive the file. This callback is optional. +

send_files ()

Actually send the files to the selected destination. The file list is a GList of URI strings. +

destroy ()

Free all the resources used by the plugin. +
+
+
+
+

NstPlugin

+
typedef struct {
+	GModule *module;
+	NstPluginInfo *info;
+} NstPlugin;
+
+

+A structure as used in caja-sendto. +

+
++ + + + + + + + + + +

GModule *module;

the GModule for the opened shared library +

NstPluginInfo *info;

a NstPluginInfo structure +
+
+
+
+

enum NstPluginCapabilities

+
typedef enum {
+	CAJA_CAPS_NONE = 0,
+	CAJA_CAPS_SEND_DIRECTORIES = 1 << 0,
+	CAJA_CAPS_SEND_IMAGES = 1 << 1,
+} NstPluginCapabilities;
+
+

+Capabilities of the plugin. +

+
++ + + + + + + + + + + + + + +

CAJA_CAPS_NONE

No capabilities +

CAJA_CAPS_SEND_DIRECTORIES

The plugin can send whole directories without compression +

CAJA_CAPS_SEND_IMAGES

The plugin only sends images which could be resized +
+
+
+
+

NST_INIT_PLUGIN()

+
#define             NST_INIT_PLUGIN(plugininfo)
+

+Call this on an NstPluginInfo structure to make it available to caja-sendto. +

+
++ + + + +

plugininfo :

a NstPluginInfo structure representing the plugin +
+
+
+
+ + + \ 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 @@ + + + + + + + + + + + + + + + + + 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 @@ + + + + + + + + + + + + + + + + + + + + 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 @@ + + + + +caja-sendto documentation + + + + + + + + + + + + + + + + +
+

+caja-sendto documentation

+
+caja-sendto-plugin — caja-sento plug-in +
+
+ + + \ 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 Binary files /dev/null and b/sendto/docs/html/home.png 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 @@ + + + + +caja-sendto Reference Manual + + + + + + + +
+
+
+
+

+ for caja-sendto 2.32.0 + + The latest version of this documentation can be found on-line at + http://library.mate.org/devel/caja-sendto/index.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 @@ + + + + + + + + + + + + + + diff --git a/sendto/docs/html/left.png b/sendto/docs/html/left.png new file mode 100644 index 0000000..2d05b3d Binary files /dev/null and b/sendto/docs/html/left.png differ diff --git a/sendto/docs/html/right.png b/sendto/docs/html/right.png new file mode 100644 index 0000000..92832e3 Binary files /dev/null and b/sendto/docs/html/right.png 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 Binary files /dev/null and b/sendto/docs/html/up.png 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 @@ + +caja-sendto-mimetype + + + + + + + + + + + + + + + + + + + + + + + + + +@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 @@ + +NstPackWidget + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@parent: + + + + + + +@void: +@Returns: + + + + + + + +@widget: +@file_list: +@Returns: + + + + + + + +@widget: +@file_list: + + + + + + + +@widget: +@enabled: + + + + + + + +@widget: +@Returns: + + + + + + + +@widget: +@force_enabled: + + + + + + + +@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 @@ + +caja-sendto-plugin + + + + + + + + + + + + + + + + + + + + + + + + + +@icon: +@id: +@description: +@gettext_package: +@capabilities: +@init: +@get_contacts_widget: +@validate_destination: +@send_files: +@destroy: + + + + + + +@module: +@info: + + + + + + +@CAJA_CAPS_NONE: +@CAJA_CAPS_SEND_DIRECTORIES: +@CAJA_CAPS_SEND_IMAGES: + + + + + + +@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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +caja-sendto-mimetype + + + + + + + + + + + + + + + + + + + + + + + + + + + +NstPackWidget + + + + + + + + + + + + + + + + + + + + + + + +nst-common + + + + + + + + + + + + + + + + + + + + + + + + + + + +nst-plugin-marshal + + + + + + + +@TYPE_NAME: +@TypeName: +@type_name: + + + + + + +@obj: + + + + + + + + + + + + + + + + + + +@cajasendtoplugin: the object which received the signal. +@arg1: +@arg2: +@arg3: +@arg4: + + + + + + +@cajasendtoplugin: the object which received the signal. +@arg1: +@arg2: + + + + + + +@g_iface: +@supports_mime_types: +@send_files: +@add_widget: +@can_send: + + + + + + +@NST_SEND_STATUS_SUCCESS: +@NST_SEND_STATUS_SUCCESS_DONE: +@NST_SEND_STATUS_FAILED: + + + + + + + + + + + + + + + + + + +@parent: + + + + + + + + + + + + + + + + + + + + + + + + +@file_list: +@dest: +@Returns: + + + + + + +@plugin: +@Returns: + + + + + + +@plugin: +@file_list: +@Returns: + + + + + + +@plugin: +@file_list: +@callback: +@user_data: + + + + + + +@plugin: +@res: +@error: +@Returns: + + + + + + +@plugin: +@file_list: +@mime_types: +@Returns: + + + + + + +@void: +@Returns: + + + + + + +@widget: +@Returns: + + + + + + +@widget: +@Returns: + + + + + + +@void: +@Returns: + + + + + + +@widget: +@file_list: +@Returns: + + + + + + +@widget: +@enabled: + + + + + + +@widget: +@force_enabled: + + + + + + +@widget: +@file_list: + + + + + + +@closure: +@return_value: +@n_param_values: +@param_values: +@invocation_hint: +@marshal_data: + + + + + + +@closure: +@return_value: +@n_param_values: +@param_values: +@invocation_hint: +@marshal_data: + + + + + + +@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 @@ + +nst-common + + + + + + + + + + + + + + + + + + + + + + + + +@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 @@ + +nst-enum-types + + + + + + + + + + + + + + + + + + + + + + + + + +@void: +@Returns: + + + + + + + + + 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 @@ + +nst-plugin-marshal + + + + + + + + + + + + + + + + + + + + + + + + + + + +@closure: +@return_value: +@n_param_values: +@param_values: +@invocation_hint: +@marshal_data: + + + + + + + +@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@ -- cgit v1.2.1