aboutsummaryrefslogtreecommitdiffstats
path: root/help/devel/importer/evolution-shell-importer-sections.txt
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-01-18 02:27:02 +0800
committerIain Holmes <iain@src.gnome.org>2001-01-18 02:27:02 +0800
commitb77c7192f536108e07ffaf19a58e6bff9b011a93 (patch)
tree64670972a4bb0cfa909955c3c12127daca22ebab /help/devel/importer/evolution-shell-importer-sections.txt
parent9d6b2a1c6ad4d96388637e30f96523390aa58de2 (diff)
downloadgsoc2013-evolution-b77c7192f536108e07ffaf19a58e6bff9b011a93.tar
gsoc2013-evolution-b77c7192f536108e07ffaf19a58e6bff9b011a93.tar.gz
gsoc2013-evolution-b77c7192f536108e07ffaf19a58e6bff9b011a93.tar.bz2
gsoc2013-evolution-b77c7192f536108e07ffaf19a58e6bff9b011a93.tar.lz
gsoc2013-evolution-b77c7192f536108e07ffaf19a58e6bff9b011a93.tar.xz
gsoc2013-evolution-b77c7192f536108e07ffaf19a58e6bff9b011a93.tar.zst
gsoc2013-evolution-b77c7192f536108e07ffaf19a58e6bff9b011a93.zip
Some API documentation for the importer
svn path=/trunk/; revision=7589
Diffstat (limited to 'help/devel/importer/evolution-shell-importer-sections.txt')
-rw-r--r--help/devel/importer/evolution-shell-importer-sections.txt58
1 files changed, 58 insertions, 0 deletions
diff --git a/help/devel/importer/evolution-shell-importer-sections.txt b/help/devel/importer/evolution-shell-importer-sections.txt
new file mode 100644
index 0000000000..f14b8addcb
--- /dev/null
+++ b/help/devel/importer/evolution-shell-importer-sections.txt
@@ -0,0 +1,58 @@
+<INCLUDE>evolution-importer.h</INCLUDE>
+<INCLUDE>evolution-importer-client.h</INCLUDE>
+
+<SECTION>
+<FILE>evolution-importer</FILE>
+EVOLUTION_IMPORTER
+<TITLE>EvolutionImporter</TITLE>
+
+EvolutionImporterSupportFormatFn
+EvolutionImporterLoadFileFn
+EvolutionImporterProcessItemFn
+EvolutionImporterGetErrorFn
+
+EvolutionImporterResult
+
+evolution_importer_new
+
+<SUBSECTION Standard>
+EVOLUTION_TYPE_IMPORTER
+EVOLUTION_IMPORTER
+EVOLUTION_IS_IMPORTER
+EVOLUTION_IMPORTER_CLASS
+EVOLUTION_IS_IMPORTER_CLASS
+evolution_importer_get_type
+
+<SUBSECTION Private>
+EvolutionImporter
+EvolutionImporterPrivate
+
+</SECTION>
+
+<SECTION>
+<FILE>evolution-importer-client</FILE>
+EVOLUTION_IMPORTER_CLIENT
+<TITLE>EvolutionImporterClient</TITLE>
+
+EvolutionImporterClientCallback
+
+evolution_importer_client_new
+evolution_importer_client_new_from_id
+evolution_importer_client_support_format
+evolution_importer_client_load_file
+evolution_importer_client_process_item
+evolution_importer_client_get_error
+
+<SUBSECTION Standard>
+EVOLUTION_TYPE_IMPORTER_CLIENT
+EVOLUTION_IMPORTER_CLIENT
+EVOLUTION_IMPORTER_CLIENT_CLASS
+EVOLUTION_IS_IMPORTER_CLIENT
+EVOLUTION_IS_IMPORTER_CLIENT_CLASS
+evolution_importer_client_get_type
+
+<SUBSECTION Private>
+EvolutionImporterClient
+EvolutionImporterClientPrivate
+
+</SECTION>