diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-02-10 07:02:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-02-10 07:02:51 +0800 |
commit | 1040078ce60b4641e5a3cdad6a2cef14660e63a3 (patch) | |
tree | 0c59410ca87afb492bfa60cf43668b7af6f72533 /e-util/e-import.c | |
parent | 64984ad5b86bb5c97868107d462825cbfa301e30 (diff) | |
download | gsoc2013-evolution-1040078ce60b4641e5a3cdad6a2cef14660e63a3.tar.gz gsoc2013-evolution-1040078ce60b4641e5a3cdad6a2cef14660e63a3.tar.zst gsoc2013-evolution-1040078ce60b4641e5a3cdad6a2cef14660e63a3.zip |
Update API documentation.
Also, start fixing some Gtk-Doc warnings. There's a lot.
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 |