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

« back to all changes in this revision

Viewing changes to doc/api/html/libbonobo-bonobo-moniker-context.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="streams.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="#id2672401" class="shortcut">Top</a>
 
31
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2976609" class="shortcut">Top</a>
32
32
                  &#160;|&#160;
33
 
                  <a href="#id2672446" class="shortcut">Description</a></nobr></td></tr>
 
33
                  <a href="#id2976654" class="shortcut">Description</a></nobr></td></tr>
34
34
</table>
35
35
<div class="refentry" lang="en">
36
36
<a name="libbonobo-bonobo-moniker-context"></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="id2672401"></a><span class="refentrytitle">bonobo-moniker-context</span>
 
40
<a name="id2976609"></a><span class="refentrytitle">bonobo-moniker-context</span>
41
41
</h2>
42
42
<p>bonobo-moniker-context</p>
43
43
</td>
57
57
</pre>
58
58
</div>
59
59
<div class="refsect1" lang="en">
60
 
<a name="id2672446"></a><h2>Description</h2>
 
60
<a name="id2976654"></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="id2672460"></a><h2>Details</h2>
 
66
<a name="id2976668"></a><h2>Details</h2>
67
67
<div class="refsect2" lang="en">
68
 
<a name="id2672470"></a><h3>
 
68
<a name="id2976678"></a><h3>
69
69
<a name="BonoboMonikerContext"></a>BonoboMonikerContext</h3>
70
 
<a class="indexterm" name="id2672484"></a><pre class="programlisting">typedef struct {
 
70
<a class="indexterm" name="id2976692"></a><pre class="programlisting">typedef struct {
71
71
        BonoboObject parent;
72
72
 
73
73
        BonoboMonikerContextPrivate *priv;
79
79
</div>
80
80
<hr>
81
81
<div class="refsect2" lang="en">
82
 
<a name="id2672500"></a><h3>
 
82
<a name="id2976708"></a><h3>
83
83
<a name="BonoboMonikerContextClass"></a>BonoboMonikerContextClass</h3>
84
 
<a class="indexterm" name="id2672513"></a><pre class="programlisting">typedef struct {
 
84
<a class="indexterm" name="id2976721"></a><pre class="programlisting">typedef struct {
85
85
        BonoboObjectClass parent;
86
86
 
87
87
        POA_Bonobo_MonikerContext__epv epv;
93
93
</div>
94
94
<hr>
95
95
<div class="refsect2" lang="en">
96
 
<a name="id2672530"></a><h3>
 
96
<a name="id2976738"></a><h3>
97
97
<a name="bonobo-moniker-context-new"></a>bonobo_moniker_context_new ()</h3>
98
 
<a class="indexterm" name="id2672543"></a><pre class="programlisting"><a class="link" href="libbonobo-bonobo-object.html#BonoboObject">BonoboObject</a>*       bonobo_moniker_context_new          (void);</pre>
 
98
<a class="indexterm" name="id2976751"></a><pre class="programlisting"><a class="link" href="libbonobo-bonobo-object.html#BonoboObject">BonoboObject</a>*       bonobo_moniker_context_new          (void);</pre>
99
99
<p>
100
100
 
101
101
</p>
112
112
</div>
113
113
</div>
114
114
<div class="refsect1" lang="en">
115
 
<a name="id2672580"></a><div class="refsect2" lang="en"><a name="id2672581"></a></div>
 
115
<a name="id2976788"></a><div class="refsect2" lang="en"><a name="id2976789"></a></div>
116
116
<hr>
117
 
<div class="refsect2" lang="en"><a name="id2672582"></a></div>
 
117
<div class="refsect2" lang="en"><a name="id2976790"></a></div>
118
118
</div>
119
119
</div>
120
120
</body>