~ubuntu-branches/ubuntu/saucy/libbonobo/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/api/html/libbonobo-bonobo-shutdown.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-30 13:59:10 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20100330135910-bq8awt4jhdd71oq1
Tags: 2.24.3-0ubuntu1
* New upstream version:
  - Set up dbus environment in test-activation/test.sh 
  - Fix memory corruption 
  - Updated translations 

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="general.html" title="General">
9
9
<link rel="prev" href="libbonobo-bonobo-running-context.html" title="BonoboRunningContext">
10
10
<link rel="next" href="libbonobo-bonobo-i18n.html" title="bonobo-i18n">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="general.html" title="General">
14
14
<link rel="chapter" href="factories.html" title="Objects, Factories, Reference Counting">
30
30
</tr>
31
31
<tr><td colspan="5" class="shortcuts">
32
32
<a href="#libbonobo-bonobo-shutdown.synopsis" class="shortcut">Top</a>
33
 
                 | 
34
 
                <a href="#libbonobo-bonobo-shutdown.description" class="shortcut">Description</a>
 
33
                   | 
 
34
                  <a href="#libbonobo-bonobo-shutdown.description" class="shortcut">Description</a>
35
35
</td></tr>
36
36
</table>
37
37
<div class="refentry" title="bonobo-shutdown">
45
45
</tr></table></div>
46
46
<div class="refsynopsisdiv" title="Synopsis">
47
47
<a name="libbonobo-bonobo-shutdown.synopsis"></a><h2>Synopsis</h2>
48
 
<pre class="synopsis">
49
 
void                <a class="link" href="libbonobo-bonobo-shutdown.html#bonobo-context-init" title="bonobo_context_init ()">bonobo_context_init</a>                 (void);
50
 
void                <a class="link" href="libbonobo-bonobo-shutdown.html#bonobo-context-shutdown" title="bonobo_context_shutdown ()">bonobo_context_shutdown</a>             (void);
51
 
int                 <a class="link" href="libbonobo-bonobo-shutdown.html#bonobo-object-shutdown" title="bonobo_object_shutdown ()">bonobo_object_shutdown</a>              (void);
52
 
void                <a class="link" href="libbonobo-bonobo-shutdown.html#bonobo-exception-shutdown" title="bonobo_exception_shutdown ()">bonobo_exception_shutdown</a>           (void);
53
 
void                <a class="link" href="libbonobo-bonobo-shutdown.html#bonobo-property-bag-shutdown" title="bonobo_property_bag_shutdown ()">bonobo_property_bag_shutdown</a>        (void);
54
 
void                <a class="link" href="libbonobo-bonobo-shutdown.html#bonobo-running-context-shutdown" title="bonobo_running_context_shutdown ()">bonobo_running_context_shutdown</a>     (void);
 
48
<pre class="synopsis"><span class="returnvalue">void</span>                <a class="link" href="libbonobo-bonobo-shutdown.html#bonobo-context-init" title="bonobo_context_init ()">bonobo_context_init</a>                 (void);
 
49
<span class="returnvalue">void</span>                <a class="link" href="libbonobo-bonobo-shutdown.html#bonobo-context-shutdown" title="bonobo_context_shutdown ()">bonobo_context_shutdown</a>             (void);
 
50
<span class="returnvalue">int</span>                 <a class="link" href="libbonobo-bonobo-shutdown.html#bonobo-object-shutdown" title="bonobo_object_shutdown ()">bonobo_object_shutdown</a>              (void);
 
51
<span class="returnvalue">void</span>                <a class="link" href="libbonobo-bonobo-shutdown.html#bonobo-exception-shutdown" title="bonobo_exception_shutdown ()">bonobo_exception_shutdown</a>           (void);
 
52
<span class="returnvalue">void</span>                <a class="link" href="libbonobo-bonobo-shutdown.html#bonobo-property-bag-shutdown" title="bonobo_property_bag_shutdown ()">bonobo_property_bag_shutdown</a>        (void);
 
53
<span class="returnvalue">void</span>                <a class="link" href="libbonobo-bonobo-shutdown.html#bonobo-running-context-shutdown" title="bonobo_running_context_shutdown ()">bonobo_running_context_shutdown</a>     (void);
55
54
</pre>
56
55
</div>
57
56
<div class="refsect1" title="Description">
63
62
<a name="libbonobo-bonobo-shutdown.details"></a><h2>Details</h2>
64
63
<div class="refsect2" title="bonobo_context_init ()">
65
64
<a name="bonobo-context-init"></a><h3>bonobo_context_init ()</h3>
66
 
<pre class="programlisting">void                bonobo_context_init                 (void);</pre>
 
65
<pre class="programlisting"><span class="returnvalue">void</span>                bonobo_context_init                 (void);</pre>
67
66
<p>
68
67
Sets up the context system, internal use only, called
69
68
by bonobo_init.</p>
70
 
<p>
71
 
</p>
72
69
<div class="variablelist"><table border="0">
73
70
<col align="left" valign="top">
74
71
<tbody><tr>
81
78
<hr>
82
79
<div class="refsect2" title="bonobo_context_shutdown ()">
83
80
<a name="bonobo-context-shutdown"></a><h3>bonobo_context_shutdown ()</h3>
84
 
<pre class="programlisting">void                bonobo_context_shutdown             (void);</pre>
 
81
<pre class="programlisting"><span class="returnvalue">void</span>                bonobo_context_shutdown             (void);</pre>
85
82
<p>
86
83
Shuts down the context system, internal use only</p>
87
 
<p>
88
 
</p>
89
84
<div class="variablelist"><table border="0">
90
85
<col align="left" valign="top">
91
86
<tbody><tr>
98
93
<hr>
99
94
<div class="refsect2" title="bonobo_object_shutdown ()">
100
95
<a name="bonobo-object-shutdown"></a><h3>bonobo_object_shutdown ()</h3>
101
 
<pre class="programlisting">int                 bonobo_object_shutdown              (void);</pre>
 
96
<pre class="programlisting"><span class="returnvalue">int</span>                 bonobo_object_shutdown              (void);</pre>
102
97
<p>
103
98
</p>
104
99
<div class="variablelist"><table border="0">
113
108
<hr>
114
109
<div class="refsect2" title="bonobo_exception_shutdown ()">
115
110
<a name="bonobo-exception-shutdown"></a><h3>bonobo_exception_shutdown ()</h3>
116
 
<pre class="programlisting">void                bonobo_exception_shutdown           (void);</pre>
 
111
<pre class="programlisting"><span class="returnvalue">void</span>                bonobo_exception_shutdown           (void);</pre>
117
112
<p>
118
113
</p>
119
114
</div>
120
115
<hr>
121
116
<div class="refsect2" title="bonobo_property_bag_shutdown ()">
122
117
<a name="bonobo-property-bag-shutdown"></a><h3>bonobo_property_bag_shutdown ()</h3>
123
 
<pre class="programlisting">void                bonobo_property_bag_shutdown        (void);</pre>
 
118
<pre class="programlisting"><span class="returnvalue">void</span>                bonobo_property_bag_shutdown        (void);</pre>
124
119
<p>
125
120
</p>
126
121
</div>
127
122
<hr>
128
123
<div class="refsect2" title="bonobo_running_context_shutdown ()">
129
124
<a name="bonobo-running-context-shutdown"></a><h3>bonobo_running_context_shutdown ()</h3>
130
 
<pre class="programlisting">void                bonobo_running_context_shutdown     (void);</pre>
 
125
<pre class="programlisting"><span class="returnvalue">void</span>                bonobo_running_context_shutdown     (void);</pre>
131
126
<p>
132
127
</p>
133
128
</div>
135
130
</div>
136
131
<div class="footer">
137
132
<hr>
138
 
          Generated by GTK-Doc V1.11</div>
 
133
          Generated by GTK-Doc V1.14</div>
139
134
</body>
140
 
</html>
 
135
</html>
 
 
b'\\ No newline at end of file'