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

« back to all changes in this revision

Viewing changes to doc/api/html/libbonobo-bonobo-persist-client.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="misc.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="#id2684324" class="shortcut">Top</a>
 
31
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2988532" class="shortcut">Top</a>
32
32
                  &#160;|&#160;
33
 
                  <a href="#id2684405" class="shortcut">Description</a></nobr></td></tr>
 
33
                  <a href="#id2988613" class="shortcut">Description</a></nobr></td></tr>
34
34
</table>
35
35
<div class="refentry" lang="en">
36
36
<a name="libbonobo-bonobo-persist-client"></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="id2684324"></a><span class="refentrytitle">bonobo-persist-client</span>
 
40
<a name="id2988532"></a><span class="refentrytitle">bonobo-persist-client</span>
41
41
</h2>
42
42
<p>bonobo-persist-client</p>
43
43
</td>
57
57
</pre>
58
58
</div>
59
59
<div class="refsect1" lang="en">
60
 
<a name="id2684405"></a><h2>Description</h2>
 
60
<a name="id2988613"></a><h2>Description</h2>
61
61
<p>
62
62
 
63
63
</p>
64
64
</div>
65
65
<div class="refsect1" lang="en">
66
 
<a name="id2684419"></a><h2>Details</h2>
 
66
<a name="id2988627"></a><h2>Details</h2>
67
67
<div class="refsect2" lang="en">
68
 
<a name="id2684429"></a><h3>
 
68
<a name="id2988638"></a><h3>
69
69
<a name="bonobo-object-save-to-stream"></a>bonobo_object_save_to_stream ()</h3>
70
 
<a class="indexterm" name="id2684443"></a><pre class="programlisting">void                bonobo_object_save_to_stream        (Bonobo_Unknown object,
 
70
<a class="indexterm" name="id2988651"></a><pre class="programlisting">void                bonobo_object_save_to_stream        (Bonobo_Unknown object,
71
71
                                                         Bonobo_Stream stream,
72
72
                                                         CORBA_Environment *opt_ev);</pre>
73
73
<p>
98
98
</div>
99
99
<hr>
100
100
<div class="refsect2" lang="en">
101
 
<a name="id2684533"></a><h3>
 
101
<a name="id2988742"></a><h3>
102
102
<a name="bonobo-object-from-stream"></a>bonobo_object_from_stream ()</h3>
103
 
<a class="indexterm" name="id2684547"></a><pre class="programlisting">Bonobo_Unknown      bonobo_object_from_stream           (Bonobo_Stream stream,
 
103
<a class="indexterm" name="id2988756"></a><pre class="programlisting">Bonobo_Unknown      bonobo_object_from_stream           (Bonobo_Stream stream,
104
104
                                                         CORBA_Environment *opt_ev);</pre>
105
105
<p>
106
106
 
130
130
</div>
131
131
</div>
132
132
<div class="refsect1" lang="en">
133
 
<a name="id2684627"></a><div class="refsect2" lang="en"><a name="id2684628"></a></div>
 
133
<a name="id2988835"></a><div class="refsect2" lang="en"><a name="id2988836"></a></div>
134
134
<hr>
135
 
<div class="refsect2" lang="en"><a name="id2684629"></a></div>
 
135
<div class="refsect2" lang="en"><a name="id2988837"></a></div>
136
136
</div>
137
137
</div>
138
138
</body>