aboutsummaryrefslogtreecommitdiffstats
path: root/shell/importer/GNOME_Evolution_Importer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'shell/importer/GNOME_Evolution_Importer.idl')
-rw-r--r--shell/importer/GNOME_Evolution_Importer.idl4
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/importer/GNOME_Evolution_Importer.idl b/shell/importer/GNOME_Evolution_Importer.idl
index 791891f81e..df6c7a22bf 100644
--- a/shell/importer/GNOME_Evolution_Importer.idl
+++ b/shell/importer/GNOME_Evolution_Importer.idl
@@ -61,9 +61,7 @@ module Evolution {
* Returns: A string.
*/
string getError ();
- };
- interface ImporterFactory : Bonobo::Unknown {
/**
* supportFormat:
* @filename: The filename of the file.
@@ -85,7 +83,7 @@ module Evolution {
*
* Returns: An Importer object.
*/
- Importer loadFile (in string filename);
+ boolean loadFile (in string filename);
};
};
};