~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to doc/activation-api/tmpl/query.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-02-18 14:40:51 UTC
  • mto: (3.1.1 etch) (1.1.25 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050218144051-fo4h9qh2gim8x3wt
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
Query and Activation
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
Querying for components and Activating them
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
This section describes how you can query for components
 
10
and activate them.
 
11
</para>
 
12
 
 
13
<para>
 
14
Two set of functions are described: synchronous and 
 
15
asynchronous ones. The asynchronous version of the functions
 
16
allow you to avoid blocking your application while the CORBA
 
17
servers are started.
 
18
</para>
 
19
 
 
20
<!-- ##### SECTION See_Also ##### -->
 
21
<para>
 
22
 
 
23
</para>
 
24
 
 
25
<!-- ##### TYPEDEF Bonobo_ImplementationID ##### -->
 
26
<para>
 
27
 
 
28
</para>
 
29
 
 
30
 
 
31
<!-- ##### TYPEDEF Bonobo_ActivationID ##### -->
 
32
<para>
 
33
 
 
34
</para>
 
35
 
 
36
 
 
37
<!-- ##### TYPEDEF Bonobo_ActivationFlags ##### -->
 
38
<para>
 
39
 
 
40
</para>
 
41
 
 
42
 
 
43
<!-- ##### ENUM Bonobo_ActivationResultType ##### -->
 
44
<para>
 
45
 
 
46
</para>
 
47
 
 
48
@Bonobo_ACTIVATION_RESULT_OBJECT: 
 
49
@Bonobo_ACTIVATION_RESULT_SHLIB: 
 
50
@Bonobo_ACTIVATION_RESULT_NONE: 
 
51
 
 
52
<!-- ##### FUNCTION bonobo_activation_query ##### -->
 
53
<para>
 
54
 
 
55
</para>
 
56
 
 
57
@requirements: 
 
58
@selection_order: 
 
59
@ev: 
 
60
@Returns: 
 
61
 
 
62
 
 
63
<!-- ##### FUNCTION bonobo_activation_activate ##### -->
 
64
<para>
 
65
 
 
66
</para>
 
67
 
 
68
@requirements: 
 
69
@selection_order: 
 
70
@flags: 
 
71
@ret_aid: 
 
72
@ev: 
 
73
@Returns: 
 
74
 
 
75
 
 
76
<!-- ##### FUNCTION bonobo_activation_activate_from_id ##### -->
 
77
<para>
 
78
 
 
79
</para>
 
80
 
 
81
@aid: 
 
82
@flags: 
 
83
@ret_aid: 
 
84
@ev: 
 
85
@Returns: 
 
86
 
 
87
 
 
88
<!-- ##### USER_FUNCTION BonoboActivationCallback ##### -->
 
89
<para>
 
90
This is the signature of the function which you must pass
 
91
as a callback to the asynchrounous activation functions.
 
92
</para>
 
93
 
 
94
@activated_object: 
 
95
@error_reason: 
 
96
@user_data: 
 
97
 
 
98
 
 
99
<!-- ##### FUNCTION bonobo_activation_activate_async ##### -->
 
100
<para>
 
101
 
 
102
</para>
 
103
 
 
104
@requirements: 
 
105
@selection_order: 
 
106
@flags: 
 
107
@callback: 
 
108
@user_data: 
 
109
@ev: 
 
110
 
 
111
 
 
112
<!-- ##### FUNCTION bonobo_activation_activate_from_id_async ##### -->
 
113
<para>
 
114
 
 
115
</para>
 
116
 
 
117
@aid: 
 
118
@flags: 
 
119
@callback: 
 
120
@user_data: 
 
121
@ev: 
 
122
 
 
123
 
 
124
<!-- ##### FUNCTION bonobo_activation_set_activation_env_value ##### -->
 
125
<para>
 
126
 
 
127
</para>
 
128
 
 
129
@name: 
 
130
@value: 
 
131
 
 
132