fix up id's
[platform/upstream/gstreamer.git] / docs / pwg / building-signals.xml
1
2 <!-- ############ chapter ############# -->
3
4 <chapter id="chapter-building-signals">
5   <title>Signals</title>
6   <para>
7     Signals can be used to notify applications of events specific to this
8     object. Note, however, that the application needs to be aware of signals
9     and their meaning, so if you're looking for a generic way for application-
10     element interaction, signals are probably not what you're looking for. In
11     many cases, however, signals can be very useful. See the GObject
12     documentation for all internals about signals.
13   </para>
14 </chapter>