|
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/22697/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>Persistency</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="index.html" title="Libbonobo Reference Manual"> <link rel="prev" href="libbonobo-bonobo-stream-client.html" title="bonobo-stream-client"> <link rel="next" href="libbonobo-bonobo-persist.html" title="BonoboPersist"> <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-stream-client.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td> </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-persist.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr></table> <div class="chapter" lang="en"> <div class="titlepage"><div><div><h2 class="title"> <a name="persist"></a>Persistency</h2></div></div></div> <div class="toc"><dl> <dt> <span class="refentrytitle"><a href="libbonobo-bonobo-persist.html">BonoboPersist</a></span><span class="refpurpose"> - Interface for anything that can save / load itself.</span> </dt> <dt> <span class="refentrytitle"><a href="libbonobo-bonobo-persist-file.html">BonoboPersistFile</a></span><span class="refpurpose"> - Interface for anything that can save / load itself from a file.</span> </dt> <dt> <span class="refentrytitle"><a href="libbonobo-bonobo-persist-stream.html">BonoboPersistStream</a></span><span class="refpurpose"> - Interface for anything that can save / load itself from a Bonobo stream.</span> </dt> <dt> <span class="refentrytitle"><a href="libbonobo-bonobo-persist-client.html">bonobo-persist-client</a></span><span class="refpurpose"> - </span> </dt> </dl></div> <div class="figure"> <a name="persist-img"></a><p class="title"><b>Figure 1. The Bonobo::Persist interface</b></p> <div class="mediaobject"><img src="persist.png" alt="The Bonobo::Persist interface"></div> </div> <div class="figure"> <a name="persist-file-img"></a><p class="title"><b>Figure 2. The Bonobo::PersistFile interface</b></p> <div class="mediaobject"><img src="persist-file.png" alt="The Bonobo::PersistFile interface"></div> </div> <div class="figure"> <a name="persist-storage-img"></a><p class="title"><b>Figure 3. The Bonobo::PersistStorage interface</b></p> <div class="mediaobject"><img src="persist-storage.png" alt="The Bonobo::PersistStorage interface"></div> </div> <div class="figure"> <a name="persist-stream-img"></a><p class="title"><b>Figure 4. The Bonobo::PersistStream interface</b></p> <div class="mediaobject"><img src="persist-stream.png" alt="The Bonobo::PersistStream interface"></div> </div> </div> </body> </html>