Little post about a useful design pattern in GLib and GTK, written down after a question on the #gtk+ channel
While I’m not Philip and I won’t go as far as talking about this in public, I wrote down a simple design pattern for lazy loading stuff from a list into a GtkTreeView
without blocking your interface or using threads.