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, 3 insertions, 1 deletions
diff --git a/shell/importer/GNOME_Evolution_Importer.idl b/shell/importer/GNOME_Evolution_Importer.idl
index 18ea7a65bb..775ba47377 100644
--- a/shell/importer/GNOME_Evolution_Importer.idl
+++ b/shell/importer/GNOME_Evolution_Importer.idl
@@ -72,6 +72,7 @@ module Evolution {
* loadFile:
* @filename: The filename of the file.
* @folderpath: The full pathname to the folder.
+ * @foldertpe: The type of the folder to import to.
*
* Loads the file and prepares an Importer object that can
* process files of this type.
@@ -79,7 +80,8 @@ module Evolution {
* Returns: An Importer object.
*/
boolean loadFile (in string filename,
- in string folderpath);
+ in string folderpath,
+ in string foldertype);
};
interface IntelligentImporter : Bonobo::Unknown {