~ubuntu-branches/ubuntu/trusty/libbonobo/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/api/html/libbonobo-bonobo-running-context.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-07-30 22:13:59 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20070730221359-xblbyyhx8edlxmqj
Tags: 2.19.6-0ubuntu1
* New upstream version:
  - Use gmodule-no-export-2.0 instead of gmodule-2.0
  - Win32 fix for pipe macro

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
<th width="100%" align="center">Libbonobo Reference Manual</th>
29
29
<td><a accesskey="n" href="libbonobo-bonobo-shutdown.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
30
30
</tr>
31
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2558693" class="shortcut">Top</a>
 
31
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2558850" class="shortcut">Top</a>
32
32
                  &#160;|&#160;
33
 
                  <a href="#id2558788" class="shortcut">Description</a></nobr></td></tr>
 
33
                  <a href="#id2558945" class="shortcut">Description</a></nobr></td></tr>
34
34
</table>
35
35
<div class="refentry" lang="en">
36
36
<a name="libbonobo-bonobo-running-context"></a><div class="titlepage"></div>
37
37
<div class="refnamediv"><table width="100%"><tr>
38
38
<td valign="top">
39
39
<h2>
40
 
<a name="id2558693"></a><span class="refentrytitle">BonoboRunningContext</span>
 
40
<a name="id2558850"></a><span class="refentrytitle">BonoboRunningContext</span>
41
41
</h2>
42
42
<p>BonoboRunningContext &#8212; a live object tracker</p>
43
43
</td>
61
61
</pre>
62
62
</div>
63
63
<div class="refsect1" lang="en">
64
 
<a name="id2558788"></a><h2>Description</h2>
 
64
<a name="id2558945"></a><h2>Description</h2>
65
65
<p>
66
66
    <a href="libbonobo-bonobo-running-context.html#BonoboRunningContext"><span class="type">BonoboRunningContext</span></a> implements the
67
67
    <code class="classname">Bonobo::RunningContext</code> IDL interface,
88
88
</p>
89
89
</div>
90
90
<div class="refsect1" lang="en">
91
 
<a name="id2558883"></a><h2>Details</h2>
 
91
<a name="id2559039"></a><h2>Details</h2>
92
92
<div class="refsect2" lang="en">
93
 
<a name="id2558893"></a><h3>
 
93
<a name="id2559050"></a><h3>
94
94
<a name="BonoboRunningContext"></a>BonoboRunningContext</h3>
95
 
<a class="indexterm" name="id2558906"></a><pre class="programlisting">typedef struct {
 
95
<a class="indexterm" name="id2559062"></a><pre class="programlisting">typedef struct {
96
96
        BonoboObject parent;
97
97
 
98
98
        BonoboRunningContextPrivate *priv;
104
104
</div>
105
105
<hr>
106
106
<div class="refsect2" lang="en">
107
 
<a name="id2558923"></a><h3>
 
107
<a name="id2559080"></a><h3>
108
108
<a name="BonoboRunningContextClass"></a>BonoboRunningContextClass</h3>
109
 
<a class="indexterm" name="id2558936"></a><pre class="programlisting">typedef struct {
 
109
<a class="indexterm" name="id2559092"></a><pre class="programlisting">typedef struct {
110
110
        BonoboObjectClass parent;
111
111
 
112
112
        POA_Bonobo_RunningContext__epv epv;
120
120
</div>
121
121
<hr>
122
122
<div class="refsect2" lang="en">
123
 
<a name="id2558954"></a><h3>
 
123
<a name="id2559110"></a><h3>
124
124
<a name="bonobo-running-context-new"></a>bonobo_running_context_new ()</h3>
125
 
<a class="indexterm" name="id2558967"></a><pre class="programlisting"><a href="libbonobo-bonobo-object.html#BonoboObject">BonoboObject</a>*       bonobo_running_context_new          (void);</pre>
 
125
<a class="indexterm" name="id2559124"></a><pre class="programlisting"><a href="libbonobo-bonobo-object.html#BonoboObject">BonoboObject</a>*       bonobo_running_context_new          (void);</pre>
126
126
<p>
127
127
 
128
128
</p>
139
139
</div>
140
140
<hr>
141
141
<div class="refsect2" lang="en">
142
 
<a name="id2559003"></a><h3>
 
142
<a name="id2559160"></a><h3>
143
143
<a name="bonobo-running-context-ignore-object"></a>bonobo_running_context_ignore_object ()</h3>
144
 
<a class="indexterm" name="id2559016"></a><pre class="programlisting">void                bonobo_running_context_ignore_object
 
144
<a class="indexterm" name="id2559173"></a><pre class="programlisting">void                bonobo_running_context_ignore_object
145
145
                                                        (CORBA_Object object);</pre>
146
146
<p>
147
147
 
159
159
</div>
160
160
<hr>
161
161
<div class="refsect2" lang="en">
162
 
<a name="id2559064"></a><h3>
 
162
<a name="id2559221"></a><h3>
163
163
<a name="bonobo-running-context-at-exit-unref"></a>bonobo_running_context_at_exit_unref ()</h3>
164
 
<a class="indexterm" name="id2559078"></a><pre class="programlisting">void                bonobo_running_context_at_exit_unref
 
164
<a class="indexterm" name="id2559235"></a><pre class="programlisting">void                bonobo_running_context_at_exit_unref
165
165
                                                        (CORBA_Object object);</pre>
166
166
<p>
167
167
 
179
179
</div>
180
180
</div>
181
181
<div class="refsect1" lang="en">
182
 
<a name="id2559127"></a><h2>See Also</h2>
 
182
<a name="id2559284"></a><h2>See Also</h2>
183
183
<p>
184
 
    <a href="libbonobo-bonobo-generic-factory.html" title="BonoboGenericFactory"><a name="id2585698"></a><span class="refentrytitle">BonoboGenericFactory</span>(3)</a>
 
184
    <a href="libbonobo-bonobo-generic-factory.html" title="BonoboGenericFactory"><a name="id2585832"></a><span class="refentrytitle">BonoboGenericFactory</span>(3)</a>
185
185
</p>
186
186
</div>
187
187
</div>