Skip to content

Include GObject in cairo gir file

The include is needed as it contains the alias "GObject.Type". This alias is the return type of the get-type functions defined via "glib:get-type". If it is missing binding generators might not be able to resolve the return type due to an unknown alias.

Merge request reports