Emmanuele Bassi a4c8a70c83 Turn ClutterBindingPool a GObject
ClutterBindingPool is already "problematic" in terms of memory
management for language bindings and gobject-introspection. It
also lacks a GType.

Turning ClutterBindingPool into a GBoxed would not make much
sense, since it does not adhere to the copy/free semantics. It
could be referenced/unreferenced, but in that case we can just
as well use GObject as a base class instead of reimplemeting
a ref-counted object and then boxing it.

ClutterBindingPool is obviously a terminal class, so we just
hide the instance and class structures.
2009-01-13 12:34:59 +00:00
..
2009-01-12 11:21:06 +00:00
2008-12-23 20:55:35 +00:00
2008-10-31 12:07:01 +00:00
2009-01-05 11:11:10 +00:00
2009-01-07 12:06:33 +00:00
2009-01-07 12:06:33 +00:00