docs: manual: fix formatting
[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     GObject signals can be used to notify applications of events specific
8     to this object. Note, however, that the application needs to be aware
9     of signals and their meaning, so if you're looking for a generic way
10     for application-element interaction, signals are probably not what
11     you're looking for. In many cases, however, signals can be very useful.
12     See the <ulink type="http"
13       url="http://library.gnome.org/devel/gobject/stable/">GObject
14     documentation</ulink> for all internals about signals.
15   </para>
16 </chapter>