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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2008-01-28 16:44:09 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128164409-85v32401um8c7vuw
Tags: 2.20.4-1
* New patch, 20_server-files-gettext, adapted from Ubuntu (to lookup
  both of debian-gettext-domain and ubuntu-gettext-domain):
  - activation-server/object-directory-load.c, parse_oaf_server_attrs():
    Check <oaf_server> tag attributes values for "debian-gettext-domain" or
    "ubuntu-gettext-domain" and store the latest in the previously unused
    'domain' field of the server struct.
  - bonobo-activation/bonobo-activation-server-info.c,
    bonobo_server_info_prop_lookup(): If 'domain' field is set, try
    gettext() before looking up a translation in the .server file itself.
* New upstream stable release; no API change; bug fixes.
  - Drop relibtoolizing patch, 90_relibtoolize, as the new upstream tarball
    doesn't have the x86_64 ltmain.sh snippet hardcoding the library path to
    /usr/lib64.

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-i18n.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="#id2577375" class="shortcut">Top</a>
 
31
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2882265" class="shortcut">Top</a>
32
32
                  &#160;|&#160;
33
 
                  <a href="#id2578658" class="shortcut">Description</a></nobr></td></tr>
 
33
                  <a href="#id2883464" class="shortcut">Description</a></nobr></td></tr>
34
34
</table>
35
35
<div class="refentry" lang="en">
36
36
<a name="libbonobo-bonobo-shutdown"></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="id2577375"></a><span class="refentrytitle">bonobo-shutdown</span>
 
40
<a name="id2882265"></a><span class="refentrytitle">bonobo-shutdown</span>
41
41
</h2>
42
42
<p>bonobo-shutdown</p>
43
43
</td>
58
58
</pre>
59
59
</div>
60
60
<div class="refsect1" lang="en">
61
 
<a name="id2578658"></a><h2>Description</h2>
 
61
<a name="id2883464"></a><h2>Description</h2>
62
62
<p>
63
63
 
64
64
</p>
65
65
</div>
66
66
<div class="refsect1" lang="en">
67
 
<a name="id2578673"></a><h2>Details</h2>
 
67
<a name="id2883478"></a><h2>Details</h2>
68
68
<div class="refsect2" lang="en">
69
 
<a name="id2578683"></a><h3>
 
69
<a name="id2883487"></a><h3>
70
70
<a name="bonobo-context-init"></a>bonobo_context_init ()</h3>
71
 
<a class="indexterm" name="id2578696"></a><pre class="programlisting">void                bonobo_context_init                 (void);</pre>
 
71
<a class="indexterm" name="id2883498"></a><pre class="programlisting">void                bonobo_context_init                 (void);</pre>
72
72
<p>
73
73
Sets up the context system, internal use only, called
74
74
by bonobo_init.</p>
86
86
</div>
87
87
<hr>
88
88
<div class="refsect2" lang="en">
89
 
<a name="id2578739"></a><h3>
 
89
<a name="id2883538"></a><h3>
90
90
<a name="bonobo-context-shutdown"></a>bonobo_context_shutdown ()</h3>
91
 
<a class="indexterm" name="id2578752"></a><pre class="programlisting">void                bonobo_context_shutdown             (void);</pre>
 
91
<a class="indexterm" name="id2883548"></a><pre class="programlisting">void                bonobo_context_shutdown             (void);</pre>
92
92
<p>
93
93
Shuts down the context system, internal use only</p>
94
94
<p>
105
105
</div>
106
106
<hr>
107
107
<div class="refsect2" lang="en">
108
 
<a name="id2578796"></a><h3>
 
108
<a name="id2883588"></a><h3>
109
109
<a name="bonobo-object-shutdown"></a>bonobo_object_shutdown ()</h3>
110
 
<a class="indexterm" name="id2578808"></a><pre class="programlisting">int                 bonobo_object_shutdown              (void);</pre>
 
110
<a class="indexterm" name="id2883598"></a><pre class="programlisting">int                 bonobo_object_shutdown              (void);</pre>
111
111
<p>
112
112
 
113
113
</p>
124
124
</div>
125
125
<hr>
126
126
<div class="refsect2" lang="en">
127
 
<a name="id2578844"></a><h3>
 
127
<a name="id2883631"></a><h3>
128
128
<a name="bonobo-exception-shutdown"></a>bonobo_exception_shutdown ()</h3>
129
 
<a class="indexterm" name="id2578858"></a><pre class="programlisting">void                bonobo_exception_shutdown           (void);</pre>
 
129
<a class="indexterm" name="id2883642"></a><pre class="programlisting">void                bonobo_exception_shutdown           (void);</pre>
130
130
<p>
131
131
 
132
132
</p>
133
133
</div>
134
134
<hr>
135
135
<div class="refsect2" lang="en">
136
 
<a name="id2578879"></a><h3>
 
136
<a name="id2883661"></a><h3>
137
137
<a name="bonobo-property-bag-shutdown"></a>bonobo_property_bag_shutdown ()</h3>
138
 
<a class="indexterm" name="id2578892"></a><pre class="programlisting">void                bonobo_property_bag_shutdown        (void);</pre>
 
138
<a class="indexterm" name="id2883673"></a><pre class="programlisting">void                bonobo_property_bag_shutdown        (void);</pre>
139
139
<p>
140
140
 
141
141
</p>
142
142
</div>
143
143
<hr>
144
144
<div class="refsect2" lang="en">
145
 
<a name="id2578914"></a><h3>
 
145
<a name="id2883693"></a><h3>
146
146
<a name="bonobo-running-context-shutdown"></a>bonobo_running_context_shutdown ()</h3>
147
 
<a class="indexterm" name="id2578927"></a><pre class="programlisting">void                bonobo_running_context_shutdown     (void);</pre>
 
147
<a class="indexterm" name="id2883705"></a><pre class="programlisting">void                bonobo_running_context_shutdown     (void);</pre>
148
148
<p>
149
149
 
150
150
</p>
151
151
</div>
152
152
</div>
153
153
<div class="refsect1" lang="en">
154
 
<a name="id2578950"></a><div class="refsect2" lang="en"><a name="id2578951"></a></div>
 
154
<a name="id2883726"></a><div class="refsect2" lang="en"><a name="id2883727"></a></div>
155
155
<hr>
156
 
<div class="refsect2" lang="en"><a name="id2578952"></a></div>
 
156
<div class="refsect2" lang="en"><a name="id2883728"></a></div>
157
157
</div>
158
158
</div>
159
159
</body>