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

« back to all changes in this revision

Viewing changes to docs/reference/gobject/html/howto-signals.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-19 05:51:44 UTC
  • mfrom: (1.59.27 upstream)
  • Revision ID: package-import@ubuntu.com-20110919055144-fxt09udcwcyo5x9p
Tags: 2.29.92-0ubuntu1
* New upstream release:
  - GDBus: fix segfault when remote property is invalidated
  - take more care in connection teardown to avoid use-after-free
    (LP: #740878)
  - GMappedFile: return an error when trying to map a device
  - GSettings: always deliver signals to the correct thread
    (LP: #804946, #832513)
* Drop 00git_gsettings_thread_fix.patch, 00git_changes_since_2.29.90.patch:
  Upstream now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    flexible: it is possible for its users to connect at runtime any
29
29
    number of callbacks (implemented in any language for which a binding
30
30
    exists)
31
 
    <sup>[<a name="id585553" href="#ftn.id585553" class="footnote">14</a>]</sup>
 
31
    <sup>[<a name="id641727" href="#ftn.id641727" class="footnote">14</a>]</sup>
32
32
    to any signal and to stop the emission of any signal at any 
33
33
    state of the signal emission process. This flexibility makes it
34
34
    possible to use GSignal for much more than just emit signals which
109
109
</div>
110
110
<div class="footnotes">
111
111
<br><hr width="100" align="left">
112
 
<div class="footnote"><p><sup>[<a id="ftn.id585553" href="#id585553" class="para">14</a>] </sup>A Python callback can be connected to any signal on any
 
112
<div class="footnote"><p><sup>[<a id="ftn.id641727" href="#id641727" class="para">14</a>] </sup>A Python callback can be connected to any signal on any
113
113
      C-based GObject.
114
114
      </p></div>
115
115
</div>