aboutsummaryrefslogtreecommitdiffstats
path: root/help/devel/importer/tmpl/evolution-importer-client.sgml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-01-18 06:31:35 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-01-18 06:31:35 +0800
commit26dd492af6580330cd6a893717a237d47a3efd01 (patch)
tree4decae5704def785324ea79faf641bbb222528d4 /help/devel/importer/tmpl/evolution-importer-client.sgml
parent1a6bb41b0df656a29274da049e5fff924859d76f (diff)
downloadgsoc2013-evolution-26dd492af6580330cd6a893717a237d47a3efd01.tar
gsoc2013-evolution-26dd492af6580330cd6a893717a237d47a3efd01.tar.gz
gsoc2013-evolution-26dd492af6580330cd6a893717a237d47a3efd01.tar.bz2
gsoc2013-evolution-26dd492af6580330cd6a893717a237d47a3efd01.tar.lz
gsoc2013-evolution-26dd492af6580330cd6a893717a237d47a3efd01.tar.xz
gsoc2013-evolution-26dd492af6580330cd6a893717a237d47a3efd01.tar.zst
gsoc2013-evolution-26dd492af6580330cd6a893717a237d47a3efd01.zip
Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enum
2001-01-17 Federico Mena Quintero <federico@ximian.com> * importer/evolution-importer.h: Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enum _Blah { ... };" so that gtk-doc can parse it. Sigh. svn path=/trunk/; revision=7600
Diffstat (limited to 'help/devel/importer/tmpl/evolution-importer-client.sgml')
-rw-r--r--help/devel/importer/tmpl/evolution-importer-client.sgml22
1 files changed, 9 insertions, 13 deletions
diff --git a/help/devel/importer/tmpl/evolution-importer-client.sgml b/help/devel/importer/tmpl/evolution-importer-client.sgml
index 8e911a91dd..ac1718dc7e 100644
--- a/help/devel/importer/tmpl/evolution-importer-client.sgml
+++ b/help/devel/importer/tmpl/evolution-importer-client.sgml
@@ -2,14 +2,11 @@
EvolutionImporterClient
<!-- ##### SECTION Short_Description ##### -->
-GTK+ object for communication with importer components.
+
<!-- ##### SECTION Long_Description ##### -->
<para>
- The #EvolutionImporterClient provides a GTK+ wrapper for the CORBA
- interfaces that are used to communicate between the shell and the
- importers. The #EvolutionImporterClient removes the need for CORBA
- calls in the shell.
+
</para>
<!-- ##### SECTION See_Also ##### -->
@@ -19,22 +16,21 @@ GTK+ object for communication with importer components.
<!-- ##### MACRO EVOLUTION_IMPORTER_CLIENT ##### -->
<para>
- Casts a #GtkObject into an #EvolutionImporterClient
+
</para>
-@obj: A GtkObject.
+@obj:
<!-- ##### USER_FUNCTION EvolutionImporterClientCallback ##### -->
<para>
- The type of the function that will be called when the importer has something
- to report to the shell.
+
</para>
-@client: An #EvolutionImporterClient object.
-@result: An #EvolutionImporterResult describing the result of the action.
-@more_items: A #gboolean indicating whether there are any more items to be processed.
-@data: The data that was passed into evolution_importer_client_process_item().
+@client:
+@result:
+@more_items:
+@data:
<!-- ##### FUNCTION evolution_importer_client_new ##### -->