https://github.com/gtkd-developers/GtkD/blob/master/src/glib/ListG.d#L100 leading to `Error: undefined identifier 'ListSG'` `ListSG list = this;` should be set to `auto list = this;` or `ListG list = this;`