diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2005-07-14 10:13:15 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-07-14 10:13:15 +0800 |
commit | da0dfdbcff301b5be75e6c6853d6e9fa89948c6c (patch) | |
tree | 38987b365bdd80bf6982e66063ee37ef3204afc2 /e-util | |
parent | 567b310cb1f33d70a5ab595add8f38fa17910474 (diff) | |
download | gsoc2013-evolution-da0dfdbcff301b5be75e6c6853d6e9fa89948c6c.tar.gz gsoc2013-evolution-da0dfdbcff301b5be75e6c6853d6e9fa89948c6c.tar.zst gsoc2013-evolution-da0dfdbcff301b5be75e6c6853d6e9fa89948c6c.zip |
Added a doc comment
svn path=/trunk/; revision=29764
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-import.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/e-import.c b/e-util/e-import.c index 042dd53680..d9b57b8e23 100644 --- a/e-util/e-import.c +++ b/e-util/e-import.c @@ -583,6 +583,13 @@ emph_class_init(EPluginHookClass *klass) ((GObjectClass *)klass)->finalize = emph_finalise; klass->construct = emph_construct; + /** @HookClass: Evolution Importers + * @Id: org.gnome.evolution.import:1.0 + * @Target: EImportTarget + * + * A hook for data importers. + **/ + klass->id = "org.gnome.evolution.import:1.0"; d(printf("EImportHook: init class %p '%s'\n", klass, g_type_name(((GObjectClass *)klass)->g_type_class.g_type))); |