~ubuntu-branches/debian/jessie/glib2.0/jessie

« back to all changes in this revision

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

Tags: upstream-2.16.1
Import upstream version 2.16.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
<div class="toc"><dl>
52
52
<dt><span class="sect1"><a href="howto-signals.html#howto-simple-signals">Simple use of signals</a></span></dt>
53
53
<dt><span class="sect1"><a href="ch07s02.html">How to provide more flexibility to users?</a></span></dt>
54
 
<dd><dl><dt><span class="sect2"><a href="ch07s02.html#id3295833">How most people do the same thing with less code</a></span></dt></dl></dd>
 
54
<dd><dl><dt><span class="sect2"><a href="ch07s02.html#id3304230">How most people do the same thing with less code</a></span></dt></dl></dd>
55
55
<dt><span class="sect1"><a href="ch07s03.html">How users can abuse signals (and why some think it is good)</a></span></dt>
56
56
</dl></div>
57
57
<p>
58
58
    The signal system which was built in GType is pretty complex and flexible: it is possible for its users
59
59
    to connect at runtime any number of callbacks (implemented in any language for which a binding exists)
60
 
    <sup>[<a name="id3295471" href="#ftn.id3295471" class="footnote">16</a>]</sup>
 
60
    <sup>[<a name="id3303868" href="#ftn.id3303868" class="footnote">16</a>]</sup>
61
61
 
62
62
    to any signal and to stop the emission of any signal at any 
63
63
    state of the signal emission process. This flexibility makes it possible to use GSignal for much more than 
130
130
</div>
131
131
<div class="footnotes">
132
132
<br><hr width="100" align="left">
133
 
<div class="footnote"><p><sup>[<a name="ftn.id3295471" href="#id3295471" class="para">16</a>] </sup>A Python callback can be connected to any signal on any C-based GObject.
 
133
<div class="footnote"><p><sup>[<a name="ftn.id3303868" href="#id3303868" class="para">16</a>] </sup>A Python callback can be connected to any signal on any C-based GObject.
134
134
      </p></div>
135
135
</div>
136
136
</div>