GTK+ By Example/Glib/Signals and Callbacks
< GTK+ By Example | Glib
What Are Signals and Callbacks?
editReal Life Analogue
editThink of a fortress with gates, the gates remain open unless someone is attacking. How does the fortress know of an attack, It has Signal Towers that burn a fire, and a person watching the towers, to sound a warning bell and the guards close the gate.
We need some code that works and follows the real life analogue.