diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-04-26 05:48:05 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-04-26 05:48:05 +0800 |
commit | 4994d35be03b281011c6ce5e8ff5489eed7486d6 (patch) | |
tree | dc311e2b9621c465bebe5125c95061ee7793a05b /doc/devel/importer | |
parent | a37ae85ab4c5cd7256e2143332a8263147a328a3 (diff) | |
download | gsoc2013-evolution-4994d35be03b281011c6ce5e8ff5489eed7486d6.tar gsoc2013-evolution-4994d35be03b281011c6ce5e8ff5489eed7486d6.tar.gz gsoc2013-evolution-4994d35be03b281011c6ce5e8ff5489eed7486d6.tar.bz2 gsoc2013-evolution-4994d35be03b281011c6ce5e8ff5489eed7486d6.tar.lz gsoc2013-evolution-4994d35be03b281011c6ce5e8ff5489eed7486d6.tar.xz gsoc2013-evolution-4994d35be03b281011c6ce5e8ff5489eed7486d6.tar.zst gsoc2013-evolution-4994d35be03b281011c6ce5e8ff5489eed7486d6.zip |
Removed generated files from CVS, updated .cvsignore files to include
2001-04-25 Jon Trowbridge <trow@ximian.com>
* Removed generated files from CVS, updated .cvsignore files
to include generated files.
svn path=/trunk/; revision=9569
Diffstat (limited to 'doc/devel/importer')
-rw-r--r-- | doc/devel/importer/.cvsignore | 3 | ||||
-rw-r--r-- | doc/devel/importer/evolution-shell-importer.heirarchy | 5 | ||||
-rw-r--r-- | doc/devel/importer/evolution-shell-importer.hierarchy | 14 | ||||
-rw-r--r-- | doc/devel/importer/tmpl/evolution-importer-client.sgml | 1 | ||||
-rw-r--r-- | doc/devel/importer/tmpl/evolution-importer.sgml | 10 |
5 files changed, 14 insertions, 19 deletions
diff --git a/doc/devel/importer/.cvsignore b/doc/devel/importer/.cvsignore index 0842a93f7a..7e570cff1d 100644 --- a/doc/devel/importer/.cvsignore +++ b/doc/devel/importer/.cvsignore @@ -1,3 +1,6 @@ sgml Makefile Makefile.in +*-decl.txt +*.hierarchy +*.signals diff --git a/doc/devel/importer/evolution-shell-importer.heirarchy b/doc/devel/importer/evolution-shell-importer.heirarchy deleted file mode 100644 index 78e430d311..0000000000 --- a/doc/devel/importer/evolution-shell-importer.heirarchy +++ /dev/null @@ -1,5 +0,0 @@ -GtkObject - BonoboObject - EvolutionImporter - BonoboObjectClient - EvolutionImporterClient diff --git a/doc/devel/importer/evolution-shell-importer.hierarchy b/doc/devel/importer/evolution-shell-importer.hierarchy deleted file mode 100644 index 5f1b55c709..0000000000 --- a/doc/devel/importer/evolution-shell-importer.hierarchy +++ /dev/null @@ -1,14 +0,0 @@ -GtkObject - GtkWidget - GtkRange - GtkScale - GtkContainer - GtkBin - GtkButton - GtkToggleButton - GtkCheckButton - BonoboObject - EvolutionImporter - Handle to remote Bonobo::Unknown - EvolutionImporterClient - EvolutionImporterListener diff --git a/doc/devel/importer/tmpl/evolution-importer-client.sgml b/doc/devel/importer/tmpl/evolution-importer-client.sgml index 8122e4fb2d..6cee37bef1 100644 --- a/doc/devel/importer/tmpl/evolution-importer-client.sgml +++ b/doc/devel/importer/tmpl/evolution-importer-client.sgml @@ -57,6 +57,7 @@ Casts a #GtkObject into an #EvolutionImporterClient @client: @filename: +@folderpath: @Returns: diff --git a/doc/devel/importer/tmpl/evolution-importer.sgml b/doc/devel/importer/tmpl/evolution-importer.sgml index 8d8351aed2..1c7736a37f 100644 --- a/doc/devel/importer/tmpl/evolution-importer.sgml +++ b/doc/devel/importer/tmpl/evolution-importer.sgml @@ -40,6 +40,7 @@ The type of function that is called when the importer wishes the importing compo @importer: The #EvolutionImporter. @filename: The filename of the file to load. +@folderpath: @closure: The data passed into evolution_importer_new (). @Returns: A #gboolean. TRUE if the load and initialisation was successful, FALSE otherwise. @@ -70,6 +71,15 @@ The type of function that is called when the importer wants to get a string vers </para> +@EVOLUTION_IMPORTER_OK: +@EVOLUTION_IMPORTER_UNSUPPORTED_OPERATION: +@EVOLUTION_IMPORTER_INTERRUPTED: +@EVOLUTION_IMPORTER_BUSY: +@EVOLUTION_IMPORTER_NOT_READY: +@EVOLUTION_IMPORTER_UNKNOWN_DATA: +@EVOLUTION_IMPORTER_BAD_DATA: +@EVOLUTION_IMPORTER_BAD_FILE: +@EVOLUTION_IMPORTER_UNKNOWN_ERROR: <!-- ##### FUNCTION evolution_importer_new ##### --> <para> |