blob: 8e911a91dd6038e299604abaffa5ed635002574c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
<!-- ##### SECTION Title ##### -->
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 ##### -->
<para>
</para>
<!-- ##### MACRO EVOLUTION_IMPORTER_CLIENT ##### -->
<para>
Casts a #GtkObject into an #EvolutionImporterClient
</para>
@obj: A GtkObject.
<!-- ##### 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().
<!-- ##### FUNCTION evolution_importer_client_new ##### -->
<para>
</para>
@objref:
@Returns:
<!-- ##### FUNCTION evolution_importer_client_new_from_id ##### -->
<para>
</para>
@id:
@Returns:
<!-- ##### FUNCTION evolution_importer_client_support_format ##### -->
<para>
</para>
@client:
@filename:
@Returns:
<!-- ##### FUNCTION evolution_importer_client_load_file ##### -->
<para>
</para>
@client:
@filename:
@Returns:
<!-- ##### FUNCTION evolution_importer_client_process_item ##### -->
<para>
</para>
@client:
@callback:
@closure:
<!-- ##### FUNCTION evolution_importer_client_get_error ##### -->
<para>
</para>
@client:
@Returns:
|