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

« back to all changes in this revision

Viewing changes to doc/api/html/libbonobo-bonobo-listener.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-property-bag.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="#id2616490" class="shortcut">Top</a>
32
 
                  &#160;|&#160;
33
 
                  <a href="#id2616827" class="shortcut">Description</a>
34
 
                  &#160;|&#160;
35
 
                  <a href="#id2616766" class="shortcut">Object Hierarchy</a>
36
 
                  &#160;|&#160;
37
 
                  <a href="#id2616798" class="shortcut">Signals</a></nobr></td></tr>
 
31
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2920698" class="shortcut">Top</a>
 
32
                  &#160;|&#160;
 
33
                  <a href="#id2921035" class="shortcut">Description</a>
 
34
                  &#160;|&#160;
 
35
                  <a href="#id2920975" class="shortcut">Object Hierarchy</a>
 
36
                  &#160;|&#160;
 
37
                  <a href="#id2921007" class="shortcut">Signals</a></nobr></td></tr>
38
38
</table>
39
39
<div class="refentry" lang="en">
40
40
<a name="libbonobo-bonobo-listener"></a><div class="titlepage"></div>
41
41
<div class="refnamediv"><table width="100%"><tr>
42
42
<td valign="top">
43
43
<h2>
44
 
<a name="id2616490"></a><span class="refentrytitle">bonobo-listener</span>
 
44
<a name="id2920698"></a><span class="refentrytitle">bonobo-listener</span>
45
45
</h2>
46
46
<p>bonobo-listener &#8212; An Event Listener (an implementation of Bonobo::Listener)</p>
47
47
</td>
81
81
</pre>
82
82
</div>
83
83
<div class="refsect1" lang="en">
84
 
<a name="id2616766"></a><h2>Object Hierarchy</h2>
 
84
<a name="id2920975"></a><h2>Object Hierarchy</h2>
85
85
<pre class="synopsis">
86
86
 
87
87
  <a
92
92
</pre>
93
93
</div>
94
94
<div class="refsect1" lang="en">
95
 
<a name="id2616798"></a><h2>Signals</h2>
 
95
<a name="id2921007"></a><h2>Signals</h2>
96
96
<pre class="synopsis">
97
97
 
98
98
  "<a class="link" href="libbonobo-bonobo-listener.html#BonoboListener-event-notify">event-notify</a>"                                   : Run Last
99
99
</pre>
100
100
</div>
101
101
<div class="refsect1" lang="en">
102
 
<a name="id2616827"></a><h2>Description</h2>
 
102
<a name="id2921035"></a><h2>Description</h2>
103
103
<p>
104
104
   The BonoboListener object is a CORBA server used to receive events
105
105
   emitted by a remote Bonobo::EventSource server.  The combination
164
164
</p>
165
165
</div>
166
166
<div class="refsect1" lang="en">
167
 
<a name="id2616899"></a><h2>Details</h2>
 
167
<a name="id2921107"></a><h2>Details</h2>
168
168
<div class="refsect2" lang="en">
169
 
<a name="id2616908"></a><h3>
 
169
<a name="id2921117"></a><h3>
170
170
<a name="BonoboListener-struct"></a>BonoboListener</h3>
171
 
<a class="indexterm" name="id2616922"></a><pre class="programlisting">typedef struct _BonoboListener BonoboListener;</pre>
 
171
<a class="indexterm" name="id2921131"></a><pre class="programlisting">typedef struct _BonoboListener BonoboListener;</pre>
172
172
<p>
173
173
Implementents Bonobo::Listener.
174
174
</p>
175
175
</div>
176
176
<hr>
177
177
<div class="refsect2" lang="en">
178
 
<a name="id2616938"></a><h3>
 
178
<a name="id2921147"></a><h3>
179
179
<a name="BonoboListenerClass"></a>BonoboListenerClass</h3>
180
 
<a class="indexterm" name="id2616950"></a><pre class="programlisting">typedef struct {
 
180
<a class="indexterm" name="id2921159"></a><pre class="programlisting">typedef struct {
181
181
        BonoboObjectClass     parent_class;
182
182
 
183
183
        POA_Bonobo_Listener__epv epv;
195
195
</div>
196
196
<hr>
197
197
<div class="refsect2" lang="en">
198
 
<a name="id2616978"></a><h3>
 
198
<a name="id2921187"></a><h3>
199
199
<a name="BonoboListenerCallbackFn"></a>BonoboListenerCallbackFn ()</h3>
200
 
<a class="indexterm" name="id2616992"></a><pre class="programlisting">void                (*BonoboListenerCallbackFn)         (<a class="link" href="libbonobo-bonobo-listener.html#BonoboListener">BonoboListener</a> *listener,
 
200
<a class="indexterm" name="id2921200"></a><pre class="programlisting">void                (*BonoboListenerCallbackFn)         (<a class="link" href="libbonobo-bonobo-listener.html#BonoboListener">BonoboListener</a> *listener,
201
201
                                                         const char *event_name,
202
202
                                                         const CORBA_any *any,
203
203
                                                         CORBA_Environment *ev,
243
243
</div>
244
244
<hr>
245
245
<div class="refsect2" lang="en">
246
 
<a name="id2617131"></a><h3>
 
246
<a name="id2921339"></a><h3>
247
247
<a name="bonobo-listener-new"></a>bonobo_listener_new ()</h3>
248
 
<a class="indexterm" name="id2617144"></a><pre class="programlisting"><a class="link" href="libbonobo-bonobo-listener.html#BonoboListener">BonoboListener</a>*     bonobo_listener_new                 (<a class="link" href="libbonobo-bonobo-listener.html#BonoboListenerCallbackFn">BonoboListenerCallbackFn</a> event_cb,
 
248
<a class="indexterm" name="id2921352"></a><pre class="programlisting"><a class="link" href="libbonobo-bonobo-listener.html#BonoboListener">BonoboListener</a>*     bonobo_listener_new                 (<a class="link" href="libbonobo-bonobo-listener.html#BonoboListenerCallbackFn">BonoboListenerCallbackFn</a> event_cb,
249
249
                                                         <a
250
250
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
251
251
>gpointer</a> user_data);</pre>
294
294
</div>
295
295
<hr>
296
296
<div class="refsect2" lang="en">
297
 
<a name="id2617263"></a><h3>
 
297
<a name="id2921472"></a><h3>
298
298
<a name="bonobo-listener-new-closure"></a>bonobo_listener_new_closure ()</h3>
299
 
<a class="indexterm" name="id2617277"></a><pre class="programlisting"><a class="link" href="libbonobo-bonobo-listener.html#BonoboListener">BonoboListener</a>*     bonobo_listener_new_closure         (<a
 
299
<a class="indexterm" name="id2921485"></a><pre class="programlisting"><a class="link" href="libbonobo-bonobo-listener.html#BonoboListener">BonoboListener</a>*     bonobo_listener_new_closure         (<a
300
300
href="/usr/share/gtk-doc/html/gobject/gobject-Closures.html#GClosure"
301
301
>GClosure</a> *event_closure);</pre>
302
302
<p>
339
339
</div>
340
340
<hr>
341
341
<div class="refsect2" lang="en">
342
 
<a name="id2617368"></a><h3>
 
342
<a name="id2921576"></a><h3>
343
343
<a name="bonobo-event-make-name"></a>bonobo_event_make_name ()</h3>
344
 
<a class="indexterm" name="id2617381"></a><pre class="programlisting">char*               bonobo_event_make_name              (const char *idl_path,
 
344
<a class="indexterm" name="id2921590"></a><pre class="programlisting">char*               bonobo_event_make_name              (const char *idl_path,
345
345
                                                         const char *kind,
346
346
                                                         const char *subtype);</pre>
347
347
<p>
383
383
</div>
384
384
<hr>
385
385
<div class="refsect2" lang="en">
386
 
<a name="id2617512"></a><h3>
 
386
<a name="id2921720"></a><h3>
387
387
<a name="bonobo-event-type"></a>bonobo_event_type ()</h3>
388
 
<a class="indexterm" name="id2617525"></a><pre class="programlisting">char*               bonobo_event_type                   (const char *event_name);</pre>
 
388
<a class="indexterm" name="id2921734"></a><pre class="programlisting">char*               bonobo_event_type                   (const char *event_name);</pre>
389
389
<p>
390
390
</p>
391
391
<p>
409
409
</div>
410
410
<hr>
411
411
<div class="refsect2" lang="en">
412
 
<a name="id2617586"></a><h3>
 
412
<a name="id2921794"></a><h3>
413
413
<a name="bonobo-event-subtype"></a>bonobo_event_subtype ()</h3>
414
 
<a class="indexterm" name="id2617599"></a><pre class="programlisting">char*               bonobo_event_subtype                (const char *event_name);</pre>
 
414
<a class="indexterm" name="id2921808"></a><pre class="programlisting">char*               bonobo_event_subtype                (const char *event_name);</pre>
415
415
<p>
416
416
 
417
417
</p>
435
435
</div>
436
436
<hr>
437
437
<div class="refsect2" lang="en">
438
 
<a name="id2617656"></a><h3>
 
438
<a name="id2921864"></a><h3>
439
439
<a name="bonobo-event-kind"></a>bonobo_event_kind ()</h3>
440
 
<a class="indexterm" name="id2617669"></a><pre class="programlisting">char*               bonobo_event_kind                   (const char *event_name);</pre>
 
440
<a class="indexterm" name="id2921878"></a><pre class="programlisting">char*               bonobo_event_kind                   (const char *event_name);</pre>
441
441
<p>
442
442
</p>
443
443
<p>
461
461
</div>
462
462
<hr>
463
463
<div class="refsect2" lang="en">
464
 
<a name="id2617729"></a><h3>
 
464
<a name="id2921938"></a><h3>
465
465
<a name="bonobo-event-idl-path"></a>bonobo_event_idl_path ()</h3>
466
 
<a class="indexterm" name="id2617743"></a><pre class="programlisting">char*               bonobo_event_idl_path               (const char *event_name);</pre>
 
466
<a class="indexterm" name="id2921951"></a><pre class="programlisting">char*               bonobo_event_idl_path               (const char *event_name);</pre>
467
467
<p>
468
468
</p>
469
469
<p>
487
487
</div>
488
488
</div>
489
489
<div class="refsect1" lang="en">
490
 
<a name="id2617805"></a><h2>Signal Details</h2>
 
490
<a name="id2922013"></a><h2>Signal Details</h2>
491
491
<div class="refsect2" lang="en">
492
 
<a name="id2617815"></a><h3>
 
492
<a name="id2922024"></a><h3>
493
493
<a name="BonoboListener-event-notify"></a>The <code class="literal">"event-notify"</code> signal</h3>
494
 
<a class="indexterm" name="id2617832"></a><pre class="programlisting">void                user_function                      (<a class="link" href="libbonobo-bonobo-listener.html#BonoboListener">BonoboListener</a>       *bonobolistener,
 
494
<a class="indexterm" name="id2922040"></a><pre class="programlisting">void                user_function                      (<a class="link" href="libbonobo-bonobo-listener.html#BonoboListener">BonoboListener</a>       *bonobolistener,
495
495
                                                        <a
496
496
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
497
497
>gchar</a>                *arg1,
536
536
</div>
537
537
</div>
538
538
<div class="refsect1" lang="en">
539
 
<a name="id2617969"></a><h2>See Also</h2>
 
539
<a name="id2922178"></a><h2>See Also</h2>
540
540
<p>
541
541
   <span class="type">BonoboEventSource</span> <a class="link" href="libbonobo-bonobo-arg.html#BonoboArg"><span class="type">BonoboArg</span></a>
542
542
</p>
543
543
</div>
544
544
<div class="refsect1" lang="en">
545
 
<a name="id2617995"></a><div class="refsect2" lang="en"><a name="id2617996"></a></div>
 
545
<a name="id2922204"></a><div class="refsect2" lang="en"><a name="id2922205"></a></div>
546
546
<hr>
547
 
<div class="refsect2" lang="en"><a name="id2617997"></a></div>
 
547
<div class="refsect2" lang="en"><a name="id2922206"></a></div>
548
548
</div>
549
549
</div>
550
550
</body>