diff options
Diffstat (limited to 'e-util/e-import.c')
-rw-r--r-- | e-util/e-import.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e-util/e-import.c b/e-util/e-import.c index e0bd5c6085..4475344018 100644 --- a/e-util/e-import.c +++ b/e-util/e-import.c @@ -156,7 +156,7 @@ e_import_new (const gchar *id) * @im: Importer to use. * @status: Status callback, called with progress information. * @done: Complete callback, will always be called once complete. - * @data: + * @data: user data for callback functions * * Run the import function of the selected importer. Once the * importer has finished, it MUST call the e_import_complete () @@ -243,8 +243,8 @@ e_import_status (EImport *import, /** * e_import_get_importers: - * @emp: - * @target: + * @emp: an #EImport + * @target: an #EImportTarget * * Get a list of importers. If @target is supplied, then only * importers which support the type and location specified by the |