2002-09-27 18:34:33 +00:00
|
|
|
|
|
|
|
<!-- ############ chapter ############# -->
|
|
|
|
|
2004-01-28 15:51:14 +00:00
|
|
|
<chapter id="chapter-building-signals">
|
2002-09-27 18:34:33 +00:00
|
|
|
<title>Signals</title>
|
|
|
|
<para>
|
2004-11-06 10:28:07 +00:00
|
|
|
GObject signals can be used to notify applications of events specific
|
|
|
|
to this object. Note, however, that the application needs to be aware
|
|
|
|
of signals and their meaning, so if you're looking for a generic way
|
|
|
|
for application-element interaction, signals are probably not what
|
|
|
|
you're looking for. In many cases, however, signals can be very useful.
|
|
|
|
See the <ulink type="http"
|
2011-01-04 17:36:41 +00:00
|
|
|
url="http://library.gnome.org/devel/gobject/stable/">GObject
|
2004-11-06 10:28:07 +00:00
|
|
|
documentation</ulink> for all internals about signals.
|
2002-09-27 18:34:33 +00:00
|
|
|
</para>
|
|
|
|
</chapter>
|