GObject signals

GObject provides a signaling mechanism that we can hook into. In the previous chapter, we have discussed the Vala signaling system. Internally, it is actually using the GObject signaling system, but it is so transparent that it is seamlessly integrated into the language itself.