mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
ef02cb7ff2
To allow us to have gobject properties that accept a CoglMatrix value we need to register a GType. This adds a cogl_gtype_matrix_get_type function that will register a static boxed type called "CoglMatrix". This adds a new section to the reference manual for GType integration functions.