~ubuntu-branches/ubuntu/trusty/glib2.0/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gobject/html/signal.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-22 15:00:46 UTC
  • mfrom: (3.4.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20100222150046-qae9q3ivbus5o0gd
Tags: 2.23.4-1ubuntu1
* Resync on Debian
* debian/patches/01_gettext-desktopfiles.patch:
  - updated to use gettext for X-GNOME-Fullname too
* debian/patches/71_gio_launch_handler.patch:
  - new gio default launch handle feature required for wncksync
* debian/libglib2.0-0.symbols:
  - updated the symbols list for the gio launcher handler

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="chapter-signal.html" title="The GObject messaging system">
9
9
<link rel="prev" href="chapter-signal.html" title="The GObject messaging system">
10
10
<link rel="next" href="rn01.html" title="API Reference">
11
 
<meta name="generator" content="GTK-Doc V1.12 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="preface" href="pr01.html" title="Introduction">
14
14
<link rel="part" href="pt01.html" title="Part I. Concepts">
39
39
<link rel="index" href="api-index-2-14.html" title="Index of new symbols in 2.14">
40
40
<link rel="index" href="api-index-2-18.html" title="Index of new symbols in 2.18">
41
41
<link rel="index" href="api-index-2-22.html" title="Index of new symbols in 2.22">
 
42
<link rel="index" href="api-index-2-24.html" title="Index of new symbols in 2.24">
42
43
</head>
43
44
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
44
45
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
219
220
                        no accumulator was specified. If an accumulator was specified during signal creation,
220
221
                        this accumulator is used to calculate the return_value as a function of the return
221
222
                        values of all the closures invoked during emission. 
222
 
                        <sup>[<a name="id569291" href="#ftn.id569291" class="footnote">8</a>]</sup>
 
223
                        <sup>[<a name="id534216" href="#ftn.id534216" class="footnote">8</a>]</sup>
223
224
                        If no closure is invoked during
224
225
                        emission, the return_value is nonetheless initialized to zero/null.
225
226
                        </p></li>
301
302
<p>
302
303
            Of the three main connection functions,
303
304
                only one has an explicit detail parameter as a <span class="type"><a href="./../glib/glib/glib-Quarks.html#GQuark">GQuark</a></span>
304
 
                <sup>[<a name="id569476" href="#ftn.id569476" class="footnote">9</a>]</sup>:
 
305
                <sup>[<a name="id534402" href="#ftn.id534402" class="footnote">9</a>]</sup>:
305
306
</p>
306
307
<pre class="programlisting">
307
308
gulong     g_signal_connect_closure_by_id          (gpointer          instance,
385
386
</div>
386
387
<div class="footnotes">
387
388
<br><hr width="100" align="left">
388
 
<div class="footnote"><p><sup>[<a name="ftn.id569291" href="#id569291" class="para">8</a>] </sup>
 
389
<div class="footnote"><p><sup>[<a name="ftn.id534216" href="#id534216" class="para">8</a>] </sup>
389
390
                          James (again!!) gives a few non-trivial examples of accumulators:
390
391
                          <span class="quote">“<span class="quote">
391
392
                                For instance, you may have an accumulator that ignores NULL returns from 
393
394
                                to return the list of values returned by the closures.
394
395
                          </span>”</span>
395
396
                        </p></div>
396
 
<div class="footnote"><p><sup>[<a name="ftn.id569476" href="#id569476" class="para">9</a>] </sup>A GQuark is an integer which uniquely represents a string. It is possible to transform
 
397
<div class="footnote"><p><sup>[<a name="ftn.id534402" href="#id534402" class="para">9</a>] </sup>A GQuark is an integer which uniquely represents a string. It is possible to transform
397
398
                   back and forth between the integer and string representations with the functions 
398
399
                   <code class="function"><a href="./../glib/glib/glib-Quarks.html#g-quark-from-string">g_quark_from_string</a></code> and <code class="function"><a href="./../glib/glib/glib-Quarks.html#g-quark-to-string">g_quark_to_string</a></code>.
399
400
                  </p></div>
401
402
</div>
402
403
<div class="footer">
403
404
<hr>
404
 
          Generated by GTK-Doc V1.12</div>
 
405
          Generated by GTK-Doc V1.13</div>
405
406
</body>
406
407
</html>
 
 
b'\\ No newline at end of file'