Method
GtkListStoreset_column_types
Declaration [src]
void
gtk_list_store_set_column_types (
  GtkListStore* list_store,
  int n_columns,
  GType* types
)
Description [src]
This function is meant primarily for GObjects that inherit from GtkListStore,
and should only be used when constructing a new GtkListStore.  It will not
function after a row has been added, or a method on the GtkTreeModel
interface is called.