]> git.street.me.uk Git - andy/viking.git/commit - src/viktreeview.c
[QA] Replace code by GObject macro (viktreeview)
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Fri, 7 Dec 2012 21:18:49 +0000 (22:18 +0100)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Fri, 7 Dec 2012 21:18:49 +0000 (22:18 +0100)
commite747a56cbd89535d0ff901427dff796cc5a313d7
treec917278fc04c3157a57d6671e8c39de0d8265f37
parent0c46d39a1a6cef9f07c386a35b3541c53f94b2ba
[QA] Replace code by GObject macro (viktreeview)

It seems better to use the simple and expressive G_DEFINE_TYPE macro
instead of a quite obscure and verbose code to declare a new type.

Some functions were renamed in order to follow suggested name conventions.
src/viktreeview.c