summaryrefslogtreecommitdiff
path: root/pwg-building-signals.md
blob: 30ad318c864a29b2386cb2ff8a92fc982d2d09da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: Signals
...

# Signals

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
[GObject documentation](http://library.gnome.org/devel/gobject/stable/)
for all internals about signals.