~attente/glib/gbytesicon

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2012-11-28 14:38:35 UTC
  • mfrom: (172.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20121128143835-at37o4ozls05rkgf
Tags: 2.34.3-1
New upstream release.

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
 
    <a href="#ftn.idp21306544" class="footnote"><sup class="footnote"><a name="idp21306544"></a>[13]</sup></a>
 
31
    <a href="#ftn.idp21659984" class="footnote"><sup class="footnote"><a name="idp21659984"></a>[13]</sup></a>
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 style="width:100; align:left;">
112
 
<div id="ftn.idp21306544" class="footnote"><p><a href="#idp21306544" class="para"><sup class="para">[13] </sup></a>A Python callback can be connected to any signal on any
 
112
<div id="ftn.idp21659984" class="footnote"><p><a href="#idp21659984" class="para"><sup class="para">[13] </sup></a>A Python callback can be connected to any signal on any
113
113
      C-based GObject.
114
114
      </p></div>
115
115
</div>