On Mon, 30 Jan 2017 19:51:55 +0100, Mike Wey wrote:

Set the first column type as a pixbuf column:

auto dataModel = new ListStore([Pixbuf.getType(), GType.STRING, 
GType.STRING]);

Thanks.