2007-11-29 Emmanuele Bassi <ebassi@openedhand.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Thu, 29 Nov 2007 15:01:21 +0000 (15:01 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Thu, 29 Nov 2007 15:01:21 +0000 (15:01 +0000)
commit687561dfe2ce601c0b4a47d6ebd8baeed15478ac
tree0409897002277f8fae97a4fa60a78a7214b5e764
parent9c77b0ab136f3f987b0f0d39aa0816b31db28ccf
2007-11-29  Emmanuele Bassi  <ebassi@openedhand.com>

* clutter/clutter-model.[ch]: Slight API change in the constructor
functions for ClutterModel: clutter_model_new() now takes a list
of GType/string pairs for both the column type and the column name.

(clutter_model_set_n_columns),
(clutter_model_set_names),
(clutter_model_set_types): Subclasses of ClutterModel will be able
to call clutter_model_set_types() and clutter_model_set_names() in
any order, provided that they don't call each function more than
once.

* tests/test-model.c: Update the test case.
ChangeLog
clutter/clutter-model.c
clutter/clutter-model.h
tests/test-model.c