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

« back to all changes in this revision

Viewing changes to doc/activation-api/html/bonobo-activation-Initialization.html

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2009-09-26 01:14:29 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (3.1.5 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090926011429-0yhx3o44d8xve7kw
Tags: upstream-2.24.2
ImportĀ upstreamĀ versionĀ 2.24.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Initialization</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Bonobo Activation API Reference Manual">
8
8
<link rel="up" href="api-reference.html" title="API Reference">
9
9
<link rel="prev" href="api-reference.html" title="API Reference">
34
34
                <a href="#bonobo-activation-Initialization.description" class="shortcut">Description</a>
35
35
</td></tr>
36
36
</table>
37
 
<div class="refentry" lang="en">
 
37
<div class="refentry" title="Initialization">
38
38
<a name="bonobo-activation-Initialization"></a><div class="titlepage"></div>
39
39
<div class="refnamediv"><table width="100%"><tr>
40
40
<td valign="top">
43
43
</td>
44
44
<td valign="top" align="right"></td>
45
45
</tr></table></div>
46
 
<div class="refsynopsisdiv">
 
46
<div class="refsynopsisdiv" title="Synopsis">
47
47
<a name="bonobo-activation-Initialization.synopsis"></a><h2>Synopsis</h2>
48
48
<pre class="synopsis">
49
49
 
63
63
CORBA_Object        <a class="link" href="bonobo-activation-Initialization.html#bonobo-activation-name-service-get" title="bonobo_activation_name_service_get ()">bonobo_activation_name_service_get</a>  (CORBA_Environment *ev);
64
64
</pre>
65
65
</div>
66
 
<div class="refsect1" lang="en">
 
66
<div class="refsect1" title="Description">
67
67
<a name="bonobo-activation-Initialization.description"></a><h2>Description</h2>
68
68
<p>
69
69
These functions allow you to initialize Bonobo Activation and the ORB
71
71
it is not started.
72
72
</p>
73
73
</div>
74
 
<div class="refsect1" lang="en">
 
74
<div class="refsect1" title="Details">
75
75
<a name="bonobo-activation-Initialization.details"></a><h2>Details</h2>
76
 
<div class="refsect2" lang="en">
 
76
<div class="refsect2" title="BONOBO_ACTIVATION_MAJOR_VERSION">
77
77
<a name="BONOBO-ACTIVATION-MAJOR-VERSION--CAPS"></a><h3>BONOBO_ACTIVATION_MAJOR_VERSION</h3>
78
78
<pre class="programlisting">#define BONOBO_ACTIVATION_MAJOR_VERSION (2)
79
79
</pre>
81
81
</p>
82
82
</div>
83
83
<hr>
84
 
<div class="refsect2" lang="en">
 
84
<div class="refsect2" title="BONOBO_ACTIVATION_MINOR_VERSION">
85
85
<a name="BONOBO-ACTIVATION-MINOR-VERSION--CAPS"></a><h3>BONOBO_ACTIVATION_MINOR_VERSION</h3>
86
86
<pre class="programlisting">#define BONOBO_ACTIVATION_MINOR_VERSION (24)
87
87
</pre>
89
89
</p>
90
90
</div>
91
91
<hr>
92
 
<div class="refsect2" lang="en">
 
92
<div class="refsect2" title="BONOBO_ACTIVATION_MICRO_VERSION">
93
93
<a name="BONOBO-ACTIVATION-MICRO-VERSION--CAPS"></a><h3>BONOBO_ACTIVATION_MICRO_VERSION</h3>
94
 
<pre class="programlisting">#define BONOBO_ACTIVATION_MICRO_VERSION (1)
 
94
<pre class="programlisting">#define BONOBO_ACTIVATION_MICRO_VERSION (2)
95
95
</pre>
96
96
<p>
97
97
</p>
98
98
</div>
99
99
<hr>
100
 
<div class="refsect2" lang="en">
 
100
<div class="refsect2" title="bonobo_activation_is_initialized ()">
101
101
<a name="bonobo-activation-is-initialized"></a><h3>bonobo_activation_is_initialized ()</h3>
102
102
<pre class="programlisting"><a
103
103
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
116
116
</table></div>
117
117
</div>
118
118
<hr>
119
 
<div class="refsect2" lang="en">
 
119
<div class="refsect2" title="bonobo_activation_init ()">
120
120
<a name="bonobo-activation-init"></a><h3>bonobo_activation_init ()</h3>
121
121
<pre class="programlisting">CORBA_ORB           bonobo_activation_init              (int argc,
122
122
                                                         char **argv);</pre>
148
148
</table></div>
149
149
</div>
150
150
<hr>
151
 
<div class="refsect2" lang="en">
 
151
<div class="refsect2" title="bonobo_activation_orb_init ()">
152
152
<a name="bonobo-activation-orb-init"></a><h3>bonobo_activation_orb_init ()</h3>
153
153
<pre class="programlisting">CORBA_ORB           bonobo_activation_orb_init          (int *argc,
154
154
                                                         char **argv);</pre>
179
179
</table></div>
180
180
</div>
181
181
<hr>
182
 
<div class="refsect2" lang="en">
 
182
<div class="refsect2" title="bonobo_activation_orb_get ()">
183
183
<a name="bonobo-activation-orb-get"></a><h3>bonobo_activation_orb_get ()</h3>
184
184
<pre class="programlisting">CORBA_ORB           bonobo_activation_orb_get           (void);</pre>
185
185
<p>
196
196
</table></div>
197
197
</div>
198
198
<hr>
199
 
<div class="refsect2" lang="en">
 
199
<div class="refsect2" title="bonobo_activation_name_service_get ()">
200
200
<a name="bonobo-activation-name-service-get"></a><h3>bonobo_activation_name_service_get ()</h3>
201
201
<pre class="programlisting">CORBA_Object        bonobo_activation_name_service_get  (CORBA_Environment *ev);</pre>
202
202
<p>