From 8bd35373e6112a09f522d21747dcc9e90b859333 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 23 Jun 2001 05:14:10 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'GNOME_UTILS_1_4_0_2'. svn path=/tags/GNOME_UTILS_1_4_0_2/; revision=10419 --- doc/devel/importer/tmpl/evolution-importer.sgml | 96 ------------------------- 1 file changed, 96 deletions(-) delete mode 100644 doc/devel/importer/tmpl/evolution-importer.sgml (limited to 'doc/devel/importer/tmpl/evolution-importer.sgml') diff --git a/doc/devel/importer/tmpl/evolution-importer.sgml b/doc/devel/importer/tmpl/evolution-importer.sgml deleted file mode 100644 index 1c7736a37f..0000000000 --- a/doc/devel/importer/tmpl/evolution-importer.sgml +++ /dev/null @@ -1,96 +0,0 @@ - -EvolutionImporter - - -A #BonoboObject that implements the GNOME/Evolution/Importer interface. - - - -A #BonoboObject wrapper around the GNOME/Evolution/Importer interface, providing error checking and reference counting, hiding the CORBA internals from the user and providing a simple way to create a GNOME_Evolution_Importer object. - - - - - - - - - -Casts a #GtkObject into an #EvolutionImporter. - - -@obj: A #GtkObject. - - - - -The type of function that is called when the importer wishes to find out if the importing component can support the file given in @filename. - - -@importer: The #EvolutionImporter. -@filename: The filename of the file to check. -@closure: The data passed into evolution_importer_new (). -@Returns: A #gboolean. TRUE if the importing component can import the file, FALSE otherwise. - - - - -The type of function that is called when the importer wishes the importing component to load the file given in @filename, and initialise itself. - - -@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. - - - - -The type of function that is called when the importer wants the importing component to process the next item (or items) in a file. - - -@importer: The #EvolutionImporter -@listener: A GNOME_Evolution_Importer_Listener CORBA object. -@closure: The data passed into evolution_importer_new (). -@ev: A #CORBA_Environment for returning any CORBA exceptions. - - - - -The type of function that is called when the importer wants to get a string version of an error. Not all importing components support this function. - - -@importer: The #EvolutionImporter. -@closure: The data passed to evolution_importer_new (). -@Returns: A string representation of the error, or NULL if there was no error, or the importing component does not support the getError method. - - - - - - - -@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: - - - - - - -@support_format_fn: -@load_file_fn: -@process_item_fn: -@get_error_fn: -@closure: -@Returns: - - -- cgit v1.2.3