The interface file has the GtkListStore and GtkTreeView widgets, but GtkListStore is blank, I need to populate it during runtime, i.e. add columns and data. gtk_list_store_set_column_types seems to do the job, but how do I give names to the columns?