From 59bd12b76388b33ccde74bc151fabda14a763924 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 17 Jan 2001 18:28:39 +0000 Subject: Removed the factory and updated the interfaces and objects svn path=/trunk/; revision=7590 --- shell/importer/evolution-importer-client.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'shell/importer/evolution-importer-client.h') diff --git a/shell/importer/evolution-importer-client.h b/shell/importer/evolution-importer-client.h index 3e81d8a9ba..e122a7cfdd 100644 --- a/shell/importer/evolution-importer-client.h +++ b/shell/importer/evolution-importer-client.h @@ -25,8 +25,7 @@ #define EVOLUTION_IMPORTER_CLIENT_H #include - -#include "evolution-importer.h" +#include #ifdef __cplusplus extern "C" { @@ -60,10 +59,14 @@ typedef void (* EvolutionImporterClientCallback) (EvolutionImporterClient *clien void *data); GtkType evolution_importer_client_get_type (void); -void evolution_importer_client_construct (EvolutionImporterClient *client, - CORBA_Object corba_object); + EvolutionImporterClient *evolution_importer_client_new (const CORBA_Object objref); +EvolutionImporterClient *evolution_importer_client_new_from_id (const char *id); +gboolean evolution_importer_client_support_format (EvolutionImporterClient *client, + const char *filename); +gboolean evolution_importer_client_load_file (EvolutionImporterClient *client, + const char *filename); void evolution_importer_client_process_item (EvolutionImporterClient *client, EvolutionImporterClientCallback callback, void *closure); -- cgit