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>
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>
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)
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