|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21572/root/usr/share/gtk-doc/html/libbonobo/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>bonobo-shutdown</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="index.html" title="Libbonobo Reference Manual">
<link rel="up" href="general.html" title="General">
<link rel="prev" href="libbonobo-bonobo-running-context.html" title="BonoboRunningContext">
<link rel="next" href="libbonobo-bonobo-i18n.html" title="bonobo-i18n">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="general.html" title="General">
<link rel="chapter" href="factories.html" title="Objects, Factories, Reference Counting">
<link rel="chapter" href="property-bags.html" title="Property Bags, Events, Listeners">
<link rel="chapter" href="monikers.html" title="Monikers">
<link rel="chapter" href="streams.html" title="Storages and Streams">
<link rel="chapter" href="persist.html" title="Persistency">
<link rel="chapter" href="misc.html" title="Miscellaneous">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libbonobo-bonobo-running-context.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="general.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Libbonobo Reference Manual</th>
<td><a accesskey="n" href="libbonobo-bonobo-i18n.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2679142" class="shortcut">Top</a>
 | 
<a href="#id2680278" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libbonobo-bonobo-shutdown"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2679142"></a><span class="refentrytitle">bonobo-shutdown</span>
</h2>
<p>bonobo-shutdown — </p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">
void <a href="libbonobo-bonobo-shutdown.html#bonobo-context-init">bonobo_context_init</a> (void);
void <a href="libbonobo-bonobo-shutdown.html#bonobo-context-shutdown">bonobo_context_shutdown</a> (void);
int <a href="libbonobo-bonobo-shutdown.html#bonobo-object-shutdown">bonobo_object_shutdown</a> (void);
void <a href="libbonobo-bonobo-shutdown.html#bonobo-exception-shutdown">bonobo_exception_shutdown</a> (void);
void <a href="libbonobo-bonobo-shutdown.html#bonobo-property-bag-shutdown">bonobo_property_bag_shutdown</a> (void);
void <a href="libbonobo-bonobo-shutdown.html#bonobo-running-context-shutdown">bonobo_running_context_shutdown</a> (void);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2680278"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2680292"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2680302"></a><h3>
<a name="bonobo-context-init"></a>bonobo_context_init ()</h3>
<a class="indexterm" name="id2680315"></a><pre class="programlisting">void bonobo_context_init (void);</pre>
<p>
Sets up the context system, internal use only, called
by bonobo_init.</p>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2680340"></a><h3>
<a name="bonobo-context-shutdown"></a>bonobo_context_shutdown ()</h3>
<a class="indexterm" name="id2680353"></a><pre class="programlisting">void bonobo_context_shutdown (void);</pre>
<p>
Shuts down the context system, internal use only</p>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2680379"></a><h3>
<a name="bonobo-object-shutdown"></a>bonobo_object_shutdown ()</h3>
<a class="indexterm" name="id2680392"></a><pre class="programlisting">int bonobo_object_shutdown (void);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2680427"></a><h3>
<a name="bonobo-exception-shutdown"></a>bonobo_exception_shutdown ()</h3>
<a class="indexterm" name="id2680441"></a><pre class="programlisting">void bonobo_exception_shutdown (void);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2680462"></a><h3>
<a name="bonobo-property-bag-shutdown"></a>bonobo_property_bag_shutdown ()</h3>
<a class="indexterm" name="id2680475"></a><pre class="programlisting">void bonobo_property_bag_shutdown (void);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2680496"></a><h3>
<a name="bonobo-running-context-shutdown"></a>bonobo_running_context_shutdown ()</h3>
<a class="indexterm" name="id2680510"></a><pre class="programlisting">void bonobo_running_context_shutdown (void);</pre>
<p>
</p>
</div>
</div>
</div>
</body>
</html>