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

« back to all changes in this revision

Viewing changes to doc/api/html/libbonobo-bonobo-moniker.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-moniker-simple.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="#id2655416" class="shortcut">Top</a>
32
 
                  &#160;|&#160;
33
 
                  <a href="#id2655779" class="shortcut">Description</a>
34
 
                  &#160;|&#160;
35
 
                  <a href="#id2655739" class="shortcut">Object Hierarchy</a></nobr></td></tr>
 
31
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2959625" class="shortcut">Top</a>
 
32
                  &#160;|&#160;
 
33
                  <a href="#id2959988" class="shortcut">Description</a>
 
34
                  &#160;|&#160;
 
35
                  <a href="#id2959947" class="shortcut">Object Hierarchy</a></nobr></td></tr>
36
36
</table>
37
37
<div class="refentry" lang="en">
38
38
<a name="libbonobo-bonobo-moniker"></a><div class="titlepage"></div>
39
39
<div class="refnamediv"><table width="100%"><tr>
40
40
<td valign="top">
41
41
<h2>
42
 
<a name="id2655416"></a><span class="refentrytitle">BonoboMoniker</span>
 
42
<a name="id2959625"></a><span class="refentrytitle">BonoboMoniker</span>
43
43
</h2>
44
44
<p>BonoboMoniker &#8212; The base implementation of our abstract object naming space</p>
45
45
</td>
78
78
</pre>
79
79
</div>
80
80
<div class="refsect1" lang="en">
81
 
<a name="id2655739"></a><h2>Object Hierarchy</h2>
 
81
<a name="id2959947"></a><h2>Object Hierarchy</h2>
82
82
<pre class="synopsis">
83
83
 
84
84
  <a
90
90
</pre>
91
91
</div>
92
92
<div class="refsect1" lang="en">
93
 
<a name="id2655779"></a><h2>Description</h2>
 
93
<a name="id2959988"></a><h2>Description</h2>
94
94
<p>
95
95
Monikers are used to name objects, they effectively implement
96
96
an object naming space.   You can obtain monikers either because
110
110
</p>
111
111
</div>
112
112
<div class="refsect1" lang="en">
113
 
<a name="id2655836"></a><h2>Details</h2>
 
113
<a name="id2960044"></a><h2>Details</h2>
114
114
<div class="refsect2" lang="en">
115
 
<a name="id2655846"></a><h3>
 
115
<a name="id2960055"></a><h3>
116
116
<a name="BonoboMoniker-struct"></a>BonoboMoniker</h3>
117
 
<a class="indexterm" name="id2655860"></a><pre class="programlisting">typedef struct _BonoboMoniker BonoboMoniker;</pre>
 
117
<a class="indexterm" name="id2960068"></a><pre class="programlisting">typedef struct _BonoboMoniker BonoboMoniker;</pre>
118
118
<p>
119
119
Implements Bonobo::Moniker
120
120
</p>
121
121
</div>
122
122
<hr>
123
123
<div class="refsect2" lang="en">
124
 
<a name="id2655876"></a><h3>
 
124
<a name="id2960085"></a><h3>
125
125
<a name="BonoboMonikerClass"></a>BonoboMonikerClass</h3>
126
 
<a class="indexterm" name="id2655888"></a><pre class="programlisting">typedef struct {
 
126
<a class="indexterm" name="id2960096"></a><pre class="programlisting">typedef struct {
127
127
        BonoboObjectClass      parent_class;
128
128
 
129
129
        POA_Bonobo_Moniker__epv epv;
147
147
</div>
148
148
<hr>
149
149
<div class="refsect2" lang="en">
150
 
<a name="id2655914"></a><h3>
 
150
<a name="id2960122"></a><h3>
151
151
<a name="bonobo-moniker-construct"></a>bonobo_moniker_construct ()</h3>
152
 
<a class="indexterm" name="id2655927"></a><pre class="programlisting"><a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a>*      bonobo_moniker_construct            (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker,
 
152
<a class="indexterm" name="id2960135"></a><pre class="programlisting"><a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a>*      bonobo_moniker_construct            (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker,
153
153
                                                         const char *prefix);</pre>
154
154
<p>
155
155
Constructs a newly created bonobo moniker with the given arguments.</p>
179
179
</div>
180
180
<hr>
181
181
<div class="refsect2" lang="en">
182
 
<a name="id2656013"></a><h3>
 
182
<a name="id2960221"></a><h3>
183
183
<a name="bonobo-moniker-get-parent"></a>bonobo_moniker_get_parent ()</h3>
184
 
<a class="indexterm" name="id2656027"></a><pre class="programlisting">Bonobo_Moniker      bonobo_moniker_get_parent           (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker,
 
184
<a class="indexterm" name="id2960235"></a><pre class="programlisting">Bonobo_Moniker      bonobo_moniker_get_parent           (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker,
185
185
                                                         CORBA_Environment *opt_ev);</pre>
186
186
<p>
187
187
See bonobo_moniker_set_parent;</p>
211
211
</div>
212
212
<hr>
213
213
<div class="refsect2" lang="en">
214
 
<a name="id2656111"></a><h3>
 
214
<a name="id2960319"></a><h3>
215
215
<a name="bonobo-moniker-set-parent"></a>bonobo_moniker_set_parent ()</h3>
216
 
<a class="indexterm" name="id2656125"></a><pre class="programlisting">void                bonobo_moniker_set_parent           (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker,
 
216
<a class="indexterm" name="id2960333"></a><pre class="programlisting">void                bonobo_moniker_set_parent           (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker,
217
217
                                                         Bonobo_Moniker parent,
218
218
                                                         CORBA_Environment *opt_ev);</pre>
219
219
<p>
246
246
</div>
247
247
<hr>
248
248
<div class="refsect2" lang="en">
249
 
<a name="id2656222"></a><h3>
 
249
<a name="id2960430"></a><h3>
250
250
<a name="bonobo-moniker-get-name"></a>bonobo_moniker_get_name ()</h3>
251
 
<a class="indexterm" name="id2656235"></a><pre class="programlisting">const char*         bonobo_moniker_get_name             (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker);</pre>
 
251
<a class="indexterm" name="id2960444"></a><pre class="programlisting">const char*         bonobo_moniker_get_name             (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker);</pre>
252
252
<p>
253
253
gets the unescaped name of the moniker less the prefix eg
254
254
file:/tmp/hash\#.gz returns /tmp/hash#.gz</p>
273
273
</div>
274
274
<hr>
275
275
<div class="refsect2" lang="en">
276
 
<a name="id2656300"></a><h3>
 
276
<a name="id2960508"></a><h3>
277
277
<a name="bonobo-moniker-get-name-full"></a>bonobo_moniker_get_name_full ()</h3>
278
 
<a class="indexterm" name="id2656313"></a><pre class="programlisting">const char*         bonobo_moniker_get_name_full        (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker);</pre>
 
278
<a class="indexterm" name="id2960522"></a><pre class="programlisting">const char*         bonobo_moniker_get_name_full        (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker);</pre>
279
279
<p>
280
280
gets the full unescaped name of the moniker eg.
281
281
file:/tmp/hash\#.gz returns file:/tmp/hash#.gz</p>
300
300
</div>
301
301
<hr>
302
302
<div class="refsect2" lang="en">
303
 
<a name="id2656378"></a><h3>
 
303
<a name="id2960586"></a><h3>
304
304
<a name="bonobo-moniker-get-name-escaped"></a>bonobo_moniker_get_name_escaped ()</h3>
305
 
<a class="indexterm" name="id2656391"></a><pre class="programlisting">char*               bonobo_moniker_get_name_escaped     (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker);</pre>
 
305
<a class="indexterm" name="id2960600"></a><pre class="programlisting">char*               bonobo_moniker_get_name_escaped     (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker);</pre>
306
306
<p>
307
307
Get the full, escaped name of the moniker eg.
308
308
file:/tmp/hash\#.gz returns file:/tmp/hash\#.gz</p>
331
331
</div>
332
332
<hr>
333
333
<div class="refsect2" lang="en">
334
 
<a name="id2656465"></a><h3>
 
334
<a name="id2960673"></a><h3>
335
335
<a name="bonobo-moniker-set-name"></a>bonobo_moniker_set_name ()</h3>
336
 
<a class="indexterm" name="id2656478"></a><pre class="programlisting">void                bonobo_moniker_set_name             (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker,
 
336
<a class="indexterm" name="id2960686"></a><pre class="programlisting">void                bonobo_moniker_set_name             (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker,
337
337
                                                         const char *name);</pre>
338
338
<p>
339
339
This functions sets the moniker name in <em class="parameter"><code>moniker</code></em> to be <em class="parameter"><code>name</code></em>.</p>
358
358
</div>
359
359
<hr>
360
360
<div class="refsect2" lang="en">
361
 
<a name="id2656563"></a><h3>
 
361
<a name="id2960771"></a><h3>
362
362
<a name="bonobo-moniker-get-prefix"></a>bonobo_moniker_get_prefix ()</h3>
363
 
<a class="indexterm" name="id2656576"></a><pre class="programlisting">const char*         bonobo_moniker_get_prefix           (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker);</pre>
 
363
<a class="indexterm" name="id2960785"></a><pre class="programlisting">const char*         bonobo_moniker_get_prefix           (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker);</pre>
364
364
<p>
365
365
</p>
366
366
<p>
385
385
</div>
386
386
<hr>
387
387
<div class="refsect2" lang="en">
388
 
<a name="id2656639"></a><h3>
 
388
<a name="id2960848"></a><h3>
389
389
<a name="bonobo-moniker-set-case-sensitive"></a>bonobo_moniker_set_case_sensitive ()</h3>
390
 
<a class="indexterm" name="id2656654"></a><pre class="programlisting">void                bonobo_moniker_set_case_sensitive   (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker,
 
390
<a class="indexterm" name="id2960862"></a><pre class="programlisting">void                bonobo_moniker_set_case_sensitive   (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker,
391
391
                                                         <a
392
392
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
393
393
>gboolean</a> sensitive);</pre>
414
414
</div>
415
415
<hr>
416
416
<div class="refsect2" lang="en">
417
 
<a name="id2656727"></a><h3>
 
417
<a name="id2960936"></a><h3>
418
418
<a name="bonobo-moniker-get-case-sensitive"></a>bonobo_moniker_get_case_sensitive ()</h3>
419
 
<a class="indexterm" name="id2656741"></a><pre class="programlisting"><a
 
419
<a class="indexterm" name="id2960950"></a><pre class="programlisting"><a
420
420
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
421
421
>gboolean</a>            bonobo_moniker_get_case_sensitive   (<a class="link" href="libbonobo-bonobo-moniker.html#BonoboMoniker">BonoboMoniker</a> *moniker);</pre>
422
422
<p>
442
442
</div>
443
443
</div>
444
444
<div class="refsect1" lang="en">
445
 
<a name="id2656803"></a><h2>See Also</h2>
 
445
<a name="id2961012"></a><h2>See Also</h2>
446
446
<p>
447
447
<span class="type">bonobo-moniker-util</span> <a class="link" href="libbonobo-bonobo-moniker-simple.html#BonoboMonikerSimple"><span class="type">BonoboMonikerSimple</span></a>
448
448
</p>
449
449
</div>
450
450
<div class="refsect1" lang="en">
451
 
<a name="id2656829"></a><div class="refsect2" lang="en"><a name="id2656830"></a></div>
 
451
<a name="id2961038"></a><div class="refsect2" lang="en"><a name="id2961039"></a></div>
452
452
<hr>
453
 
<div class="refsect2" lang="en"><a name="id2656832"></a></div>
 
453
<div class="refsect2" lang="en"><a name="id2961040"></a></div>
454
454
</div>
455
455
</div>
456
456
</body>